Class ChipBase

  • All Implemented Interfaces:
    EventListener, 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, PrimeClientBehaviorHolder, Widget
    Direct Known Subclasses:
    Chip

    public abstract class ChipBase
    extends javax.faces.component.UIComponentBase
    implements Widget, javax.faces.component.behavior.ClientBehaviorHolder, PrimeClientBehaviorHolder
    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
      static class  ChipBase.PropertyKeys  
    • Constructor Summary

      Constructors 
      Constructor Description
      ChipBase()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      String getFamily()  
      String getIcon()  
      String getImage()  
      String getLabel()  
      boolean getRemovable()  
      String getRemoveIcon()  
      String getStyle()  
      String getStyleClass()  
      void setIcon​(String icon)  
      void setImage​(String image)  
      void setLabel​(String label)  
      void setRemovable​(boolean removable)  
      void setRemoveIcon​(String removeIcon)  
      void setStyle​(String style)  
      void setStyleClass​(String styleClass)  
      • Methods inherited from class javax.faces.component.UIComponentBase

        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
      • 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, getDefaultEventName, getEventNames
    • Constructor Detail

      • ChipBase

        public ChipBase()
    • Method Detail

      • getFamily

        public String getFamily()
        Specified by:
        getFamily in class javax.faces.component.UIComponent
      • getLabel

        public String getLabel()
      • setLabel

        public void setLabel​(String label)
      • getIcon

        public String getIcon()
      • setIcon

        public void setIcon​(String icon)
      • getImage

        public String getImage()
      • setImage

        public void setImage​(String image)
      • getRemovable

        public boolean getRemovable()
      • setRemovable

        public void setRemovable​(boolean removable)
      • getRemoveIcon

        public String getRemoveIcon()
      • setRemoveIcon

        public void setRemoveIcon​(String removeIcon)
      • getStyle

        public String getStyle()
      • setStyle

        public void setStyle​(String style)
      • getStyleClass

        public String getStyleClass()
      • setStyleClass

        public void setStyleClass​(String styleClass)