public class ComponentOnAfterRenderListenerCollection extends org.apache.wicket.util.listener.ListenerCollection<IComponentOnAfterRenderListener> implements IComponentOnAfterRenderListener
| Constructor and Description |
|---|
ComponentOnAfterRenderListenerCollection() |
| Modifier and Type | Method and Description |
|---|---|
void |
onAfterRender(Component component)
Called right after the component was rendered.
|
add, isAllowingDuplicates, isAllowingNulls, iterator, notify, notifyIgnoringExceptions, remove, reversedNotify, reversedNotifyIgnoringExceptionsclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitforEach, spliteratorpublic ComponentOnAfterRenderListenerCollection()
public void onAfterRender(Component component)
IComponentOnAfterRenderListeneronAfterRender in interface IComponentOnAfterRenderListenercomponent - the component that was just renderedCopyright © 2006–2018 Apache Software Foundation. All rights reserved.