Class AbstractSelectTargetEntityFormView<V extends AbstractSelectTargetEntityFormView<V>>
- java.lang.Object
-
- com.broadleafcommerce.metadata.dsl.core.AbstractComponent<V>
-
- com.broadleafcommerce.metadata.dsl.core.extension.views.AbstractView<V>
-
- com.broadleafcommerce.metadata.dsl.core.extension.views.AbstractSelectTargetEntityFormView<V>
-
- All Implemented Interfaces:
Component<V>
,Copyable<V>
,Form<V>
,FormView<V>
,SelectTargetEntityFormView<V>
,View<V>
,Serializable
,Comparable<V>
public abstract class AbstractSelectTargetEntityFormView<V extends AbstractSelectTargetEntityFormView<V>> extends AbstractView<V> implements SelectTargetEntityFormView<V>
The base class for the form view that is used for a more guided approach for setting up the form components.- Author:
- Dima Myroniuk (dmyroniuk)
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description AbstractSelectTargetEntityFormView()
AbstractSelectTargetEntityFormView(SelectTargetEntityFormView<?> targetEntityFormView)
-
Method Summary
-
Methods inherited from class com.broadleafcommerce.metadata.dsl.core.AbstractComponent
canEqual, compareTo, equals, getActions, getAttributes, getAugmentationKey, getClassifier, getComponents, getConditionals, getDescription, getEndpoints, getId, getLabel, getOrder, getScope, getType, hashCode, isTranslatable, setActions, setAttributes, setAugmentationKey, setClassifier, setComponents, setConditionals, setDescription, setEndpoints, setId, setLabel, setOrder, setScope, setTranslatable, setType, toString
-
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
-
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
-
Methods inherited from interface com.broadleafcommerce.metadata.dsl.core.extension.Form
addExternal, addExternal, addField, addField, addField, addFields, addFormComponents, addGroup, addGroup, external, field, findExternal, findField, findGroup, getExternal, getField, getGroup, group, removeExternal, removeField, removeGroup
-
-
-
-
Constructor Detail
-
AbstractSelectTargetEntityFormView
public AbstractSelectTargetEntityFormView()
-
AbstractSelectTargetEntityFormView
public AbstractSelectTargetEntityFormView(SelectTargetEntityFormView<?> targetEntityFormView)
-
-