Class UISelectBoolean

    • Constructor Detail

      • UISelectBoolean

        public UISelectBoolean()
    • Method Detail

      • setSelected

        public void setSelected​(boolean selected)
      • isSelected

        public boolean isSelected()
      • getValue

        @JSFProperty(deferredValueType="java.lang.Boolean")
        public Object getValue()
        Description copied from class: UIInput
        Return the current value of this component.

        If a submitted value has been converted but not yet pushed into the model, then return that locally-cached value (see isLocalValueSet).

        Otherwise, evaluate an EL expression to fetch a value from the model.
        Specified by:
        getValue in interface ValueHolder
        Overrides:
        getValue in class UIInput
        Returns:
        the new value value