NextApp Echo3 Extras
v3.0.b4

nextapp.echo.extras.app.layout
Class TabPaneLayoutData

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

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

LayoutData implementation for children of TabPane components.

See Also:
Serialized Form

Constructor Summary
TabPaneLayoutData()
           
 
Method Summary
 nextapp.echo.app.ImageReference getIcon()
          Returns the icon of the tab.
 java.lang.String getTitle()
          Returns the title of the tab.
 boolean isCloseEnabled()
          Determines if this tab can be closed.
 void setCloseEnabled(boolean newValue)
          Sets whether this tab can be closed.
 void setIcon(nextapp.echo.app.ImageReference newValue)
          Sets the icon 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

isCloseEnabled

public boolean isCloseEnabled()
Determines if this tab can be closed.

Returns:
true if the tab can be closed, default is true

getIcon

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

Returns:
the tab icon

getTitle

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

Returns:
the tab title

setCloseEnabled

public void setCloseEnabled(boolean newValue)
Sets whether this tab can be closed.

Parameters:
newValue - the new state

setIcon

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

Parameters:
newValue - the new icon

setTitle

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

Parameters:
newValue - the new title

NextApp Echo3 Extras
v3.0.b4