Class Chips

  • All Implemented Interfaces:
    EventListener, javax.faces.component.behavior.ClientBehaviorHolder, javax.faces.component.EditableValueHolder, javax.faces.component.PartialStateHolder, javax.faces.component.StateHolder, javax.faces.component.TransientStateHolder, javax.faces.component.ValueHolder, javax.faces.event.ComponentSystemEventListener, javax.faces.event.FacesListener, javax.faces.event.SystemEventListenerHolder, InputHolder, MixedClientBehaviorHolder, Widget

    public class Chips
    extends ChipsBase
    • Constructor Detail

      • Chips

        public Chips()
    • Method Detail

      • getInputClientId

        public String getInputClientId()
        Returns:
        Client id of the input element
      • getValidatableInputClientId

        public String getValidatableInputClientId()
        Returns:
        Client id of the validatable input element
      • getLabelledBy

        public String getLabelledBy()
        Returns:
        Client id of the label for aria
      • setLabelledBy

        public void setLabelledBy​(String labelledBy)
        Description copied from interface: InputHolder
        Sets the id of the label for aria.
        Parameters:
        labelledBy - the id
      • getUnobstrusiveEventNames

        public Collection<String> getUnobstrusiveEventNames()
        Description copied from interface: MixedClientBehaviorHolder
        Gets the collection of unobtrusive event names.
        Returns:
        the collection of unobtrusive event names.
      • queueEvent

        public void queueEvent​(javax.faces.event.FacesEvent event)
        Overrides:
        queueEvent in class javax.faces.component.UIComponentBase