All Implemented Interfaces:
IButtonDS, IElementDS, IReportingDS

public final class ButtonDS extends ButtonDelegateDS implements IButtonDS
Internal class to wrap the datasources to add dialect fallback behaviour for multilingual elements.
Since:
8.4
Author:
Jon van Leuven
  • Constructor Details

  • Method Details

    • getCaption

      public IMultilingualText getCaption()
      Description copied from interface: IButtonDS
      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.
      Specified by:
      getCaption in interface IButtonDS
      Overrides:
      getCaption in class ButtonDelegateDS
      Returns:
      the text object that should be used as caption for the button.