Class CockpitUsersDualListboxEditor
java.lang.Object
de.hybris.platform.cockpit.components.duallistbox.AbstractDualListboxEditor
de.hybris.platform.cockpit.components.duallistbox.impl.DefaultSimpleDualListboxEditor<TypedObject>
de.hybris.platform.cockpit.components.duallistbox.impl.CockpitUsersDualListboxEditor
-
Field Summary
Fields inherited from class de.hybris.platform.cockpit.components.duallistbox.AbstractDualListboxEditor
assignedValuesList, collectionAllItems, collectionAssignedItems, inputComponentDiv, singleSelector -
Constructor Summary
ConstructorsConstructorDescriptionCockpitUsersDualListboxEditor(List<TypedObject> assignedValuesList, List<TypedObject> availableValues) -
Method Summary
Modifier and TypeMethodDescriptionprotected voiddoSearchWithSorting(String searchTerm) protected voidparseParams(Map parameters) prepares input parametersprotected List<TypedObject>Default implementation for simple searching - for opbjects should be override for proper string representationMethods inherited from class de.hybris.platform.cockpit.components.duallistbox.impl.DefaultSimpleDualListboxEditor
getAssignedValuesLabel, getAvailableValues, getAvailableValuesLabel, getFilterStringResolver, getOnUserSearchListener, getSearchInfoBox, removeDuplicatedColumns, setAvailableValues, updateCollectionAllItemsMethods inherited from class de.hybris.platform.cockpit.components.duallistbox.AbstractDualListboxEditor
addToAssignedValuesList, createAssignBtn, createComponentView, createInternalComponentView, fillLeftBottomCell, fillLeftTopCell, fillMidBottomCell, fillMidTopCell, fillRightBottomCell, fillRightTopCell, getAssignedCollectionItemListRenderer, getAssignedValuesList, getAvailableCollectionItemListRenderer, getRemoveButtonListener, getTypeService, isSingleSelector, prepareCollectionAllItems, prepareCollectionAssignedItems, setResultListData, setSingleSelector
-
Constructor Details
-
CockpitUsersDualListboxEditor
public CockpitUsersDualListboxEditor(List<TypedObject> assignedValuesList, List<TypedObject> availableValues)
-
-
Method Details
-
parseParams
Description copied from class:AbstractDualListboxEditorprepares input parameters- Specified by:
parseParamsin classAbstractDualListboxEditor
-
search
Description copied from class:DefaultSimpleDualListboxEditorDefault implementation for simple searching - for opbjects should be override for proper string representation- Overrides:
searchin classDefaultSimpleDualListboxEditor<TypedObject>
-
doSearchWithSorting
- Overrides:
doSearchWithSortingin classDefaultSimpleDualListboxEditor<TypedObject>
-