|
Carrot2 v3.5.2
API Documentation |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface IBindableDescriptor
Additional, statically derived, metadata describing a Bindable component.
| Method Summary | |
|---|---|
Set<AttributeInfo> |
getAttributes()
Returns descriptors of attributes declared by the component or its superclasses. |
Map<String,AttributeInfo> |
getAttributesByFieldName()
Returns descriptors of attributes declared by the component or its superclasses mapped by the field name. |
Map<String,AttributeInfo> |
getAttributesByKey()
Returns descriptors of attributes declared by the component or its superclasses mapped by the attribute key. |
String |
getDescription()
Returns a one sentence summary of the component. |
String |
getLabel()
Returns a short label for the component. |
Set<AttributeInfo> |
getOwnAttributes()
Returns descriptors of attributes declared directly by the component. |
String |
getPrefix()
Returns the attribute prefix used by the component. |
String |
getTitle()
Returns a one sentence summary of the component. |
| Method Detail |
|---|
String getPrefix()
String getTitle()
String getLabel()
String getDescription()
Set<AttributeInfo> getOwnAttributes()
Set<AttributeInfo> getAttributes()
Map<String,AttributeInfo> getAttributesByKey()
Map<String,AttributeInfo> getAttributesByFieldName()
|
Please refer to project documentation at
http://project.carrot2.org |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||