Interface InlineGroup<G extends InlineGroup<G>>

All Superinterfaces:
Comparable<G>, Component<G>, Copyable<G>, Form<G>, FormComponent<G>, Group<G>, Serializable
All Known Implementing Classes:
DefaultInlineGroup

public interface InlineGroup<G extends InlineGroup<G>> extends Group<G>
TThis group is used to render the components in one line.
Author:
Dima Myroniuk (dmyroniuk)
  • Method Details

    • divider

      default G divider(String divider)
      Adds the divider between the components.
      Parameters:
      divider - the divider to use
      Returns:
      this field for further customization
    • divider

      default G divider(InternationalizedMessage dividerMessage)
      Adds the message between the components.
      Parameters:
      dividerMessage - the message to add between the components
      Returns:
      this field for further customization