Interface AttributeWriteSelected

All Known Subinterfaces:
UiAbstractCheckbox, UiAbstractRadioButton, UiCheckbox, UiRadioButton, UiWidgetWithSelection

public interface AttributeWriteSelected
Interface to read and write the selected flag.
Since:
1.0.0
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    static final String
    The style if selected.
  • Method Summary

    Modifier and Type
    Method
    Description
    boolean
     
    void
    setSelected(boolean selected)
     
  • Field Details

  • Method Details

    • isSelected

      boolean isSelected()
      Returns:
      true if this option is selected (checked or active option), false otherwise.
    • setSelected

      void setSelected(boolean selected)
      Parameters:
      selected - the new value of isSelected().