Package com.iizigo.prop
Class PropertyEditorInfoOptions
- java.lang.Object
-
- com.iizigo.prop.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 Type Field Description 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.boolean
isMultiEditable
Indicates this property can be combined with others when multiple properties are edited (default true).
-
Constructor Summary
Constructors Constructor Description PropertyEditorInfoOptions(java.lang.String s)
Creates an instance from the set-up string.
-
-
-
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).
-
-