public class ComponentOnBeforeRenderListenerCollection extends org.apache.wicket.util.listener.ListenerCollection<IComponentOnBeforeRenderListener> implements IComponentOnBeforeRenderListener
| Constructor and Description |
|---|
ComponentOnBeforeRenderListenerCollection() |
| Modifier and Type | Method and Description |
|---|---|
void |
onBeforeRender(Component component)
Called when the component is about to be rendered
|
add, isAllowingDuplicates, isAllowingNulls, iterator, notify, notifyIgnoringExceptions, remove, reversedNotify, reversedNotifyIgnoringExceptionsclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitforEach, spliteratorpublic ComponentOnBeforeRenderListenerCollection()
public void onBeforeRender(Component component)
IComponentOnBeforeRenderListeneronBeforeRender in interface IComponentOnBeforeRenderListenercomponent - the component that is about to be renderedCopyright © 2006–2018 Apache Software Foundation. All rights reserved.