javax.faces.component.behavior.ClientBehaviorHolder, PrimeClientBehaviorHolder, RTLAware, WidgetRibbonpublic class TabView extends UITabPanel implements Widget, RTLAware, javax.faces.component.behavior.ClientBehaviorHolder, PrimeClientBehaviorHolder
| Modifier and Type | Class | Description |
|---|---|---|
static class |
TabView.PropertyKeys |
| Modifier and Type | Field | Description |
|---|---|---|
static String |
ACTIVE_TAB_CONTENT_CLASS |
|
static String |
ACTIVE_TAB_HEADER_CLASS |
|
static String |
COMPONENT_FAMILY |
|
static String |
COMPONENT_TYPE |
|
static String |
CONTAINER_CLASS |
|
static String |
DEFAULT_RENDERER |
|
static String |
INACTIVE_TAB_CONTENT_CLASS |
|
static String |
INACTIVE_TAB_HEADER_CLASS |
|
static String |
MOBILE_ACTIVE_TAB_HEADER_CLASS |
|
static String |
MOBILE_ACTIVE_TAB_HEADER_TITLE_CLASS |
|
static String |
MOBILE_CONTAINER_CLASS |
|
static String |
MOBILE_INACTIVE_TAB_HEADER_CLASS |
|
static String |
MOBILE_INACTIVE_TAB_HEADER_TITLE_CLASS |
|
static String |
MOBILE_NAVBAR_CLASS |
|
static String |
MOBILE_NAVIGATOR_CLASS |
|
static String |
MOBILE_TAB_CONTENT_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 |
| Constructor | Description |
|---|---|
TabView() |
| Modifier and Type | Method | Description |
|---|---|---|
Tab |
findTab(String tabClientId) |
|
int |
getActiveIndex() |
|
Map<String,Class<? extends javax.faces.event.BehaviorEvent>> |
getBehaviorEventMapping() |
|
String |
getDir() |
|
String |
getEffect() |
|
String |
getEffectDuration() |
|
Collection<String> |
getEventNames() |
|
String |
getFamily() |
|
String |
getOnTabChange() |
|
String |
getOnTabClose() |
|
String |
getOnTabShow() |
|
String |
getOrientation() |
|
String |
getStyle() |
|
String |
getStyleClass() |
|
String |
getTabindex() |
|
String |
getWidgetVar() |
|
boolean |
isCache() |
|
boolean |
isContentLoadRequest(javax.faces.context.FacesContext context) |
|
boolean |
isRTL() |
|
boolean |
isScrollable() |
|
void |
processUpdates(javax.faces.context.FacesContext context) |
|
void |
queueEvent(javax.faces.event.FacesEvent event) |
|
protected void |
resetActiveIndex() |
|
String |
resolveWidgetVar() |
|
void |
setActiveIndex(int _activeIndex) |
|
void |
setCache(boolean _cache) |
|
void |
setDir(String _dir) |
|
void |
setEffect(String _effect) |
|
void |
setEffectDuration(String _effectDuration) |
|
void |
setOnTabChange(String _onTabChange) |
|
void |
setOnTabClose(String _onTabClose) |
|
void |
setOnTabShow(String _onTabShow) |
|
void |
setOrientation(String _orientation) |
|
void |
setScrollable(boolean _scrollable) |
|
void |
setStyle(String _style) |
|
void |
setStyleClass(String _styleClass) |
|
void |
setTabindex(String _tabindex) |
|
void |
setWidgetVar(String _widgetVar) |
addClientBehavior, getClientBehaviors, getDefaultEventNameclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitencodeAll, getClientId, getCompositeComponentParent, getCurrentComponent, getCurrentCompositeComponent, getListenersForEventClass, getNamingContainer, getResourceBundleMap, getStateHelper, getStateHelper, getValueExpression, initialStateMarked, isCompositeComponent, isInView, isVisitable, popComponentFromEL, processEvent, pushComponentToEL, setInView, subscribeToEvent, unsubscribeFromEventaddClientBehavior, 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, saveState, setId, setParent, setRendered, setRendererType, setTransient, setValueBindingbroadcast, encodeBegin, encodeChildren, getContainerClientId, getDataModel, getFacesContext, getIndex, getIndexData, getOffset, getRendersChildren, getRowCount, getSize, getStep, getValue, getVar, getVarStatus, invokeOnComponent, isDynamic, isPrependId, isRepeating, process, processDecodes, processValidators, resetLoadedTabsState, setDynamic, setIndex, setOffset, setPrependId, setSize, setStep, setValue, setValueExpression, setVar, setVarStatus, shouldSkipChildren, visitTreepublic static final String COMPONENT_TYPE
public static final String COMPONENT_FAMILY
public static final String DEFAULT_RENDERER
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 static final String MOBILE_CONTAINER_CLASS
public static final String MOBILE_NAVBAR_CLASS
public static final String MOBILE_NAVIGATOR_CLASS
public static final String MOBILE_INACTIVE_TAB_HEADER_CLASS
public static final String MOBILE_ACTIVE_TAB_HEADER_CLASS
public static final String MOBILE_INACTIVE_TAB_HEADER_TITLE_CLASS
public static final String MOBILE_ACTIVE_TAB_HEADER_TITLE_CLASS
public static final String MOBILE_TAB_CONTENT_CLASS
public String getFamily()
getFamily in class javax.faces.component.UIPanelpublic String getWidgetVar()
public void setWidgetVar(String _widgetVar)
public int getActiveIndex()
public void setActiveIndex(int _activeIndex)
public String getEffect()
public void setEffect(String _effect)
public String getEffectDuration()
public void setEffectDuration(String _effectDuration)
public boolean isCache()
public void setCache(boolean _cache)
public String getOnTabChange()
public void setOnTabChange(String _onTabChange)
public String getOnTabShow()
public void setOnTabShow(String _onTabShow)
public String getStyle()
public void setStyle(String _style)
public String getStyleClass()
public void setStyleClass(String _styleClass)
public String getOrientation()
public void setOrientation(String _orientation)
public String getOnTabClose()
public void setOnTabClose(String _onTabClose)
public String getDir()
public void setDir(String _dir)
public boolean isScrollable()
public void setScrollable(boolean _scrollable)
public String getTabindex()
public void setTabindex(String _tabindex)
public Map<String,Class<? extends javax.faces.event.BehaviorEvent>> getBehaviorEventMapping()
getBehaviorEventMapping in interface PrimeClientBehaviorHolderpublic Collection<String> getEventNames()
getEventNames in interface javax.faces.component.behavior.ClientBehaviorHoldergetEventNames in class javax.faces.component.UIComponentBasepublic boolean isContentLoadRequest(javax.faces.context.FacesContext context)
public void queueEvent(javax.faces.event.FacesEvent event)
queueEvent in class UITabPanelprotected void resetActiveIndex()
public void processUpdates(javax.faces.context.FacesContext context)
processUpdates in class UITabPanelpublic String resolveWidgetVar()
resolveWidgetVar in interface WidgetCopyright © 2018. All rights reserved.