|
Servoy 5.x Public API | |||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||
public interface IPageContributor
Interface to add behaviours to webclient.
| Method Summary | |
|---|---|
void |
addBehavior(String name,
org.apache.wicket.behavior.IBehavior behavior)
Add a behaviour |
void |
addDynamicJavaScript(String js)
Execute some dynamic JavaScript in the web client |
org.apache.wicket.behavior.IBehavior |
getBehavior(String name)
Get a behaviour with a name |
void |
removeBehavior(String name)
Remove a behaviour |
| Method Detail |
|---|
void addBehavior(String name,
org.apache.wicket.behavior.IBehavior behavior)
name - the namebehavior - the behaviourvoid addDynamicJavaScript(String js)
js - org.apache.wicket.behavior.IBehavior getBehavior(String name)
name - the name
void removeBehavior(String name)
name - the name
|
Copyright © 2010 Servoy B.V. | |||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||