Method Summary |
|
public int | getIndex() Returns the index of this panel, or -1 if it doesn't belong to any
tabs. |
public Tabpanel | getLinkedPanel() Returns the panel associated with this tab. |
public String | getOuterAttrs() |
public String | getSclass() Returns the style class.
Note:
1) if not specified (or setSclass(null))
1.1) if not disabled ,"tab" is assumed;
1.2) if disabled ,"tabdis" is assumed;
2) if selected, it appends "sel" to step 1. |
public Tabbox | getTabbox() Returns the tabbox owns this component. |
public void | invalidate() |
public boolean | isChildable() No child is allowed. |
public boolean | isClosable() Returns whether this tab is closable. |
final public boolean | isDisabled() Returns whether this tab is disabled. |
final public boolean | isSelected() Returns whether this tab is selected. |
protected Object | newExtraCtrl() |
public void | onClose() Process the onClose event sent when the close button is pressed. |
public void | setClosable(boolean closable) Sets whether this tab is closable. |
public void | setDisabled(boolean disabled) Sets whether this tab is disabled. |
public void | setParent(Component parent) |
public void | setSelected(boolean selected) Sets whether this tab is selected. |
void | setSelectedDirectly(boolean selected) Updates _selected directly without updating the client. |