Class MenuButtonModel

All Implemented Interfaces:
IPVWidgetModel, ITextModel, IAdaptable, IPropertySource

public final class MenuButtonModel extends AbstractPVWidgetModel implements ITextModel
  • Field Details

  • Constructor Details

    • MenuButtonModel

      public MenuButtonModel()
      Constructor.
  • Method Details

    • configureProperties

      protected void configureProperties()
      Description copied from class: AbstractWidgetModel
      Configure the properties of the widget. Subclass should add new properties in this method.
      Specified by:
      configureProperties in class AbstractWidgetModel
    • getTypeID

      public String getTypeID()
      Specified by:
      getTypeID in class AbstractWidgetModel
      Returns:
      the unique typeID of the model.
    • getLabel

      public String getLabel()
      Return the label text.
      Returns:
      The label text.
    • getText

      public String getText()
      Specified by:
      getText in interface ITextModel
    • setText

      public void setText(String text)
      Specified by:
      setText in interface ITextModel
    • isActionsFromPV

      public boolean isActionsFromPV()
    • isTransparent

      public boolean isTransparent()
    • showDownArrow

      public boolean showDownArrow()