Class PropertyEditorInfoOptions


  • public class PropertyEditorInfoOptions
    extends java.lang.Object
    Options for the property editor information of an item.

    Options supported (boolean is "0" or "1"):

    • "multi:boolean"
    • "create:boolean"
    Author:
    Christopher Mindus
    • Field Summary

      Fields 
      Modifier and TypeFieldDescription
      booleandoCreateIfNotPresent
      Flag indicating this property should be created if not present in the edited property (default true if a default value exists in the Editor's ".properties" file with the definitions.
      booleanisMultiEditable
      Indicates this property can be combined with others when multiple properties are edited (default true).
    • Constructor Summary

      Constructors 
      ConstructorDescription
      PropertyEditorInfoOptions​(java.lang.String s)
      Creates an instance from the set-up string.
    • Method Summary

      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • doCreateIfNotPresent

        public final boolean doCreateIfNotPresent
        Flag indicating this property should be created if not present in the edited property (default true if a default value exists in the Editor's ".properties" file with the definitions.
      • isMultiEditable

        public final boolean isMultiEditable
        Indicates this property can be combined with others when multiple properties are edited (default true).
    • Constructor Detail

      • PropertyEditorInfoOptions

        public PropertyEditorInfoOptions​(java.lang.String s)
        Creates an instance from the set-up string.
        Parameters:
        s - The set-up string or null for none.