Class EntityGridView.Attributes

java.lang.Object
com.broadleafcommerce.metadata.dsl.core.extension.views.browse.EntityGridView.Attributes
Enclosing interface:
EntityGridView<V extends EntityGridView<V>>

public static final class EntityGridView.Attributes extends Object
  • Field Details

    • TENANT_ONLY

      public static final String 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

      public static final String 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

      public static final String 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: