com.pnfsoftware.jeb.core.properties.IPropertyDefinition |
Known Indirect Subclasses |
Definition of a property.
Constants | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
int | FLAG_INTERNAL | The property is internal and should not be displayed by clients. | |||||||||
int | FLAG_NOT_SUITABLE_FOR_RUN_TIME_OPTIONS | The property value is a setting not applicable for run-time modifications. | |||||||||
int | FLAG_SIZE_EXTRA | Visual size indicator. | |||||||||
int | FLAG_SIZE_LARGE | Visual size indicator. | |||||||||
int | FLAG_SIZE_MEDIUM | Visual size indicator. | |||||||||
int | FLAG_SIZE_SMALL | Visual size indicator. | |||||||||
int | FLAG_SIZE_TINY | Visual size indicator. | |||||||||
int | FLAG_URLENCODED | The property value if URL-encoded (for strings only). | |||||||||
int | FLAG_VISUAL_STANDOUT | This flag indicates that the description of this property is rather large. |
Public Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
abstract String |
getDescription()
Get a description string for the property.
| ||||||||||
abstract int |
getFlags()
Get the property flags.
| ||||||||||
abstract IPropertyDefinitionManager |
getManager()
Retrieve the manager for this definition.
| ||||||||||
abstract String |
getName()
Get the property name.
| ||||||||||
abstract IPropertyType |
getType()
Get the property type.
| ||||||||||
abstract boolean |
isInternal()
Convenience method used to determine whether the property is internal.
|
The property is internal and should not be displayed by clients.
The property value is a setting not applicable for run-time modifications.
Visual size indicator.
Visual size indicator.
Visual size indicator. This value is useless.
Visual size indicator.
Visual size indicator.
The property value if URL-encoded (for strings only).
This flag indicates that the description of this property is rather large. Clients rendering it may want to enclose it in a separate visual component.
Get a description string for the property.
Get the property flags.
FLAG_xxx
constants
Get the property name.
Get the property type.
Convenience method used to determine whether the property is internal. Internal properties should not displayed by clients.