NextApp Echo3 Extras
v3.0.b4

nextapp.echo.extras.app.layout
Class AccordionPaneLayoutData

java.lang.Object
  extended by nextapp.echo.extras.app.layout.AccordionPaneLayoutData
All Implemented Interfaces:
java.io.Serializable, nextapp.echo.app.LayoutData

public class AccordionPaneLayoutData
extends java.lang.Object
implements nextapp.echo.app.LayoutData

LayoutData implementation for children of AccordionPane components.

See Also:
Serialized Form

Constructor Summary
AccordionPaneLayoutData()
           
 
Method Summary
 nextapp.echo.app.ImageReference getIcon()
          Returns the icon of the accordion tab.
 java.lang.String getTitle()
          Returns the title of the accordion tab.
 void setIcon(nextapp.echo.app.ImageReference newValue)
          Sets the icon of the accordion tab.
 void setTitle(java.lang.String newValue)
          Sets the title of the accordion tab.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AccordionPaneLayoutData

public AccordionPaneLayoutData()
Method Detail

getIcon

public nextapp.echo.app.ImageReference getIcon()
Returns the icon of the accordion tab.

Returns:
the tab icon

getTitle

public java.lang.String getTitle()
Returns the title of the accordion tab.

Returns:
the tab title

setIcon

public void setIcon(nextapp.echo.app.ImageReference newValue)
Sets the icon of the accordion tab.

Parameters:
newValue - the new icon

setTitle

public void setTitle(java.lang.String newValue)
Sets the title of the accordion tab.

Parameters:
newValue - the new title

NextApp Echo3 Extras
v3.0.b4