public abstract class AbstractMenuContainer extends javax.faces.component.UIComponentBase implements DisabledProps, EventsPopupsProps, PositionProps
Constructor and Description |
---|
AbstractMenuContainer() |
Modifier and Type | Method and Description |
---|---|
abstract Object |
getCssRoot() |
abstract int |
getHideDelay()
Delay (in ms) between losing focus and menu closing
|
abstract Mode |
getMode()
Sets the submission mode for all menu items of the menu except those where this attribute redefined.
|
abstract String |
getOngrouphide()
The client-side script method to be called when a child menuGroup is hidden
|
abstract String |
getOngroupshow()
The client-side script method to be called when a child menuGroup is expanded
|
abstract String |
getOnitemclick()
The client-side script method to be called when a menu item is clicked
|
abstract int |
getPopupWidth()
Sets minimum width for all lists that will appear.
|
abstract int |
getShowDelay()
Delay (in ms) between observing the showEvent and menu opening
|
abstract String |
getShowEvent()
Defines an event on the parent element to display the menu
|
addClientBehavior, addFacesListener, broadcast, clearInitialState, decode, encodeBegin, encodeChildren, encodeEnd, findComponent, getAttributes, getChildCount, getChildren, getClientBehaviors, getClientId, getDefaultEventName, getEventNames, getFacesContext, getFacesListeners, getFacet, getFacetCount, getFacets, getFacetsAndChildren, getId, getListenersForEventClass, getParent, getPassThroughAttributes, 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, subscribeToEvent, unsubscribeFromEvent
encodeAll, getClientId, getCompositeComponentParent, getContainerClientId, getCurrentComponent, getCurrentCompositeComponent, getFamily, getNamingContainer, getPassThroughAttributes, getResourceBundleMap, getStateHelper, getStateHelper, getTransientStateHelper, getTransientStateHelper, getValueExpression, initialStateMarked, isCompositeComponent, isInView, isVisitable, popComponentFromEL, processEvent, pushComponentToEL, restoreTransientState, saveTransientState, setInView, setValueExpression, visitTree
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
isDisabled
getOnhide, getOnshow
getDirection, getHorizontalOffset, getJointPoint, getVerticalOffset
public abstract String getShowEvent()
Defines an event on the parent element to display the menu
Default value is 'contextmenu'
public abstract Mode getMode()
Sets the submission mode for all menu items of the menu except those where this attribute redefined. Possible value are 'ajax','client' and 'server'
Default value is 'server'
public abstract int getHideDelay()
Delay (in ms) between losing focus and menu closing
Default value is "300"
public abstract int getShowDelay()
Delay (in ms) between observing the showEvent and menu opening
Default value is "50"
public abstract int getPopupWidth()
public abstract String getOngroupshow()
public abstract String getOngrouphide()
public abstract String getOnitemclick()
public abstract Object getCssRoot()
Copyright © 2014 JBoss by Red Hat. All Rights Reserved.