public class TabComponent
extends nl.jkva.jsf.components.nonvalidatingcommand.UINonValidatingCommandLink
Constructor and Description |
---|
TabComponent() |
Modifier and Type | Method and Description |
---|---|
void |
decode(javax.faces.context.FacesContext facesContext) |
void |
encodeBegin(javax.faces.context.FacesContext facesContext) |
java.lang.String |
getActions()
Gets the actions.
|
int |
getCurrentPage()
Gets the current page.
|
java.lang.String |
getLabels()
Gets the labels.
|
void |
setActions(java.lang.String actions)
Sets the actions.
|
void |
setCurrentPage(int currentPage)
Sets the current page.
|
void |
setLabels(java.lang.String labels)
Sets the labels.
|
queueEvent
getAccesskey, getCharset, getCoords, getDir, getHreflang, getLang, getOnblur, getOnclick, getOndblclick, getOnfocus, getOnkeydown, getOnkeypress, getOnkeyup, getOnmousedown, getOnmousemove, getOnmouseout, getOnmouseover, getOnmouseup, getRel, getRev, getShape, getStyle, getStyleClass, getTabindex, getTarget, getTitle, getType, isDisabled, restoreState, saveState, setAccesskey, setCharset, setCoords, setDir, setDisabled, setHreflang, setLang, setOnblur, setOnclick, setOndblclick, setOnfocus, setOnkeydown, setOnkeypress, setOnkeyup, setOnmousedown, setOnmousemove, setOnmouseout, setOnmouseover, setOnmouseup, setRel, setRev, setShape, setStyle, setStyleClass, setTabindex, setTarget, setTitle, setType
addActionListener, broadcast, getAction, getActionExpression, getActionListener, getActionListeners, getFamily, getValue, isImmediate, removeActionListener, setAction, setActionExpression, setActionListener, setImmediate, setValue
encodeChildren, encodeEnd, findComponent, getAttributes, getChildCount, getChildren, getClientId, getFacet, getFacetCount, getFacets, getFacetsAndChildren, getId, getParent, getRendererType, getRendersChildren, getValueBinding, invokeOnComponent, isRendered, isTransient, processDecodes, processRestoreState, processSaveState, processUpdates, processValidators, restoreAttachedState, saveAttachedState, setId, setParent, setRendered, setRendererType, setTransient, setValueBinding
public int getCurrentPage()
public void setCurrentPage(int currentPage)
currentPage
- the new current pagepublic java.lang.String getActions()
public void setActions(java.lang.String actions)
actions
- the new actionspublic java.lang.String getLabels()
public void setLabels(java.lang.String labels)
labels
- the new labelspublic void encodeBegin(javax.faces.context.FacesContext facesContext) throws java.io.IOException
encodeBegin
in class javax.faces.component.UIComponentBase
java.io.IOException
public void decode(javax.faces.context.FacesContext facesContext)
decode
in class javax.faces.component.UIComponentBase