LIDOR SYSTEMS

Advanced User Interface Controls and Components

IntegralUI Web

Documentation and API Reference


IntegralUIGroupBox

Represents the GroupBox component for Angular. Displays a list of expandable groups.

Properties


  • controlStyle
  • Specifies an object that contains all style settings for the GroupBox component
  • data
  • Specifies an object that holds data related to the component
  • expandBoxType
  • Determines the type of expand box icon in group header
  • expanded
  • Determines whether the group is in expanded or collapsed state
  • icon
  • Gets or sets a CSS class that represents the icon shown in group header
  • selected
  • Determines whether group is selected or not
  • state
  • Specifies the component state: disabled, hovered, etc.
  • text
  • Specifies the group title

Events


Methods


  • collapse
  • Collapses the group
  • expand
  • Expands the group
  • toggle
  • Toggles the group to either expanded or collapsed state