public abstract class RibbonBase extends TabView
Modifier and Type | Class and Description |
---|---|
static class |
RibbonBase.PropertyKeys |
Modifier and Type | Field and Description |
---|---|
static String |
COMPONENT_FAMILY |
static String |
DEFAULT_RENDERER |
ACTIVE_TAB_CONTENT_CLASS, ACTIVE_TAB_HEADER_CLASS, COMPONENT_TYPE, CONTAINER_CLASS, INACTIVE_TAB_CONTENT_CLASS, INACTIVE_TAB_HEADER_CLASS, NAVIGATOR_CLASS, NAVIGATOR_LEFT_CLASS, NAVIGATOR_LEFT_ICON_CLASS, NAVIGATOR_RIGHT_CLASS, NAVIGATOR_RIGHT_ICON_CLASS, NAVIGATOR_SCROLLER_CLASS, PANELS_CLASS, SCROLLABLE_TABS_CLASS
Constructor and Description |
---|
RibbonBase() |
Modifier and Type | Method and Description |
---|---|
int |
getActiveIndex() |
String |
getFamily() |
String |
getStyle() |
String |
getStyleClass() |
String |
getWidgetVar() |
void |
setActiveIndex(int activeIndex) |
void |
setStyle(String style) |
void |
setStyleClass(String styleClass) |
void |
setWidgetVar(String widgetVar) |
findTab, forEachTab, getBehaviorEventMapping, getEventNames, isContentLoadRequest, processUpdates, queueEvent, resetActiveIndex
getDir, getEffect, getEffectDuration, getOnTabChange, getOnTabClose, getOnTabShow, getOrientation, getTabindex, isCache, isScrollable, setCache, setDir, setEffect, setEffectDuration, setOnTabChange, setOnTabClose, setOnTabShow, setOrientation, setScrollable, setTabindex
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_FAMILY
public static final String DEFAULT_RENDERER
public String getFamily()
getFamily
in class TabViewBase
public String getWidgetVar()
getWidgetVar
in class TabViewBase
public void setWidgetVar(String widgetVar)
setWidgetVar
in class TabViewBase
public String getStyle()
getStyle
in class TabViewBase
public void setStyle(String style)
setStyle
in class TabViewBase
public String getStyleClass()
getStyleClass
in class TabViewBase
public void setStyleClass(String styleClass)
setStyleClass
in class TabViewBase
public int getActiveIndex()
getActiveIndex
in class TabViewBase
public void setActiveIndex(int activeIndex)
setActiveIndex
in class TabViewBase
Copyright © 2020. All rights reserved.