Class CommandLinkBase

  • All Implemented Interfaces:
    EventListener, javax.faces.component.ActionSource, javax.faces.component.ActionSource2, javax.faces.component.behavior.ClientBehaviorHolder, javax.faces.component.PartialStateHolder, javax.faces.component.StateHolder, javax.faces.component.TransientStateHolder, javax.faces.event.ComponentSystemEventListener, javax.faces.event.FacesListener, javax.faces.event.SystemEventListenerHolder, AjaxSource, Confirmable, PrimeClientBehaviorHolder
    Direct Known Subclasses:
    CommandLink

    public abstract class CommandLinkBase
    extends javax.faces.component.html.HtmlCommandLink
    implements AjaxSource, Confirmable, PrimeClientBehaviorHolder
    • Field Summary

      Fields 
      Modifier and Type Field Description
      static String COMPONENT_FAMILY  
      static String DEFAULT_RENDERER  
      • Fields inherited from class javax.faces.component.html.HtmlCommandLink

        COMPONENT_TYPE
      • Fields inherited from class javax.faces.component.UIComponent

        ATTRS_WITH_DECLARED_DEFAULT_VALUES, BEANINFO_KEY, bindings, COMPOSITE_COMPONENT_TYPE_KEY, COMPOSITE_FACET_NAME, CURRENT_COMPONENT, CURRENT_COMPOSITE_COMPONENT, FACETS_KEY, HONOR_CURRENT_COMPONENT_ATTRIBUTES_PARAM_NAME, VIEW_LOCATION_KEY
    • Constructor Summary

      Constructors 
      Constructor Description
      CommandLinkBase()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      String getAriaLabel()  
      String getDelay()  
      String getFamily()  
      String getForm()  
      String getOncomplete()  
      String getOnerror()  
      String getOnstart()  
      String getOnsuccess()  
      String getPartialSubmitFilter()  
      String getProcess()  
      int getTimeout()  
      String getUpdate()  
      boolean isAjax()  
      boolean isAsync()  
      boolean isGlobal()  
      boolean isIgnoreAutoUpdate()  
      boolean isIgnoreComponentNotFound()  
      boolean isPartialSubmit()  
      boolean isResetValues()  
      boolean isValidateClient()  
      void setAjax​(boolean ajax)  
      void setAriaLabel​(String ariaLabel)  
      void setAsync​(boolean async)  
      void setDelay​(String delay)  
      void setForm​(String form)  
      void setGlobal​(boolean global)  
      void setIgnoreAutoUpdate​(boolean ignoreAutoUpdate)  
      void setIgnoreComponentNotFound​(boolean ignoreComponentNotFound)  
      void setOncomplete​(String oncomplete)  
      void setOnerror​(String onerror)  
      void setOnstart​(String onstart)  
      void setOnsuccess​(String onsuccess)  
      void setPartialSubmit​(boolean partialSubmit)  
      void setPartialSubmitFilter​(String partialSubmitFilter)  
      void setProcess​(String process)  
      void setResetValues​(boolean resetValues)  
      void setTimeout​(int timeout)  
      void setUpdate​(String update)  
      void setValidateClient​(boolean validateClient)  
      • Methods inherited from class javax.faces.component.html.HtmlCommandLink

        getAccesskey, getCharset, getCoords, getDefaultEventName, getDir, getEventNames, getHreflang, getLang, getOnblur, getOnclick, getOndblclick, getOnfocus, getOnkeydown, getOnkeypress, getOnkeyup, getOnmousedown, getOnmousemove, getOnmouseout, getOnmouseover, getOnmouseup, getRel, getRev, getRole, getShape, getStyle, getStyleClass, getTabindex, getTarget, getTitle, getType, isDisabled, setAccesskey, setCharset, setCoords, setDir, setDisabled, setHreflang, setLang, setOnblur, setOnclick, setOndblclick, setOnfocus, setOnkeydown, setOnkeypress, setOnkeyup, setOnmousedown, setOnmousemove, setOnmouseout, setOnmouseover, setOnmouseup, setRel, setRev, setRole, setShape, setStyle, setStyleClass, setTabindex, setTarget, setTitle, setType
      • Methods inherited from class javax.faces.component.UICommand

        addActionListener, broadcast, getAction, getActionExpression, getActionListener, getActionListeners, getValue, isImmediate, queueEvent, removeActionListener, setAction, setActionExpression, setActionListener, setImmediate, setValue
      • Methods inherited from class javax.faces.component.UIComponentBase

        addClientBehavior, addFacesListener, clearInitialState, decode, encodeBegin, encodeChildren, encodeEnd, findComponent, getAttributes, getChildCount, getChildren, getClientBehaviors, getClientId, getFacesContext, getFacesListeners, getFacet, getFacetCount, getFacets, getFacetsAndChildren, getId, getListenersForEventClass, getParent, getPassThroughAttributes, getRenderer, getRendererType, getRendersChildren, getValueBinding, invokeOnComponent, isRendered, isTransient, markInitialState, processDecodes, processRestoreState, processSaveState, processUpdates, processValidators, removeFacesListener, restoreAttachedState, restoreState, saveAttachedState, saveState, setId, setParent, setRendered, setRendererType, setTransient, setValueBinding, subscribeToEvent, unsubscribeFromEvent
      • Methods inherited from class javax.faces.component.UIComponent

        encodeAll, getClientId, getCompositeComponentParent, getContainerClientId, getCurrentComponent, getCurrentCompositeComponent, getNamingContainer, getPassThroughAttributes, getResourceBundleMap, getStateHelper, getStateHelper, getTransientStateHelper, getTransientStateHelper, getValueExpression, initialStateMarked, isCompositeComponent, isInView, isVisitable, popComponentFromEL, processEvent, pushComponentToEL, restoreTransientState, saveTransientState, setInView, setValueExpression, visitTree
      • Methods inherited from interface javax.faces.component.behavior.ClientBehaviorHolder

        addClientBehavior, getClientBehaviors
    • Constructor Detail

      • CommandLinkBase

        public CommandLinkBase()
    • Method Detail

      • getFamily

        public String getFamily()
        Overrides:
        getFamily in class javax.faces.component.UICommand
      • isAjax

        public boolean isAjax()
      • setAjax

        public void setAjax​(boolean ajax)
      • setAsync

        public void setAsync​(boolean async)
      • setProcess

        public void setProcess​(String process)
      • setUpdate

        public void setUpdate​(String update)
      • setOnstart

        public void setOnstart​(String onstart)
      • setOncomplete

        public void setOncomplete​(String oncomplete)
      • setOnerror

        public void setOnerror​(String onerror)
      • setOnsuccess

        public void setOnsuccess​(String onsuccess)
      • setGlobal

        public void setGlobal​(boolean global)
      • setDelay

        public void setDelay​(String delay)
      • setTimeout

        public void setTimeout​(int timeout)
      • setPartialSubmit

        public void setPartialSubmit​(boolean partialSubmit)
      • setResetValues

        public void setResetValues​(boolean resetValues)
      • setIgnoreAutoUpdate

        public void setIgnoreAutoUpdate​(boolean ignoreAutoUpdate)
      • isValidateClient

        public boolean isValidateClient()
      • setValidateClient

        public void setValidateClient​(boolean validateClient)
      • setPartialSubmitFilter

        public void setPartialSubmitFilter​(String partialSubmitFilter)
      • setForm

        public void setForm​(String form)
      • getAriaLabel

        public String getAriaLabel()
      • setAriaLabel

        public void setAriaLabel​(String ariaLabel)
      • setIgnoreComponentNotFound

        public void setIgnoreComponentNotFound​(boolean ignoreComponentNotFound)