Class AbstractConditionUIEditor

    • Constructor Detail

      • AbstractConditionUIEditor

        public AbstractConditionUIEditor()
    • Method Detail

      • getEditorType

        public java.lang.String getEditorType()
        Specified by:
        getEditorType in interface UIEditor
      • isInline

        public boolean isInline()
        Description copied from interface: UIEditor
        Returns whether this editor is an inline editor or not.
        Specified by:
        isInline in interface UIEditor
        Returns:
        true, if inline
      • getValueType

        protected abstract java.lang.String getValueType()
      • setParameters

        public void setParameters​(java.util.Map<java.lang.String,​java.lang.Object> parameters)
      • getParameters

        public java.util.Map<java.lang.String,​java.lang.Object> getParameters()
        Specified by:
        getParameters in interface ConditionUIEditor