java.lang.Object | |
↳ | sofia.data.PropertyEditor |
Public Constructors | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
PropertyEditor(String name, Method getter, Method setter) |
Public Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
int | compareTo(PropertyEditor other) | ||||||||||
static PropertyEditor | create(Class<?> type, String name, Method getter, Method setter) | ||||||||||
abstract View | createEditor(Context context) | ||||||||||
View | createLabel(Context context) | ||||||||||
String | getName() | ||||||||||
Class<?> | getType() | ||||||||||
abstract void | giveValueToObject(Object object) | ||||||||||
abstract void | takeValueFromObject(Object object) |
Protected Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
String | getHintText(Context context) | ||||||||||
String | getLabelText(Context context) | ||||||||||
Object | getValue(Object receiver) | ||||||||||
void | setValue(Object receiver, Object value) |
[Expand]
Inherited Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
| |||||||||||
From interface
java.lang.Comparable
|