Interface IButtonDS

All Superinterfaces:
IElementDS, IReportingDS
All Known Implementing Classes:
ButtonDelegateDS, ButtonDS, ExecuteTaskButton, ReportingButtonDS, XmlButtonDS, XmlButtonDS

public interface IButtonDS extends IElementDS
This data source interface defines the methods that need to be implemented to initialize a button definition.
Since:
5.0
Author:
O. Kerpershoek
  • Method Details

    • getCaption

      IMultilingualText getCaption()
      This method returns the text object that should be used as caption for the button. The text object may contain expressions, as it will be parsed during initialization to a IDynamicText object.
      Returns:
      the text object that should be used as caption for the button.