|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface CompositeEditorAttribute
A CompositeEditorAttribute is an attribute contained in a composite editor.
A composite editor component contains one or more attributes,
each of which maps to an underlying property of the composite editor's
composite type.
| Method Summary | |
|---|---|
String |
getHint()
Retrieves a brief amount of text that describes the purpose of a composite attribute and is displayed within related user interfaces. |
String |
getName()
Retrieves the name of the attribute. |
String |
getProperty()
Retrieves the property of an attribute that is used to explicitly specify a property name of the related composite type class, where the property name is different than the attribute name. |
String[] |
getSupportedExpressionTypes()
Retrieves an array of supported expression types. |
String |
getTitle()
Retrieves the title of an attribute that is expected to show up in the related tooling. |
String |
getType()
Retrieves the attribute type's class name. |
| Method Detail |
|---|
String getName()
String getTitle()
String getProperty()
String getType()
String getHint()
String[] getSupportedExpressionTypes()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||