|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface Property
A Property
object provides access to the underling value to be manipulated by
the a property editor's UIComponent
implementation.
Method Summary | |
---|---|
java.lang.ClassLoader |
getClassLoader()
Retrieves the ClassLoader that will be used to load this Property object's
property editor. |
java.lang.String |
getHint()
Retrieves the current help hint. |
java.lang.String |
getID()
Retrieves the unique identifier of this property. |
java.lang.String |
getName()
Retrieves the name of a property. |
PropertyEditorComponent |
getPropertyEditorComponent()
Retrieves the PropertyEditorComponent
associated with this property. |
PropertySheet |
getPropertySheet()
Retrieves the PropertySheet
associated with this property. |
ServiceConfiguration |
getServiceConfiguration()
Retrieves the ServiceConfiguration
associated with this property. |
java.lang.String |
getTitle()
Retrieves the title of a property, or null if none is available. |
java.lang.String |
getType()
Retrieves the type for this property. |
java.lang.Object |
getValue()
Retrieves the value of a property. |
java.lang.String |
getValueAsText()
Deprecated. Use Property.getValue() with an object of the property editor's expected configuration type. |
void |
setHint(java.lang.String aNewHint)
Sets the current help hint. |
void |
setValue(java.lang.Object aValue)
Sets the value of a property. |
void |
setValueAsText(java.lang.String aValue)
Deprecated. Use #setValue() with an object of the property editor's expected configuration type. |
Method Detail |
---|
java.lang.ClassLoader getClassLoader()
ClassLoader
that will be used to load this Property
object's
property editor.
ClassLoader
that will be used to load this Property
object's
property editor.java.lang.String getName()
java.lang.String getTitle()
null
if none is available.
void setValue(java.lang.Object aValue)
aValue
- The property value.java.lang.Object getValue()
void setValueAsText(java.lang.String aValue)
#setValue()
with an object of the property editor's expected configuration type.
TextSerializer
implementation converts the string to its object value.
aValue
- The string representation of the property value.java.lang.String getValueAsText()
Property.getValue()
with an object of the property editor's expected configuration type.
TextSerializer
implementation converts the underlying object value to text.
java.lang.String getID()
PropertySheet
to support custom layout.
java.lang.String getType()
ServiceConfiguration getServiceConfiguration()
ServiceConfiguration
associated with this property.
ServiceConfiguration
associated with this property.PropertySheet getPropertySheet()
PropertySheet
associated with this property.
PropertySheet
associated with this property.PropertyEditorComponent getPropertyEditorComponent()
PropertyEditorComponent
associated with this property.
PropertyEditorComponent
associated with this property.java.lang.String getHint()
void setHint(java.lang.String aNewHint)
aNewHint
- A string containing the new help hint. If it is null
,
the hint is set to the value specified in the component.xml
file.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |