public interface IBindableDescriptor
Bindable component.| Modifier and Type | Method | Description |
|---|---|---|
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.
|
String getPrefix()
String getTitle()
String getLabel()
String getDescription()
Set<AttributeInfo> getOwnAttributes()
Set<AttributeInfo> getAttributes()
Map<String,AttributeInfo> getAttributesByKey()
Map<String,AttributeInfo> getAttributesByFieldName()
Copyright © 2018 Carrot2.org. All rights reserved.