Interface View<V extends View<V>>
-
- All Superinterfaces:
Comparable<V>
,Component<V>
,Copyable<V>
,Serializable
- All Known Subinterfaces:
ActionView<V>
,AugmentableView<V>
,CreateEntityView<V>
,EntityBrowseView<V>
,EntityFormView<V>
,EntityGridView<V>
,EntityView<V>
,ExportHistoryEntityGridView<V>
,FormView<V>
,GridView<V>
,LookupFieldModal<V>
,PreviewableView<V>
,SelectTargetEntityFormView<V>
,SelectTargetEntityGridView<V>
,TreeGridView<V>
,TreeView<V>
,UpdateEntityView<V>
- All Known Implementing Classes:
AbstractSelectTargetEntityFormView
,AbstractView
,DefaultCreateEntityLongFormView
,DefaultCreateEntityView
,DefaultEntityBrowseView
,DefaultEntityFormView
,DefaultEntityGridView
,DefaultExportHistoryEntityGridView
,DefaultFormView
,DefaultLookupFieldModal
,DefaultSelectTargetEntityGridView
,DefaultTreeGridView
,DefaultTreeView
,DefaultUpdateEntityLongFormView
,DefaultUpdateEntityView
public interface View<V extends View<V>> extends Component<V>
Represents the metadata for a view component.A view component can exist in a lot of different contexts, and can be either complicated or simple. At times, certain view components will make use of other view components.
- Author:
- Nick Crum (ncrum)
-
-
Method Summary
-
Methods inherited from interface java.lang.Comparable
compareTo
-
Methods inherited from interface com.broadleafcommerce.metadata.dsl.core.Component
addAction, addAction, addComponent, addEndpoint, addEndpoint, apply, attribute, augmentationKey, classifier, clearConditionals, clearEndpoints, conditional, conditionals, description, description, findAction, findAction, findActions, findAttribute, findComponent, findComponent, findComponents, findEndpoint, findEndpoint, findEndpoints, get, get, getAction, getAction, getActions, getActionsList, getAttribute, getAttribute, getAttributes, 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, setAugmentationKey, setClassifier, setComponents, setConditionals, setDescription, setEndpoints, setId, setLabel, setOrder, setScope, setTranslatable, setType, translatable, translatable, type
-
-