Class DefaultSelectTargetEntityGridView
java.lang.Object
com.broadleafcommerce.metadata.dsl.core.AbstractComponent<V>
com.broadleafcommerce.metadata.dsl.core.extension.views.AbstractView<DefaultSelectTargetEntityGridView>
com.broadleafcommerce.metadata.dsl.core.extension.views.DefaultSelectTargetEntityGridView
- All Implemented Interfaces:
Component<DefaultSelectTargetEntityGridView>,Copyable<DefaultSelectTargetEntityGridView>,FetchGrid<DefaultSelectTargetEntityGridView>,Grid<DefaultSelectTargetEntityGridView>,Selectable<DefaultSelectTargetEntityGridView>,SortableGrid<DefaultSelectTargetEntityGridView>,Trackable<DefaultSelectTargetEntityGridView>,SelectTargetEntityGridView<DefaultSelectTargetEntityGridView>,View<DefaultSelectTargetEntityGridView>,Serializable,Comparable<DefaultSelectTargetEntityGridView>
public class DefaultSelectTargetEntityGridView
extends AbstractView<DefaultSelectTargetEntityGridView>
implements SelectTargetEntityGridView<DefaultSelectTargetEntityGridView>
- Author:
- Dima Myroniuk (dmyroniuk)
- See Also:
-
Nested Class Summary
Nested classes/interfaces inherited from interface com.broadleafcommerce.metadata.dsl.core.extension.FetchGrid
FetchGrid.EndpointTypesNested classes/interfaces inherited from interface com.broadleafcommerce.metadata.dsl.core.extension.Grid
Grid.KeysNested classes/interfaces inherited from interface com.broadleafcommerce.metadata.dsl.core.extension.Selectable
Selectable.ConfigureSelectable, Selectable.SelectableTypesNested classes/interfaces inherited from interface com.broadleafcommerce.metadata.dsl.core.extension.views.SelectTargetEntityGridView
SelectTargetEntityGridView.ActionIds, SelectTargetEntityGridView.AttributesNested classes/interfaces inherited from interface com.broadleafcommerce.metadata.dsl.core.extension.SortableGrid
SortableGrid.Sort -
Constructor Summary
ConstructorsConstructorDescriptionDefaultSelectTargetEntityGridView(SelectTargetEntityGridView<?> targetEntityGridView) -
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, toStringMethods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, waitMethods inherited from interface java.lang.Comparable
compareToMethods 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, typeMethods inherited from interface com.broadleafcommerce.metadata.dsl.core.extension.FetchGrid
findReadEndpoint, getReadEndpoint, getReadEndpointType, narrowedPaging, narrowedPaging, numberedPaging, numberedPaging, readEndpoint, readEndpoint, readScope, readUrl, readUrl, unpagedMethods inherited from interface com.broadleafcommerce.metadata.dsl.core.extension.Grid
addColumn, addColumn, addColumn, addColumns, findColumn, getColumn, idKey, removeColumnMethods inherited from interface com.broadleafcommerce.metadata.dsl.core.extension.Selectable
multiPageSelectable, multiPageSelectableWithExclusions, multipleSelectable, notSelectable, selectable, selectable, selectable, selectableType, singleSelectableMethods inherited from interface com.broadleafcommerce.metadata.dsl.core.extension.views.SelectTargetEntityGridView
filterTargetEntities, readTargetEntitiesEndpoint, selectCatalogFieldLabel, selectCatalogFieldPlaceholder, selectSandboxFieldLabel, selectSandboxFieldPlaceholderMethods inherited from interface com.broadleafcommerce.metadata.dsl.core.extension.SortableGrid
notSortable, notSortable, sortable, sortable, sortableWithDefault, sortableWithDefaultMethods inherited from interface com.broadleafcommerce.metadata.dsl.core.extension.Trackable
catalogTrackable, notCatalogTrackable, notProfileTrackable, notSandboxTrackable, profileTrackable, sandboxTrackable
-
Constructor Details
-
DefaultSelectTargetEntityGridView
public DefaultSelectTargetEntityGridView() -
DefaultSelectTargetEntityGridView
-
-
Method Details
-
copy
- Specified by:
copyin interfaceCopyable<DefaultSelectTargetEntityGridView>- Returns:
- a deep copy of this instance
-