|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IPropertyHandler
The interface for propertyhandlers..
Field Summary | |
---|---|
static java.lang.String |
DELAYED
Wait for initialisation of the widget and then call the handler |
static java.lang.String |
IMMIDIATE
When a property needs to change immidiately. |
static java.lang.String |
INIT
Initialize the native widget |
static java.lang.String |
NORMAL
Only call the property handler when the property is set. |
static java.lang.String |
POST_INIT
Post Initialize the native widget |
static java.lang.String |
PRE_INIT
Pre Initialize the native widget |
static java.lang.String |
REFRESH
call property on refresh (which is essntially always the case) |
Method Summary | |
---|---|
void |
destroy()
Destroys the property handler and all it's resources |
java.lang.Object |
getValue()
|
boolean |
handleProperty(IWidget widget,
IProperty property)
Handle the property for the widget specified. |
void |
init()
Initialises the propertyhandler |
Field Detail |
---|
static final java.lang.String REFRESH
static final java.lang.String NORMAL
static final java.lang.String DELAYED
static final java.lang.String PRE_INIT
static final java.lang.String INIT
static final java.lang.String POST_INIT
static final java.lang.String IMMIDIATE
Method Detail |
---|
void init()
boolean handleProperty(IWidget widget, IProperty property)
widget
- -
the widget to handle the property for.property
- -
the property to handle
java.lang.Object getValue()
void destroy()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |