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

    Fields
    Modifier and Type
    Field
    Description
    protected static final String
     

    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
     
  • Method Summary

    Modifier and Type
    Method
    Description
    createReplaceableDataHandler(com.hybris.cockpitng.editors.EditorContext<Integer> context)
     
     
    protected void
    initViewComponent(org.zkoss.zul.impl.InputElement editorView, com.hybris.cockpitng.editors.EditorContext<Integer> context, com.hybris.cockpitng.editors.EditorListener<Integer> listener)
     
    protected Integer
    loadInitialValue(com.hybris.cockpitng.editors.EditorContext<Integer> context)
     
    void
    render(org.zkoss.zk.ui.Component parent, com.hybris.cockpitng.editors.EditorContext<Integer> context, com.hybris.cockpitng.editors.EditorListener<Integer> listener)
     
    protected void
     

    Methods inherited from class com.hybris.cockpitng.editor.integral.AbstractIntegralEditor

    coerceFromString, getMaxValue, getMinValue, getRawValue, getValueType, setRawValue

    Methods inherited from class com.hybris.cockpitng.editors.impl.AbstractTextBasedEditorRenderer

    clearInvalidInputAndNotify, handleChangeEvent, handleChangeEvent, handleChangingEvent, handleReadOnly, hasInvalidInput, 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
  • Field Details

  • Constructor Details

    • ConfigurableIntegerEditor

      public ConfigurableIntegerEditor()
  • Method Details

    • render

      public void render(org.zkoss.zk.ui.Component parent, com.hybris.cockpitng.editors.EditorContext<Integer> context, com.hybris.cockpitng.editors.EditorListener<Integer> listener)
      Specified by:
      render in interface com.hybris.cockpitng.editors.CockpitEditorRenderer<Integer>
      Overrides:
      render in class com.hybris.cockpitng.editor.integral.AbstractIntegralEditor<Integer>
    • 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:
      initViewComponent in class com.hybris.cockpitng.editors.impl.AbstractTextBasedEditorRenderer<Integer>
    • loadInitialValue

      protected Integer loadInitialValue(com.hybris.cockpitng.editors.EditorContext<Integer> context)
    • createReplaceableDataHandler

      protected ReplaceableDataHandler<Integer> createReplaceableDataHandler(com.hybris.cockpitng.editors.EditorContext<Integer> context)
    • getReplaceableDataHandler

      protected ReplaceableDataHandler<Integer> getReplaceableDataHandler()
    • setReplaceableDataHandler

      protected void setReplaceableDataHandler(ReplaceableDataHandler<Integer> replaceableDataHandler)