Class PropertyEditorInfoOptions

java.lang.Object
com.iizigo.prop.PropertyEditorInfoOptions

public class PropertyEditorInfoOptions extends 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 Details

    • 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 Details

    • PropertyEditorInfoOptions

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