Class DefaultIntegerEditor
- java.lang.Object
-
- com.hybris.cockpitng.editors.impl.AbstractCockpitEditorRenderer<T>
-
- com.hybris.cockpitng.editors.impl.AbstractTextBasedEditorRenderer<T>
-
- com.hybris.cockpitng.editor.integral.AbstractIntegralEditor<java.lang.Integer>
-
- com.hybris.cockpitng.editor.defaultinteger.DefaultIntegerEditor
-
- All Implemented Interfaces:
CockpitEditorRenderer<java.lang.Integer>,FormattableNumberEditor<java.lang.Integer>
public class DefaultIntegerEditor extends AbstractIntegralEditor<java.lang.Integer>
Default Editor forIntegervalues.
-
-
Field Summary
-
Fields inherited from class com.hybris.cockpitng.editors.impl.AbstractTextBasedEditorRenderer
SETTING_INPUT_INSTANT
-
Fields inherited from class com.hybris.cockpitng.editors.impl.AbstractCockpitEditorRenderer
HEADER_LABEL_TOOLTIP, ON_ADD_EVENT, ON_DELETE_EVENT, YW_EDITOR_AREA_LABEL_CONTAINER
-
Fields inherited from interface com.hybris.cockpitng.editors.CockpitEditorRenderer
INITIAL_EDIT_STRING
-
Fields inherited from interface com.hybris.cockpitng.editors.FormattableNumberEditor
PARAMETER_NUMBER_FORMAT
-
-
Constructor Summary
Constructors Constructor Description DefaultIntegerEditor()
-
Method Summary
-
Methods inherited from class com.hybris.cockpitng.editor.integral.AbstractIntegralEditor
coerceFromString, getMaxValue, getMinValue, getRawValue, getValueType, render, setRawValue
-
Methods inherited from class com.hybris.cockpitng.editors.impl.AbstractTextBasedEditorRenderer
clearInvalidInputAndNotify, handleChangeEvent, handleChangeEvent, handleChangingEvent, handleReadOnly, hasInvalidInput, initViewComponent, isPrimitive, onCancelEvent, onChangeEvent, onChangingEvent, onFocusEvent, onOkEvent
-
Methods inherited from class com.hybris.cockpitng.editors.impl.AbstractCockpitEditorRenderer
extractEmbeddedEditor, extractEmbeddedType, findAncestorEditor, findEmbeddedEditors, getInitialEditString, getL10nDecorator
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface com.hybris.cockpitng.editors.FormattableNumberEditor
setNumberFormat
-
-