Class EntityGridView.Attributes
java.lang.Object
com.broadleafcommerce.metadata.dsl.core.extension.views.browse.EntityGridView.Attributes
- Enclosing interface:
- EntityGridView<V extends EntityGridView<V>>
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final StringIndicates that this grid should only be rendered in application contexts, not tenants.static final StringIndicates that this grid should only be displayed when in specific application contexts.static final StringIndicates that this grid should only be rendered in tenant contexts, not applications. -
Method Summary
-
Field Details
-
TENANT_ONLY
Indicates that this grid should only be rendered in tenant contexts, not applications.- Since:
- Metadata 2.0.7, Release Train 2.1.5
- See Also:
-
APPLICATION_ONLY
Indicates that this grid should only be rendered in application contexts, not tenants.- Since:
- Metadata 2.0.7, Release Train 2.1.5
- See Also:
-
RESTRICTED_APPLICATIONS
Indicates that this grid should only be displayed when in specific application contexts. Implies that the grid is also application-only.- Since:
- Metadata 2.0.7, Release Train 2.1.5
- See Also:
-