| |
|
| com.sun.rave.web.ui.component.HyperlinkBase com.sun.rave.web.ui.component.Hyperlink com.sun.rave.web.ui.component.TabBase com.sun.rave.web.ui.component.Tab
Tab | public class Tab extends TabBase implements NamingContainer(Code) | | Defines a Tab component. Each Tab is intended to be specified as a child
of a Tabs component.
author: Sean Comerford |
Tab | public Tab()(Code) | | Default constructor
|
Tab | public Tab(String label)(Code) | | Construct a tab with the given label
|
getExtraStyles | public String getExtraStyles()(Code) | | Getter for property extraStyles. This is a private (but publically
exposed method) used internally by the component library
Do not modify it's value
Value of property extraStyles. |
hasTabChildren | public boolean hasTabChildren()(Code) | | This method returns true if this Tab has any Tab children or false if it
has no children or no children that are Tab instances.
Whether or not any of this Tab's children are Tab components. |
processDecodes | public void processDecodes(FacesContext context)(Code) | | |
setExtraStyles | public void setExtraStyles(String extraStyles)(Code) | | Setter for property extraStyles. This is a private (but publically
exposed method) used internally by the component library
Do not modify it's value * @param extraStyles New value of property \
extraStyles.
|
|
|
|