Class SectionDefinition

All Implemented Interfaces:
IComponentFactory, IContainerDefinition, IDefinition

public class SectionDefinition extends ContainerDefinition
The section definition describes all needed properties to build labeled section that keeps inner UI controls.
  • Constructor Details

    • SectionDefinition

      public SectionDefinition(IDefinitionIdentifier id, String label)
      Creates a new instance.
      Parameters:
      id - the definition identifier, cannot be null.
      label - the label of new section, can be null.
    • SectionDefinition

      public SectionDefinition(String label)
      Creates a new instance.
      Parameters:
      label - the label of new section, can be null.
  • Method Details