public class Steps extends AbstractMenu implements Widget
Modifier and Type | Class and Description |
---|---|
static class |
Steps.PropertyKeys |
Modifier and Type | Field and Description |
---|---|
static String |
ACTIVE_ITEM_CLASS |
static String |
COMPONENT_FAMILY |
static String |
COMPONENT_TYPE |
static String |
CONTAINER_CLASS |
static String |
DEFAULT_RENDERER |
static String |
INACTIVE_ITEM_CLASS |
static String |
READONLY_CONTAINER_CLASS |
static String |
STEP_NUMBER_CLASS |
static String |
STEP_TITLE_CLASS |
static String |
VISITED_ITEM_CLASS |
LIST_CLASS, MENUITEM_CLASS, MENUITEM_ICON_CLASS, MENUITEM_LINK_CLASS, MENUITEM_TEXT_CLASS, MOBILE_MENUITEM_LINK_CLASS, OPTIONS_CLASS, SEPARATOR_CLASS, SUBMENU_DOWN_ICON_CLASS, SUBMENU_LINK_CLASS, SUBMENU_RIGHT_ICON_CLASS, TIERED_CHILD_SUBMENU_CLASS, TIERED_SUBMENU_CLASS
Constructor and Description |
---|
Steps() |
Modifier and Type | Method and Description |
---|---|
int |
getActiveIndex() |
String |
getFamily() |
MenuModel |
getModel() |
String |
getStyle() |
String |
getStyleClass() |
String |
getWidgetVar() |
boolean |
isReadonly() |
String |
resolveWidgetVar() |
void |
setActiveIndex(int _activeIndex) |
void |
setModel(MenuModel _model) |
void |
setReadonly(boolean _readonly) |
void |
setStyle(String _style) |
void |
setStyleClass(String _styleClass) |
void |
setWidgetVar(String _widgetVar) |
broadcast, getElements, getElementsCount, getTabindex, isDynamic, setTabindex
addClientBehavior, addFacesListener, clearInitialState, decode, encodeBegin, encodeChildren, encodeEnd, findComponent, getAttributes, getChildCount, getChildren, getClientBehaviors, getClientId, getDefaultEventName, getEventNames, getFacesContext, getFacesListeners, getFacet, getFacetCount, getFacets, getFacetsAndChildren, getId, getParent, getRenderer, getRendererType, getRendersChildren, getValueBinding, invokeOnComponent, isRendered, isTransient, markInitialState, processDecodes, processRestoreState, processSaveState, processUpdates, processValidators, queueEvent, removeFacesListener, restoreAttachedState, restoreState, saveAttachedState, saveState, setId, setParent, setRendered, setRendererType, setTransient, setValueBinding
encodeAll, getClientId, getCompositeComponentParent, getContainerClientId, getCurrentComponent, getCurrentCompositeComponent, getListenersForEventClass, getNamingContainer, getResourceBundleMap, getStateHelper, getStateHelper, getValueExpression, initialStateMarked, isCompositeComponent, isInView, isVisitable, popComponentFromEL, processEvent, pushComponentToEL, setInView, setValueExpression, subscribeToEvent, unsubscribeFromEvent, visitTree
public 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 READONLY_CONTAINER_CLASS
public static final String INACTIVE_ITEM_CLASS
public static final String ACTIVE_ITEM_CLASS
public static final String VISITED_ITEM_CLASS
public static final String STEP_NUMBER_CLASS
public static final String STEP_TITLE_CLASS
public String getFamily()
getFamily
in class javax.faces.component.UIPanel
public String getWidgetVar()
public void setWidgetVar(String _widgetVar)
public MenuModel getModel()
getModel
in class AbstractMenu
public void setModel(MenuModel _model)
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 boolean isReadonly()
public void setReadonly(boolean _readonly)
public String resolveWidgetVar()
resolveWidgetVar
in interface Widget
Copyright © 2017. All rights reserved.