Class EditableButtonFormElement

    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
    • Field Summary

      Fields 
      Modifier and Type Field Description
    • Constructor Summary

      Constructors 
      Constructor Description
    • Enum Constant Summary

      Enum Constants 
      Enum Constant Description
    • Method Summary

      Modifier and Type Method Description
      boolean select() Selects the button.
      boolean deselect() Deselects the button.
      boolean toggleSelection() Toggles button selection.
      boolean isSelected() Checks if button is selected.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

    • Method Detail

      • select

         boolean select()

        Selects the button.

        Returns:

        true when button state was updated.

      • deselect

         boolean deselect()

        Deselects the button.

        Returns:

        true when button state was updated.

      • toggleSelection

         boolean toggleSelection()

        Toggles button selection.

        Returns:

        true when button state was updated.

      • isSelected

         boolean isSelected()

        Checks if button is selected.

        Returns:

        true when button is selected.