Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

TwinColSelectFieldDefinition renders two column lists where more than one item can be selected. The left column contains items available for selection, and the right column lists selected items. The component is useful for selecting large sets of items such as group and role memberships.

TwinColSelectFieldDefinition extends the AbstractSelectFieldDefinition class.

Table of Contents

Example definition

...

leftColumnCaption

optional

Text displayed above the left column. Typically retrieved from a message bundle The value is i18n-able.

rightColumnCaption

optional

Text displayed above the right column. Typically retrieved from a message bundle The value is i18n-able.

Common select field properties

...