Package org.apache.wicket.application
Class ComponentOnBeforeRenderListenerCollection
- java.lang.Object
-
- org.apache.wicket.util.listener.ListenerCollection<IComponentOnBeforeRenderListener>
-
- org.apache.wicket.application.ComponentOnBeforeRenderListenerCollection
-
- All Implemented Interfaces:
java.io.Serializable,java.lang.Iterable<IComponentOnBeforeRenderListener>,IComponentOnBeforeRenderListener
public class ComponentOnBeforeRenderListenerCollection extends org.apache.wicket.util.listener.ListenerCollection<IComponentOnBeforeRenderListener> implements IComponentOnBeforeRenderListener
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description ComponentOnBeforeRenderListenerCollection()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidonBeforeRender(Component component)Called when the component is about to be rendered-
Methods inherited from class org.apache.wicket.util.listener.ListenerCollection
add, isAllowingDuplicates, isAllowingNulls, iterator, notify, notifyIgnoringExceptions, remove, reversedNotify, reversedNotifyIgnoringExceptions
-
-
-
-
Method Detail
-
onBeforeRender
public void onBeforeRender(Component component)
Description copied from interface:IComponentOnBeforeRenderListenerCalled when the component is about to be rendered- Specified by:
onBeforeRenderin interfaceIComponentOnBeforeRenderListener- Parameters:
component- the component that is about to be rendered
-
-