Package com.iizigo.prop
Class PropertyEditorInfoOptions
java.lang.Object
com.iizigo.prop.PropertyEditorInfoOptions
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
Modifier and TypeFieldDescriptionfinal boolean
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.final boolean
Indicates this property can be combined with others when multiple properties are edited (default true).Constructor Summary
ConstructorDescriptionCreates an instance from the set-up string.Method Summary
Field Details
doCreateIfNotPresent
public final boolean doCreateIfNotPresentFlag 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 isMultiEditableIndicates this property can be combined with others when multiple properties are edited (default true).
Constructor Details
PropertyEditorInfoOptions
Creates an instance from the set-up string.- Parameters:
s
- The set-up string or null for none.