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)
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final class -
Method Summary
Methods inherited from interface java.lang.Comparable
compareToMethods inherited from interface com.broadleafcommerce.metadata.dsl.core.Component
addAction, addAction, addComponent, addEndpoint, addEndpoint, addSimpleComponent, apply, attribute, augmentable, augmentationKey, classifier, clearConditionals, clearEndpoints, conditional, conditionals, description, description, findAction, findAction, findActions, findAttribute, findAttribute, findComponent, findComponent, findComponents, findEndpoint, findEndpoint, findEndpoint, findEndpoints, get, get, getAction, getAction, getActions, getActionsList, getAttribute, getAttribute, getAttributes, getAugmentableFlag, getAugmentationKey, getClassifier, getComponent, getComponent, getComponents, getComponentsList, getConditionals, getDescription, getEndpoint, getEndpoint, getEndpoints, getEndpointsList, getId, getLabel, getOrder, getScope, getType, hasAction, hasAttribute, hasComponent, hasEndpoint, id, isAugmentable, isTranslatable, label, label, notTranslatable, order, removeAction, removeAttribute, removeComponent, removeEndpoint, scope, self, setActions, setAttributes, setAugmentable, setAugmentationKey, setClassifier, setComponents, setConditionals, setDescription, setEndpoints, setId, setLabel, setOrder, setScope, setTranslatable, setType, translatable, translatable, typeMethods inherited from interface com.broadleafcommerce.metadata.dsl.core.extension.Form
addExternal, addExternal, addField, addField, addField, addFields, addFormComponents, addGroup, addGroup, addMessage, addMessage, external, field, findExternal, findField, findGroup, findMessage, getExternal, getField, getGroup, getMessage, group, message, removeExternal, removeField, removeGroup, removeMessageMethods inherited from interface com.broadleafcommerce.metadata.dsl.core.FormComponent
getHelpText, getHint, getTooltip, helpText, helpText, helpText, hidden, hidden, hint, hint, isHidden, notHidden, setHelpText, setHidden, setHint, setTooltip, tooltip, tooltip
-
Method Details
-
collapsed
-
collapsed
-
notCollapsed
-