Interface RelationEnabling

All Known Implementing Classes:
AbstractGomCombobox, AbstractGomGridSelect, AbstractGomSelect, GomCheckbox, GomCombobox, GomDataset, GomListSelect, GomRadiobutton

@NonExtendable public interface RelationEnabling
Enables implementors to indicate whether values might be drawn from a foreign key relationship.
Since:
5.0
  • Method Summary

    Modifier and Type
    Method
    Description
    boolean
    Indicates whether foreign key relationships are supported as value source.
  • Method Details

    • allowsRelations

      boolean allowsRelations()
      Indicates whether foreign key relationships are supported as value source.
      Returns:
      true, if supported.
      Since:
      5.0