NextApp Echo2 Extras
v2.1.0

nextapp.echo2.extras.app.layout
Class AccordionPaneLayoutData

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

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

LayoutData implementation for children of AccordionPane components.

See Also:
Serialized Form

Constructor Summary
AccordionPaneLayoutData()
           
 
Method Summary
 java.lang.String getTitle()
          Returns the title 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

getTitle

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

Returns:
the tab title

setTitle

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

Parameters:
newValue - the new title

NextApp Echo2 Extras
v2.1.0