Class ConfigurableIntegerEditor
java.lang.Object
com.hybris.cockpitng.editors.impl.AbstractCockpitEditorRenderer<T>
com.hybris.cockpitng.editors.impl.AbstractTextBasedEditorRenderer<T>
com.hybris.cockpitng.editor.integral.AbstractIntegralEditor<Integer>
com.hybris.cockpitng.editor.defaultinteger.DefaultIntegerEditor
de.hybris.platform.adaptivesearchbackoffice.editors.configurableintegereditor.ConfigurableIntegerEditor
- All Implemented Interfaces:
com.hybris.cockpitng.editors.CockpitEditorRenderer<Integer>,com.hybris.cockpitng.editors.FormattableNumberEditor<Integer>
public class ConfigurableIntegerEditor
extends com.hybris.cockpitng.editor.defaultinteger.DefaultIntegerEditor
-
Field Summary
FieldsFields inherited from class com.hybris.cockpitng.editors.impl.AbstractTextBasedEditorRenderer
SETTING_INPUT_INSTANTFields inherited from class com.hybris.cockpitng.editors.impl.AbstractCockpitEditorRenderer
HEADER_LABEL_TOOLTIP, ON_ADD_EVENT, ON_DELETE_EVENT, YW_EDITOR_AREA_LABEL_CONTAINERFields inherited from interface com.hybris.cockpitng.editors.CockpitEditorRenderer
INITIAL_EDIT_STRINGFields inherited from interface com.hybris.cockpitng.editors.FormattableNumberEditor
PARAMETER_NUMBER_FORMAT -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected ReplaceableDataHandler<Integer>createReplaceableDataHandler(com.hybris.cockpitng.editors.EditorContext<Integer> context) protected ReplaceableDataHandler<Integer>protected voidinitViewComponent(org.zkoss.zul.impl.InputElement editorView, com.hybris.cockpitng.editors.EditorContext<Integer> context, com.hybris.cockpitng.editors.EditorListener<Integer> listener) protected IntegerloadInitialValue(com.hybris.cockpitng.editors.EditorContext<Integer> context) voidrender(org.zkoss.zk.ui.Component parent, com.hybris.cockpitng.editors.EditorContext<Integer> context, com.hybris.cockpitng.editors.EditorListener<Integer> listener) protected voidsetReplaceableDataHandler(ReplaceableDataHandler<Integer> replaceableDataHandler) Methods inherited from class com.hybris.cockpitng.editor.integral.AbstractIntegralEditor
coerceFromString, getMaxValue, getMinValue, getRawValue, getValueType, setRawValueMethods inherited from class com.hybris.cockpitng.editors.impl.AbstractTextBasedEditorRenderer
clearInvalidInputAndNotify, handleChangeEvent, handleChangeEvent, handleChangingEvent, handleReadOnly, hasInvalidInput, isPrimitive, onCancelEvent, onChangeEvent, onChangingEvent, onFocusEvent, onOkEventMethods inherited from class com.hybris.cockpitng.editors.impl.AbstractCockpitEditorRenderer
extractEmbeddedEditor, extractEmbeddedType, findAncestorEditor, findEmbeddedEditors, getInitialEditString, getL10nDecoratorMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface com.hybris.cockpitng.editors.FormattableNumberEditor
setNumberFormat
-
Field Details
-
REPLACEABLE_DATA_HANDLER
- See Also:
-
-
Constructor Details
-
ConfigurableIntegerEditor
public ConfigurableIntegerEditor()
-
-
Method Details
-
render
-
initViewComponent
protected void initViewComponent(org.zkoss.zul.impl.InputElement editorView, com.hybris.cockpitng.editors.EditorContext<Integer> context, com.hybris.cockpitng.editors.EditorListener<Integer> listener) - Overrides:
initViewComponentin classcom.hybris.cockpitng.editors.impl.AbstractTextBasedEditorRenderer<Integer>
-
loadInitialValue
-
createReplaceableDataHandler
protected ReplaceableDataHandler<Integer> createReplaceableDataHandler(com.hybris.cockpitng.editors.EditorContext<Integer> context) -
getReplaceableDataHandler
-
setReplaceableDataHandler
-