Interface ISectionDefinitionParameterization

All Superinterfaces:
ILabeledParametrization, IParameterization, ISectionParameterization
All Known Subinterfaces:
IDtGranularEditorPageSectionParameterization
All Known Implementing Classes:
DtGranularEditorPageSectionParameterization, DuallyNamedSectionParameterization, SectionDefinitionParameterization

public interface ISectionDefinitionParameterization extends ISectionParameterization
The ISectionParameterization implementation for section definition component.
  • Method Details

    • getDefinitionLabel

      String getDefinitionLabel(ILabeledDefinition definition)
      Returns label of ILabeledDefinition.
      Parameters:
      definition - the definition.
      Returns:
      the definition.
    • getToolbarId

      String getToolbarId()
      Returns the toolbar id to poputale contributed actions with. May return null.
      Returns:
      the toolbar id to poputale contributed actions with or null if not defined.
    • setToolbarId

      void setToolbarId(String toolbarId)
      Sets the toolbar id to poputale contributed actions with.
      Parameters:
      toolbarId - the toolbar id to poputale contributed actions with, can be null.