Class DefaultFloatEditor
- java.lang.Object
-
- com.hybris.cockpitng.editors.impl.AbstractCockpitEditorRenderer<T>
-
- com.hybris.cockpitng.editors.impl.AbstractTextBasedEditorRenderer<T>
-
- com.hybris.cockpitng.editor.decimal.AbstractDecimalEditor<java.lang.Float>
-
- com.hybris.cockpitng.editor.defaultfloat.DefaultFloatEditor
-
- All Implemented Interfaces:
CockpitEditorRenderer<java.lang.Float>,FormattableNumberEditor<java.lang.Float>
public class DefaultFloatEditor extends AbstractDecimalEditor<java.lang.Float>
Default Editor forFloatvalues.
-
-
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 DefaultFloatEditor()
-
Method Summary
-
Methods inherited from class com.hybris.cockpitng.editor.decimal.AbstractDecimalEditor
coerceFromString, getRawValue, render, setRawValue, validateRange
-
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
-
-