|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.apache.wicket.util.listener.ListenerCollection<IComponentOnBeforeRenderListener>
org.apache.wicket.application.ComponentOnBeforeRenderListenerCollection
public class ComponentOnBeforeRenderListenerCollection
| Nested Class Summary |
|---|
| Nested classes/interfaces inherited from class org.apache.wicket.util.listener.ListenerCollection |
|---|
ListenerCollection.INotifier<T> |
| Constructor Summary | |
|---|---|
ComponentOnBeforeRenderListenerCollection()
|
|
| Method Summary | |
|---|---|
void |
onBeforeRender(Component component)
Called when the component is about to be rendered |
| Methods inherited from class org.apache.wicket.util.listener.ListenerCollection |
|---|
add, isAllowingDuplicates, isAllowingNulls, iterator, notify, notifyIgnoringExceptions, remove, reversedNotify |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public ComponentOnBeforeRenderListenerCollection()
| Method Detail |
|---|
public void onBeforeRender(Component component)
IComponentOnBeforeRenderListener
onBeforeRender in interface IComponentOnBeforeRenderListenercomponent - the component that is about to be rendered
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||