Class AbstractTabbedPane
- java.lang.Object
-
- org.silverpeas.core.web.util.viewgenerator.html.tabs.AbstractTabbedPane
-
- All Implemented Interfaces:
SimpleGraphicElement
,TabbedPane
- Direct Known Subclasses:
TabbedPaneSilverpeasV5
public abstract class AbstractTabbedPane extends Object implements TabbedPane
- Version:
- Author:
- squere
-
-
Constructor Summary
Constructors Constructor Description AbstractTabbedPane()
Constructor declaration
-
Method Summary
All Methods Instance Methods Abstract Methods Concrete Methods Modifier and Type Method Description Tab
addTab(String label, String action, boolean disabled)
Method declarationTab
addTab(String label, String action, boolean disabled, boolean enabled)
Method declarationList<Tab>
getTabs()
Method declarationabstract String
print()
Method declaration
-
-
-
Method Detail
-
addTab
public Tab addTab(String label, String action, boolean disabled)
Method declaration- Specified by:
addTab
in interfaceTabbedPane
- Parameters:
label
-action
-disabled
-
-
addTab
public Tab addTab(String label, String action, boolean disabled, boolean enabled)
Method declaration- Specified by:
addTab
in interfaceTabbedPane
- Parameters:
label
-action
-disabled
-enabled
-
-
print
public abstract String print()
Method declaration- Specified by:
print
in interfaceSimpleGraphicElement
- Specified by:
print
in interfaceTabbedPane
- Returns:
-
-