Interface ControlGroup<G extends ControlGroup<G>>

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

public interface ControlGroup<G extends ControlGroup<G>> extends Group<G>
  • Method Details

    • fieldName

      default G fieldName(String fieldName)
      Sets the fieldName of the group to the specified string.
      Parameters:
      fieldName - the fieldName the group should be set to
      Returns:
      this