Class ContextMenuBase

  • All Implemented Interfaces:
    EventListener, javax.faces.component.PartialStateHolder, javax.faces.component.StateHolder, javax.faces.component.TransientStateHolder, javax.faces.event.ComponentSystemEventListener, javax.faces.event.FacesListener, javax.faces.event.SystemEventListenerHolder, MenuItemAware, TouchAware, Widget
    Direct Known Subclasses:
    ContextMenu

    public abstract class ContextMenuBase
    extends AbstractMenu
    implements Widget, TouchAware
    • Constructor Detail

      • ContextMenuBase

        public ContextMenuBase()
    • Method Detail

      • getFamily

        public String getFamily()
        Overrides:
        getFamily in class javax.faces.component.UIPanel
      • getWidgetVar

        public String getWidgetVar()
      • setWidgetVar

        public void setWidgetVar​(String widgetVar)
      • getFor

        public String getFor()
      • setFor

        public void setFor​(String _for)
      • getStyle

        public String getStyle()
      • setStyle

        public void setStyle​(String style)
      • getStyleClass

        public String getStyleClass()
      • setStyleClass

        public void setStyleClass​(String styleClass)
      • setModel

        public void setModel​(MenuModel model)
      • getNodeType

        public String getNodeType()
      • setNodeType

        public void setNodeType​(String nodeType)
      • getEvent

        public String getEvent()
      • setEvent

        public void setEvent​(String event)
      • getBeforeShow

        public String getBeforeShow()
      • setBeforeShow

        public void setBeforeShow​(String beforeShow)
      • getSelectionMode

        public String getSelectionMode()
      • setSelectionMode

        public void setSelectionMode​(String selectionMode)
      • getTargetFilter

        public String getTargetFilter()
      • setTargetFilter

        public void setTargetFilter​(String targetFilter)
      • isTouchable

        public boolean isTouchable()
        Description copied from interface: TouchAware
        Is this component touch enabled?
        Specified by:
        isTouchable in interface TouchAware
        Returns:
        false to disable
      • setTouchable

        public void setTouchable​(boolean touchable)
        Description copied from interface: TouchAware
        Enable/disable touch support for this component.
        Specified by:
        setTouchable in interface TouchAware
        Parameters:
        touchable - true for touch support