Interface InterdependentExternalGridsGroup<G extends InterdependentExternalGridsGroup<G>>

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

public interface InterdependentExternalGridsGroup<G extends InterdependentExternalGridsGroup<G>> extends Group<G>
A group that handles External Grids that are configured to be dependent on other grids within the same group. By configuring the listensFor attribute for a given grid, the parent grid (where the attribute was set) will be re-fetched when the grids listed in the attribute are updated. The grids in the attribute can also be configured to trigger an update for the parent grid according to a list of conditionals based on GridListenerOperations.
Since:
Metadata 2.0.8, Release Train 2.1.6, 2.2.2
Author:
Julia Lopez-Pozas (jlopezpozas)
  • Method Details

    • collapsed

      default G collapsed(boolean isCollapsed)
    • collapsed

      default G collapsed()
    • notCollapsed

      default G notCollapsed()