Interface Dialog.Button

All Superinterfaces:
org.timepedia.exporter.client.Exportable
Enclosing interface:
Dialog

public static interface Dialog.Button extends org.timepedia.exporter.client.Exportable
Dialog button.
Since:
5.0.106
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    setEnabled(boolean enabled)
    Sets the button's state.
  • Method Details

    • setEnabled

      void setEnabled(boolean enabled)
      Sets the button's state.
      Parameters:
      enabled - true if the button is enabled and can be pressed, false otherwise.
      Since:
      5.0.106