public class UITabPanel
extends javax.faces.component.UIPanel
implements javax.faces.component.NamingContainer
| Modifier and Type | Class and Description |
|---|---|
protected static class |
UITabPanel.PropertyKeys |
| Constructor and Description |
|---|
UITabPanel() |
| Modifier and Type | Method and Description |
|---|---|
void |
broadcast(javax.faces.event.FacesEvent event) |
void |
encodeBegin(javax.faces.context.FacesContext context) |
void |
encodeChildren(javax.faces.context.FacesContext faces) |
String |
getContainerClientId(javax.faces.context.FacesContext context) |
protected javax.faces.model.DataModel |
getDataModel() |
protected javax.faces.context.FacesContext |
getFacesContext() |
int |
getIndex()
Returns the current index.
|
Object |
getIndexData()
Returns the rowCount of the underlying DataModel.
|
List<Tab> |
getLoadedTabs() |
int |
getOffset() |
boolean |
getRendersChildren() |
int |
getRowCount()
Returns the rowCount of the underlying DataModel.
|
int |
getSize() |
int |
getStep() |
Object |
getValue() |
String |
getVar() |
String |
getVarStatus() |
boolean |
invokeOnComponent(javax.faces.context.FacesContext context,
String clientId,
javax.faces.component.ContextCallback callback) |
boolean |
isDynamic() |
boolean |
isPrependId() |
boolean |
isRepeating() |
void |
process(javax.faces.context.FacesContext faces,
javax.faces.event.PhaseId phase) |
void |
processDecodes(javax.faces.context.FacesContext context) |
void |
processUpdates(javax.faces.context.FacesContext context) |
void |
processValidators(javax.faces.context.FacesContext context) |
void |
queueEvent(javax.faces.event.FacesEvent event) |
void |
setDynamic(boolean _dynamic) |
void |
setIndex(int index) |
void |
setOffset(int offset) |
void |
setPrependId(boolean _prependId) |
void |
setSize(int size) |
void |
setStep(int step) |
void |
setValue(Object value) |
void |
setValueExpression(String name,
javax.el.ValueExpression binding) |
void |
setVar(String var) |
void |
setVarStatus(String varStatus) |
boolean |
visitTree(javax.faces.component.visit.VisitContext context,
javax.faces.component.visit.VisitCallback callback) |
addClientBehavior, addFacesListener, clearInitialState, decode, encodeEnd, findComponent, getAttributes, getChildCount, getChildren, getClientBehaviors, getClientId, getDefaultEventName, getEventNames, getFacesListeners, getFacet, getFacetCount, getFacets, getFacetsAndChildren, getId, getParent, getRenderer, getRendererType, getValueBinding, isRendered, isTransient, markInitialState, processRestoreState, processSaveState, removeFacesListener, restoreAttachedState, restoreState, saveAttachedState, saveState, setId, setParent, setRendered, setRendererType, setTransient, setValueBindingencodeAll, getClientId, getCompositeComponentParent, getCurrentComponent, getCurrentCompositeComponent, getListenersForEventClass, getNamingContainer, getResourceBundleMap, getStateHelper, getStateHelper, getValueExpression, initialStateMarked, isCompositeComponent, isInView, isVisitable, popComponentFromEL, processEvent, pushComponentToEL, setInView, subscribeToEvent, unsubscribeFromEventpublic int getOffset()
public void setOffset(int offset)
public int getSize()
public void setSize(int size)
public int getStep()
public void setStep(int step)
public String getVar()
public void setVar(String var)
public String getVarStatus()
public void setVarStatus(String varStatus)
public boolean isDynamic()
public void setDynamic(boolean _dynamic)
public boolean isPrependId()
public void setPrependId(boolean _prependId)
protected javax.faces.model.DataModel getDataModel()
public void setValueExpression(String name, javax.el.ValueExpression binding)
setValueExpression in class javax.faces.component.UIComponentpublic Object getValue()
public void setValue(Object value)
public String getContainerClientId(javax.faces.context.FacesContext context)
getContainerClientId in class javax.faces.component.UIComponentpublic int getRowCount()
public Object getIndexData()
public int getIndex()
public void setIndex(int index)
public void process(javax.faces.context.FacesContext faces,
javax.faces.event.PhaseId phase)
public boolean invokeOnComponent(javax.faces.context.FacesContext context,
String clientId,
javax.faces.component.ContextCallback callback)
throws javax.faces.FacesException
invokeOnComponent in class javax.faces.component.UIComponentBasejavax.faces.FacesExceptionprotected javax.faces.context.FacesContext getFacesContext()
getFacesContext in class javax.faces.component.UIComponentBasepublic boolean visitTree(javax.faces.component.visit.VisitContext context,
javax.faces.component.visit.VisitCallback callback)
visitTree in class javax.faces.component.UIComponentpublic void processDecodes(javax.faces.context.FacesContext context)
processDecodes in class javax.faces.component.UIComponentBasepublic void processValidators(javax.faces.context.FacesContext context)
processValidators in class javax.faces.component.UIComponentBasepublic void processUpdates(javax.faces.context.FacesContext context)
processUpdates in class javax.faces.component.UIComponentBasepublic void broadcast(javax.faces.event.FacesEvent event)
throws javax.faces.event.AbortProcessingException
broadcast in class javax.faces.component.UIComponentBasejavax.faces.event.AbortProcessingExceptionpublic void queueEvent(javax.faces.event.FacesEvent event)
queueEvent in class javax.faces.component.UIComponentBasepublic void encodeBegin(javax.faces.context.FacesContext context)
throws IOException
encodeBegin in class javax.faces.component.UIComponentBaseIOExceptionpublic void encodeChildren(javax.faces.context.FacesContext faces)
throws IOException
encodeChildren in class javax.faces.component.UIComponentBaseIOExceptionpublic boolean getRendersChildren()
getRendersChildren in class javax.faces.component.UIComponentBasepublic boolean isRepeating()
Copyright © 2016. All rights reserved.