Class UIMenuItem

    • Constructor Detail

      • UIMenuItem

        public UIMenuItem()
    • Method Detail

      • getEventNames

        public Collection<String> getEventNames()
        Specified by:
        getEventNames in interface javax.faces.component.behavior.ClientBehaviorHolder
        Overrides:
        getEventNames in class javax.faces.component.UIComponentBase
      • getDefaultEventName

        public String getDefaultEventName()
        Specified by:
        getDefaultEventName in interface javax.faces.component.behavior.ClientBehaviorHolder
        Overrides:
        getDefaultEventName in class javax.faces.component.UIComponentBase
      • decode

        public void decode​(javax.faces.context.FacesContext facesContext)
        Overrides:
        decode in class javax.faces.component.UIComponentBase
      • queueEvent

        public void queueEvent​(javax.faces.event.FacesEvent e)
        Overrides:
        queueEvent in class javax.faces.component.UICommand
      • isDynamic

        public boolean isDynamic()
        Specified by:
        isDynamic in interface MenuItem
      • getCommand

        public String getCommand()
        Description copied from interface: MenuItem
        A MethodExpression in the form of a string which is called after the menu item has been clicked. It is ignored when url is not null.
        Specified by:
        getCommand in interface MenuItem
        Returns:
        The outcome, which will be used for navigation.