Interface ListUIEditor
-
- All Superinterfaces:
UIEditor
- All Known Subinterfaces:
EnumUIEditor
- All Known Implementing Classes:
DefaultEnumUIEditor,DefaultFeatureUnitUIEditor,DefaultSelectUIEditor,EncodingEnumUIEditor,GenericCollectionUIEditor,GenericRangeUIEditor,MapUIEditor,NullableSelectUIEditor
public interface ListUIEditor extends UIEditor
-
-
Field Summary
-
Fields inherited from interface de.hybris.platform.cockpit.model.editor.UIEditor
INITIAL_EDIT_STRING
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.util.List<? extends java.lang.Object>getAvailableValues()voidsetAvailableValues(java.util.List<? extends java.lang.Object> availableValues)-
Methods inherited from interface de.hybris.platform.cockpit.model.editor.UIEditor
createViewComponent, getEditorType, getValue, isEditable, isInline, isOptional, setEditable, setFocus, setOptional, setValue
-
-