com.inmethod.grid.common
Class AttachPrelightBehavior

java.lang.Object
  extended by org.apache.wicket.behavior.Behavior
      extended by com.inmethod.grid.common.AttachPrelightBehavior
All Implemented Interfaces:
Serializable, IComponentAwareEventSink, IComponentAwareHeaderContributor, IClusterable

public final class AttachPrelightBehavior
extends Behavior

When a single item is (rendered using Ajax this behavior makes sure that it has the prelight events attached.

Author:
Matej Knopp
See Also:
Serialized Form

Constructor Summary
AttachPrelightBehavior()
           
 
Method Summary
 void afterRender(Component component)
          
 
Methods inherited from class org.apache.wicket.behavior.Behavior
beforeRender, bind, canCallListenerInterface, detach, getStatelessHint, isEnabled, isTemporary, onComponentTag, onConfigure, onEvent, onException, onRemove, renderHead, unbind
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AttachPrelightBehavior

public AttachPrelightBehavior()
Method Detail

afterRender

public void afterRender(Component component)

Overrides:
afterRender in class Behavior


Copyright © 2007–2014 inMethod s.r.o.. All rights reserved.