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 SummaryFieldsModifier and TypeFieldDescription- final booleanFlag 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 booleanIndicates this property can be combined with others when multiple properties are edited (default true).
- Constructor SummaryConstructorsConstructorDescriptionCreates an instance from the set-up string.
- Method Summary
- Field Details- doCreateIfNotPresentpublic 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.
- isMultiEditablepublic final boolean isMultiEditableIndicates this property can be combined with others when multiple properties are edited (default true).
 
- Constructor Details- PropertyEditorInfoOptionsCreates an instance from the set-up string.- Parameters:
- s- The set-up string or null for none.