Widget
public class Dock extends AbstractMenu implements Widget
Modifier and Type | Class | Description |
---|---|---|
static class |
Dock.PropertyKeys |
Modifier and Type | Field | Description |
---|---|---|
static String |
COMPONENT_FAMILY |
|
static String |
COMPONENT_TYPE |
|
static String |
DEFAULT_RENDERER |
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 | Description |
---|---|
Dock() |
Modifier and Type | Method | Description |
---|---|---|
String |
getFamily() |
|
String |
getHalign() |
|
int |
getItemWidth() |
|
int |
getMaxWidth() |
|
MenuModel |
getModel() |
|
String |
getPosition() |
|
int |
getProximity() |
|
String |
getWidgetVar() |
|
String |
resolveWidgetVar() |
|
void |
setHalign(String _halign) |
|
void |
setItemWidth(int _itemWidth) |
|
void |
setMaxWidth(int _maxWidth) |
|
void |
setModel(MenuModel _model) |
|
void |
setPosition(String _position) |
|
void |
setProximity(int _proximity) |
|
void |
setWidgetVar(String _widgetVar) |
broadcast, getElements, getElementsCount, getTabindex, isDynamic, setTabindex
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
encodeAll, getClientId, getCompositeComponentParent, getContainerClientId, getCurrentComponent, getCurrentCompositeComponent, getListenersForEventClass, getNamingContainer, getResourceBundleMap, getStateHelper, getStateHelper, getValueExpression, initialStateMarked, isCompositeComponent, isInView, isVisitable, popComponentFromEL, processEvent, pushComponentToEL, setInView, setValueExpression, subscribeToEvent, unsubscribeFromEvent, visitTree
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
public static final String COMPONENT_TYPE
public static final String COMPONENT_FAMILY
public static final String DEFAULT_RENDERER
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 getPosition()
public void setPosition(String _position)
public int getItemWidth()
public void setItemWidth(int _itemWidth)
public int getMaxWidth()
public void setMaxWidth(int _maxWidth)
public int getProximity()
public void setProximity(int _proximity)
public String getHalign()
public void setHalign(String _halign)
public String resolveWidgetVar()
resolveWidgetVar
in interface Widget
Copyright © 2018. All rights reserved.