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)
|
Methods inherited from
class
java.lang.Object
| |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
Object
|
clone()
| ||||||||||
boolean
|
equals(Object arg0)
| ||||||||||
void
|
finalize()
| ||||||||||
final
Class<?>
|
getClass()
| ||||||||||
int
|
hashCode()
| ||||||||||
final
void
|
notify()
| ||||||||||
final
void
|
notifyAll()
| ||||||||||
String
|
toString()
| ||||||||||
final
void
|
wait()
| ||||||||||
final
void
|
wait(long arg0, int arg1)
| ||||||||||
final
void
|
wait(long arg0)
|
Methods inherited from
interface
java.lang.Comparable
| |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
abstract
int
|
compareTo(T arg0)
|