Interface InlineGroup<G extends InlineGroup<G>>

    • Method Detail

      • 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