Class Tab
- java.lang.Object
-
- org.silverpeas.core.web.util.viewgenerator.html.tabs.Tab
-
public class Tab extends Object
- Version:
- 1.0
- Author:
- squere
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getAction()
Method declarationboolean
getEnabled()
Method declarationString
getLabel()
Method declarationString
getName()
boolean
getSelected()
Method declarationvoid
setName(String name)
-
-
-
Method Detail
-
getLabel
public String getLabel()
Method declaration- Returns:
-
getAction
public String getAction()
Method declaration- Returns:
-
getSelected
public boolean getSelected()
Method declaration- Returns:
-
getEnabled
public boolean getEnabled()
Method declaration- Returns:
-
getName
public String getName()
-
setName
public void setName(String name)
-
-