Class AbstractReferenceUIEditor

    • Constructor Detail

      • AbstractReferenceUIEditor

        public AbstractReferenceUIEditor()
    • Method Detail

      • isAllowCreate

        public java.lang.Boolean isAllowCreate()
        Description copied from interface: ReferenceUIEditor
        Returns the flag that indicates whether reference selector can create new item.

        Specified by:
        isAllowCreate in interface ReferenceUIEditor
        Returns:
        the flag
      • setAllowCreate

        public void setAllowCreate​(java.lang.Boolean allowCreate)
        Description copied from interface: ReferenceUIEditor
        Sets the flag that indicates whether reference selector can create new item.

        Specified by:
        setAllowCreate in interface ReferenceUIEditor
      • getEditorType

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

        protected java.lang.Integer findMaxAutocompleteSearchResults​(java.util.Map<java.lang.String,​? extends java.lang.Object> parameters)
      • getBooleanParameter

        protected java.util.Optional<java.lang.Boolean> getBooleanParameter​(java.lang.String paramKey,
                                                                            java.util.Map<java.lang.String,​? extends java.lang.Object> parameters)