Class Command


  • public class Command
    extends Object
    Since:
    2.0.0
    • Constructor Detail

      • Command

        public Command()
      • Command

        public Command​(javax.faces.context.FacesContext facesContext,
                       AbstractUICommand command)
      • Command

        public Command​(javax.faces.context.FacesContext facesContext,
                       javax.faces.component.UIComponent facetComponent,
                       String focusId)
    • Method Detail

      • getAction

        public String getAction()
      • setAction

        public void setAction​(String action)
      • getTransition

        public Boolean getTransition()
      • setTransition

        public void setTransition​(Boolean transition)
      • getTarget

        public String getTarget()
      • setTarget

        public void setTarget​(String target)
      • getExecute

        public String getExecute()
      • setExecute

        public void setExecute​(String execute)
      • getRender

        public String getRender()
      • setRender

        public void setRender​(String render)
      • getFocus

        public String getFocus()
      • setFocus

        public void setFocus​(String focus)
      • getConfirmation

        public String getConfirmation()
      • setConfirmation

        public void setConfirmation​(String confirmation)
      • getDelay

        public Integer getDelay()
      • setDelay

        public void setDelay​(Integer delay)
      • getCollapse

        public Collapse getCollapse()
      • setCollapse

        public void setCollapse​(Collapse collapse)
      • getOmit

        public Boolean getOmit()
      • setOmit

        public void setOmit​(Boolean omit)
      • merge

        public void merge​(Command c)