public class ComponentOnConfigureListenerCollection extends ListenerCollection<IComponentOnConfigureListener> implements IComponentOnConfigureListener
ListenerCollection.INotifier<T>| 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, reversedNotifyIgnoringExceptionspublic 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–2014 Apache Software Foundation. All rights reserved.