public class Ribbon extends TabView
Modifier and Type | Class and Description |
---|---|
static class |
org.primefaces.component.ribbon.RibbonBase.PropertyKeys |
Modifier and Type | Field and 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 |
GROUP_CLASS |
static String |
GROUP_CONTENT_CLASS |
static String |
GROUP_LABEL_CLASS |
static String |
GROUPS_CLASS |
static String |
INACTIVE_TAB_CONTENT_CLASS |
static String |
INACTIVE_TAB_HEADER_CLASS |
static String |
NAVIGATOR_CLASS |
static String |
PANELS_CLASS |
NAVIGATOR_LEFT_CLASS, NAVIGATOR_LEFT_ICON_CLASS, NAVIGATOR_RIGHT_CLASS, NAVIGATOR_RIGHT_ICON_CLASS, NAVIGATOR_SCROLLER_CLASS, SCROLLABLE_TABS_CLASS
Constructor and Description |
---|
Ribbon() |
Modifier and Type | Method and Description |
---|---|
int |
getActiveIndex() |
String |
getDir() |
String |
getEffect() |
String |
getEffectDuration() |
String |
getFamily() |
String |
getOnTabChange() |
String |
getOnTabClose() |
String |
getOnTabShow() |
String |
getOrientation() |
String |
getStyle() |
String |
getStyleClass() |
String |
getTabindex() |
String |
getWidgetVar() |
boolean |
isCache() |
boolean |
isRTL() |
boolean |
isScrollable() |
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) |
findTab, getBehaviorEventMapping, getEventNames, isContentLoadRequest, processUpdates, queueEvent, resetActiveIndex
broadcast, 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, 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, saveState, 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
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 GROUPS_CLASS
public static final String GROUP_CLASS
public static final String GROUP_CONTENT_CLASS
public static final String GROUP_LABEL_CLASS
public static final String COMPONENT_FAMILY
public static final String DEFAULT_RENDERER
public String getFamily()
public String getWidgetVar()
public void setWidgetVar(String widgetVar)
public String getStyle()
public void setStyle(String style)
public String getStyleClass()
public void setStyleClass(String styleClass)
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 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 String resolveWidgetVar()
resolveWidgetVar
in interface Widget
Copyright © 2019. All rights reserved.