Class ExecuteTaskButton

java.lang.Object
com.aquima.interactions.portal.report.ReportingDelegate
com.aquima.interactions.portal.ds.sys.composer.ExecuteTaskButton
All Implemented Interfaces:
IButtonDS, IElementDS, IReportingDS

public class ExecuteTaskButton extends ReportingDelegate implements IButtonDS
This class is used to provide the information needed to initialize an execute task button.
Since:
7.1
Author:
O. Kerpershoek
  • 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
      Returns:
      the text object that should be used as caption for the button.
    • getName

      public String getName()
      Description copied from interface: IElementDS
      This method returns the (unique) name of the element. The name is required when adding the content as a definition to the composer, but it is optional when the element is added directly as inline sub-content.
      Specified by:
      getName in interface IElementDS
      Returns:
      the (unique) name of the element.
    • getPresentationStyles

      public String[] getPresentationStyles()
      Description copied from interface: IElementDS
      This method returns the presentation styles that should be used when including the content element that is referred to.
      Specified by:
      getPresentationStyles in interface IElementDS
      Returns:
      the presentation styles that should be used when including the content element that is referred to.