public class TabView extends TabViewBase
TabViewBase.PropertyKeys
Modifier and Type | Field and Description |
---|---|
static String |
ACTIVE_TAB_CONTENT_CLASS |
static String |
ACTIVE_TAB_HEADER_CLASS |
static String |
COMPONENT_TYPE |
static String |
CONTAINER_CLASS |
static String |
INACTIVE_TAB_CONTENT_CLASS |
static String |
INACTIVE_TAB_HEADER_CLASS |
static String |
NAVIGATOR_CLASS |
static String |
NAVIGATOR_LEFT_CLASS |
static String |
NAVIGATOR_LEFT_ICON_CLASS |
static String |
NAVIGATOR_RIGHT_CLASS |
static String |
NAVIGATOR_RIGHT_ICON_CLASS |
static String |
NAVIGATOR_SCROLLER_CLASS |
static String |
PANELS_CLASS |
static String |
SCROLLABLE_TABS_CLASS |
COMPONENT_FAMILY, DEFAULT_RENDERER
Constructor and Description |
---|
TabView() |
Modifier and Type | Method and Description |
---|---|
Tab |
findTab(String tabClientId) |
void |
forEachTab(ConsumerThree<Tab,Integer,Boolean> callback) |
Map<String,Class<? extends javax.faces.event.BehaviorEvent>> |
getBehaviorEventMapping() |
Collection<String> |
getEventNames() |
boolean |
isContentLoadRequest(javax.faces.context.FacesContext context) |
void |
processUpdates(javax.faces.context.FacesContext context) |
void |
queueEvent(javax.faces.event.FacesEvent event) |
protected void |
resetActiveIndex() |
getActiveIndex, getDir, getEffect, getEffectDuration, getFamily, getOnTabChange, getOnTabClose, getOnTabShow, getOrientation, getStyle, getStyleClass, getTabindex, getWidgetVar, isCache, isScrollable, setActiveIndex, setCache, setDir, setEffect, setEffectDuration, setOnTabChange, setOnTabClose, setOnTabShow, setOrientation, setScrollable, setStyle, setStyleClass, setTabindex, setWidgetVar
broadcast, encodeBegin, encodeChildren, getContainerClientId, getDataModel, getFacesContext, getIndex, getIndexData, getOffset, getRendersChildren, getRowCount, getSize, getStep, getValue, getVar, getVarStatus, invokeOnComponent, isDynamic, isPrependId, isRepeating, process, processDecodes, processValidators, resetLoadedTabsState, saveState, setDynamic, setIndex, setOffset, setPrependId, setSize, setStep, setValue, setValueExpression, setVar, setVarStatus, shouldSkipChildren, visitTree
addClientBehavior, addFacesListener, clearInitialState, decode, encodeEnd, findComponent, getAttributes, getChildCount, getChildren, getClientBehaviors, getClientId, getDefaultEventName, getFacesListeners, getFacet, getFacetCount, getFacets, getFacetsAndChildren, getId, getParent, getRenderer, getRendererType, getValueBinding, isRendered, isTransient, markInitialState, processRestoreState, processSaveState, removeFacesListener, restoreAttachedState, restoreState, saveAttachedState, setId, setParent, setRendered, setRendererType, setTransient, setValueBinding
encodeAll, getClientId, getCompositeComponentParent, getCurrentComponent, getCurrentCompositeComponent, getListenersForEventClass, getNamingContainer, getResourceBundleMap, getStateHelper, getStateHelper, getValueExpression, initialStateMarked, isCompositeComponent, isInView, isVisitable, popComponentFromEL, processEvent, pushComponentToEL, setInView, subscribeToEvent, unsubscribeFromEvent
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
resolveWidgetVar, resolveWidgetVar
public static final String COMPONENT_TYPE
public static final String CONTAINER_CLASS
public static final String NAVIGATOR_CLASS
public static final String INACTIVE_TAB_HEADER_CLASS
public static final String ACTIVE_TAB_HEADER_CLASS
public static final String PANELS_CLASS
public static final String ACTIVE_TAB_CONTENT_CLASS
public static final String INACTIVE_TAB_CONTENT_CLASS
public static final String NAVIGATOR_SCROLLER_CLASS
public static final String NAVIGATOR_LEFT_CLASS
public static final String NAVIGATOR_RIGHT_CLASS
public static final String NAVIGATOR_LEFT_ICON_CLASS
public static final String NAVIGATOR_RIGHT_ICON_CLASS
public static final String SCROLLABLE_TABS_CLASS
public Map<String,Class<? extends javax.faces.event.BehaviorEvent>> getBehaviorEventMapping()
public Collection<String> getEventNames()
getEventNames
in interface javax.faces.component.behavior.ClientBehaviorHolder
getEventNames
in class javax.faces.component.UIComponentBase
public boolean isContentLoadRequest(javax.faces.context.FacesContext context)
public void queueEvent(javax.faces.event.FacesEvent event)
queueEvent
in class UITabPanel
protected void resetActiveIndex()
public void processUpdates(javax.faces.context.FacesContext context)
processUpdates
in class UITabPanel
public void forEachTab(ConsumerThree<Tab,Integer,Boolean> callback)
Copyright © 2020. All rights reserved.