|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface IWidget
| Method Summary | |
|---|---|
java.lang.String |
getBeanName()
Return the widget's name. |
IWidget |
getParent()
Get parent widget. |
void |
handleEvent(Event event)
Handle the given event. |
void |
putEvent(Event event)
Add the given event to the queue of events to be handled. |
void |
setParent(IWidget parent)
Set the parent of this widget. |
| Methods inherited from interface net.sf.webmancer.model.IModelable |
|---|
build |
| Methods inherited from interface org.springframework.beans.factory.BeanNameAware |
|---|
setBeanName |
| Method Detail |
|---|
java.lang.String getBeanName()
void handleEvent(Event event)
event - an event to be handled.void putEvent(Event event)
event - an event to be added to the queue of events.IWidget getParent()
null if the actual widget is a root.void setParent(IWidget parent)
parent - the parent widget
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||