org.apache.wicket.extensions.ajax.markup.html
Class AjaxEditableLabel.LabelAjaxBehavior

java.lang.Object
  extended by org.apache.wicket.behavior.Behavior
      extended by org.apache.wicket.behavior.AbstractAjaxBehavior
          extended by org.apache.wicket.ajax.AbstractDefaultAjaxBehavior
              extended by org.apache.wicket.ajax.AjaxEventBehavior
                  extended by org.apache.wicket.extensions.ajax.markup.html.AjaxEditableLabel.LabelAjaxBehavior
All Implemented Interfaces:
Serializable, IBehaviorListener, IComponentAwareEventSink, IRequestListener, IComponentAwareHeaderContributor, org.apache.wicket.util.io.IClusterable
Enclosing class:
AjaxEditableLabel<T>

protected class AjaxEditableLabel.LabelAjaxBehavior
extends AjaxEventBehavior

See Also:
Serialized Form

Field Summary
 
Fields inherited from class org.apache.wicket.ajax.AbstractDefaultAjaxBehavior
INDICATOR
 
Fields inherited from interface org.apache.wicket.behavior.IBehaviorListener
INTERFACE
 
Constructor Summary
AjaxEditableLabel.LabelAjaxBehavior(String event)
          Construct.
 
Method Summary
protected  void onEvent(AjaxRequestTarget target)
           
protected  void updateAjaxAttributes(AjaxRequestAttributes attributes)
           
 
Methods inherited from class org.apache.wicket.ajax.AjaxEventBehavior
getEvent, onCheckEvent, renderHead, respond
 
Methods inherited from class org.apache.wicket.ajax.AbstractDefaultAjaxBehavior
findIndicatorId, getAttributes, getCallbackFunction, getCallbackFunctionBody, getCallbackScript, getCallbackScript, getChannel, getFailureScript, getPreconditionScript, getSuccessScript, onBind, onRequest, postprocessConfiguration, renderAjaxAttributes, renderAjaxAttributes
 
Methods inherited from class org.apache.wicket.behavior.AbstractAjaxBehavior
afterRender, bind, getCallbackUrl, getComponent, onComponentRendered, onComponentTag, onComponentTag, onUnbind, unbind
 
Methods inherited from class org.apache.wicket.behavior.Behavior
beforeRender, canCallListenerInterface, detach, getStatelessHint, isEnabled, isTemporary, onConfigure, onEvent, onException, onRemove
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AjaxEditableLabel.LabelAjaxBehavior

public AjaxEditableLabel.LabelAjaxBehavior(String event)
Construct.

Parameters:
event -
Method Detail

onEvent

protected void onEvent(AjaxRequestTarget target)
Specified by:
onEvent in class AjaxEventBehavior

updateAjaxAttributes

protected void updateAjaxAttributes(AjaxRequestAttributes attributes)
Overrides:
updateAjaxAttributes in class AjaxEventBehavior


Copyright © 2006–2020 Apache Software Foundation. All rights reserved.