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, reversedNotifyIgnoringExceptions
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
forEach, spliterator
public ComponentOnConfigureListenerCollection()
public void onConfigure(Component component)
IComponentOnConfigureListener
Component#onConfigure()
and
Behavior.onConfigure(org.apache.wicket.Component)
methods have been executed).onConfigure
in interface IComponentOnConfigureListener
component
- the component that is being configured.Copyright © 2006–2022 Apache Software Foundation. All rights reserved.