Interface BasicGroup<G extends BasicGroup<G>>

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

public interface BasicGroup<G extends BasicGroup<G>> extends Group<G>
Renders a basic group of components.
Since:
Metadata 2.0.8, Release Train 2.1.6
Author:
Jon Fleschler (jfleschler)
  • Method Details

    • style

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