Class SlideButtonWidget


  • public class SlideButtonWidget
    extends WritablePVWidget
    Widget that provides button for making a binary change.
    Version:
    1.0.0 21 Aug 2018
    • Field Detail

      • WIDGET_DESCRIPTOR

        public static final org.csstudio.display.builder.model.WidgetDescriptor WIDGET_DESCRIPTOR
        Widget descriptor
      • propLabel

        public static final org.csstudio.display.builder.model.WidgetPropertyDescriptor<java.lang.String> propLabel
      • propAutoSize

        public static final org.csstudio.display.builder.model.WidgetPropertyDescriptor<java.lang.Boolean> propAutoSize
    • Constructor Detail

      • SlideButtonWidget

        public SlideButtonWidget()
    • Method Detail

      • propAutoSize

        public WidgetProperty<java.lang.Boolean> propAutoSize()
        Returns:
        'auto_size' property
      • propBit

        public WidgetProperty<java.lang.Integer> propBit()
        Returns:
        'bit' property.
      • propConfirmDialog

        public WidgetProperty<org.csstudio.display.builder.model.properties.ConfirmDialog> propConfirmDialog()
        Returns:
        'confirm_dialog' property.
      • propConfirmMessage

        public WidgetProperty<java.lang.String> propConfirmMessage()
        Returns:
        'confirm_message' property.
      • propEnabled

        public WidgetProperty<java.lang.Boolean> propEnabled()
        Returns:
        'enabled' property.
      • propFont

        public WidgetProperty<org.csstudio.display.builder.model.properties.WidgetFont> propFont()
        Returns:
        'font' property.
      • propForegroundColor

        public WidgetProperty<org.csstudio.display.builder.model.properties.WidgetColor> propForegroundColor()
        Returns:
        'foreground_color' property.
      • propLabel

        public WidgetProperty<java.lang.String> propLabel()
        Returns:
        'label' property.
      • propOffColor

        public WidgetProperty<org.csstudio.display.builder.model.properties.WidgetColor> propOffColor()
        Returns:
        'off_color' property.
      • propOnColor

        public WidgetProperty<org.csstudio.display.builder.model.properties.WidgetColor> propOnColor()
        Returns:
        'on_color' property.
      • propPassword

        public WidgetProperty<java.lang.String> propPassword()
        Returns:
        'password' property.