NextApp Echo2 Extras
v2.1.0

nextapp.echo2.extras.app.layout
Class TabPaneLayoutData

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

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

LayoutData implementation for children of TabPane components.

See Also:
Serialized Form

Constructor Summary
TabPaneLayoutData()
           
 
Method Summary
 java.lang.String getTitle()
          Returns the title of the tab.
 void setTitle(java.lang.String newValue)
          Sets the title of the tab.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TabPaneLayoutData

public TabPaneLayoutData()
Method Detail

getTitle

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

Returns:
the tab title

setTitle

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

Parameters:
newValue - the new title

NextApp Echo2 Extras
v2.1.0