net.sourceforge.jsptabcontrol.characteristics
Class TabPageCharacteristics

java.lang.Object
  extended by net.sourceforge.jsptabcontrol.config.TabPageStateConfig
      extended by net.sourceforge.jsptabcontrol.characteristics.TabPageCharacteristics

public class TabPageCharacteristics
extends TabPageStateConfig

Tab page characteristics.

Version:
1.0.0
Author:
Angelo ZERR

Constructor Summary
TabPageCharacteristics(TabControlCharacteristics parentTabControlCharacteristics, java.lang.String tabPageName)
           
 
Method Summary
 java.lang.String getTabPageName()
           
 boolean isSelectedTab()
           
 void setSelectedTab(boolean selectedTab)
           
 void updateCharacteristics(TabPageStateConfig tabPageStateConfig)
           
 
Methods inherited from class net.sourceforge.jsptabcontrol.config.TabPageStateConfig
addInsertJavascript, addInsertStyleClass, getInsertJavascriptList, getInsertJavascriptMap, getInsertStyleClassList, getInsertStyleClassMap, getName, getTabPageBodyClass, getTabPageHeaderClass, isVisible, setName, setVisible, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

TabPageCharacteristics

public TabPageCharacteristics(TabControlCharacteristics parentTabControlCharacteristics,
                              java.lang.String tabPageName)
Method Detail

getTabPageName

public java.lang.String getTabPageName()
Returns:
Returns the tabPageName.

isSelectedTab

public boolean isSelectedTab()
Returns:
Returns the selectedTab.

setSelectedTab

public void setSelectedTab(boolean selectedTab)
Parameters:
selectedTab - The selectedTab to set.

updateCharacteristics

public void updateCharacteristics(TabPageStateConfig tabPageStateConfig)


Copyright 2007 null. All Rights Reserved.