public class ComponentOnConfigureListenerCollection extends org.apache.wicket.util.listener.ListenerCollection<IComponentOnConfigureListener> implements IComponentOnConfigureListener
| Constructor and Description |
|---|
ComponentOnConfigureListenerCollection() |
| Modifier and Type | Method and Description |
|---|---|
void |
onConfigure(Component component)
Called for every component after its
Component#onConfigure() and
Behavior.onConfigure(org.apache.wicket.Component)
methods have been executed). |
add, isAllowingDuplicates, isAllowingNulls, iterator, notify, notifyIgnoringExceptions, remove, reversedNotify, reversedNotifyIgnoringExceptionsclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitforEach, spliteratorpublic ComponentOnConfigureListenerCollection()
public void onConfigure(Component component)
IComponentOnConfigureListenerComponent#onConfigure() and
Behavior.onConfigure(org.apache.wicket.Component)
methods have been executed).onConfigure in interface IComponentOnConfigureListenercomponent - the component that is being configured.Copyright © 2006–2018 Apache Software Foundation. All rights reserved.