|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.apache.wicket.util.listener.ListenerCollection<IComponentOnAfterRenderListener>
org.apache.wicket.application.ComponentOnAfterRenderListenerCollection
public class ComponentOnAfterRenderListenerCollection
| Nested Class Summary |
|---|
| Nested classes/interfaces inherited from class org.apache.wicket.util.listener.ListenerCollection |
|---|
ListenerCollection.INotifier<T> |
| Constructor Summary | |
|---|---|
ComponentOnAfterRenderListenerCollection()
|
|
| Method Summary | |
|---|---|
void |
onAfterRender(Component component)
Called right after the component was 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 ComponentOnAfterRenderListenerCollection()
| Method Detail |
|---|
public void onAfterRender(Component component)
IComponentOnAfterRenderListener
onAfterRender in interface IComponentOnAfterRenderListenercomponent - the component that was just rendered
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||