接口 IButton

所有超级接口:
IContentControl, IControl, IControlT<IButton>

public interface IButton extends IControlT<IButton>, IContentControl
The button control.
  • 方法详细资料

    • getHorizontalTextAlignment

      HorizontalAlignment getHorizontalTextAlignment()
      Gets horizontal alignment.
      API Note:
      Not all values are supported by the *.ssjson format.
    • setHorizontalTextAlignment

      void setHorizontalTextAlignment(HorizontalAlignment value)
      Sets horizontal alignment.
      API Note:
      Not all values are supported by the *.ssjson format.
    • getOrientation

      TickLabelOrientation getOrientation()
      Gets text orientation.
      API Note:
      Not all values are supported by the *.ssjson format.
    • setOrientation

      void setOrientation(TickLabelOrientation value)
      Sets text orientation.
      API Note:
      Not all values are supported by the *.ssjson format.
    • getVerticalTextAlignment

      VerticalAlignment getVerticalTextAlignment()
      Gets vertical alignment.
      API Note:
      Not all values are supported by the *.ssjson format.
    • setVerticalTextAlignment

      void setVerticalTextAlignment(VerticalAlignment value)
      Sets vertical alignment.
      API Note:
      Not all values are supported by the *.ssjson format.
    • getCancelButton

      boolean getCancelButton()
      Indicates the button is cancel button or not.
      API Note:
      Not supported by the *.ssjson format.
    • setCancelButton

      void setCancelButton(boolean value)
      Indicates the button is cancel button or not.
      API Note:
      Not supported by the *.ssjson format.
    • getDefaultButton

      boolean getDefaultButton()
      Indicates the button is default button or not.
      API Note:
      Not supported by the *.ssjson format.
    • setDefaultButton

      void setDefaultButton(boolean value)
      Indicates the button is default button or not.
      API Note:
      Not supported by the *.ssjson format.
    • getDismissButton

      boolean getDismissButton()
      Indicates the button is dismiss button or not.
      API Note:
      Not supported by the *.ssjson format.
    • setDismissButton

      void setDismissButton(boolean value)
      Indicates the button is dismiss button or not.
      API Note:
      Not supported by the *.ssjson format.
    • getHelpButton

      boolean getHelpButton()
      Indicates the button is help button or not.
      API Note:
      Not supported by the *.ssjson format.
    • setHelpButton

      void setHelpButton(boolean value)
      Indicates the button is help button or not.
      API Note:
      Not supported by the *.ssjson format.