|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.apache.wicket.behavior.AbstractBehavior
org.apache.wicket.behavior.AbstractAjaxBehavior
org.apache.wicket.ajax.AbstractDefaultAjaxBehavior
org.efaps.ui.wicket.behaviors.update.AbstractAjaxUpdateBehavior
public abstract class AbstractAjaxUpdateBehavior
| Field Summary |
|---|
| Fields inherited from class org.apache.wicket.ajax.AbstractDefaultAjaxBehavior |
|---|
INDICATOR |
| Fields inherited from interface org.apache.wicket.behavior.IBehaviorListener |
|---|
INTERFACE |
| Constructor Summary | |
|---|---|
AbstractAjaxUpdateBehavior()
|
|
| Method Summary | |
|---|---|
java.lang.String |
getAjaxCallback()
Thi smethod should return the CallBackScript of the Behavior. |
protected java.lang.CharSequence |
getCallbackScript()
Get the call back script. |
java.lang.String |
getId()
Get the if of this class. |
java.lang.String |
getInstanceKey()
This is the getter method for the instance variable instanceKey. |
org.efaps.admin.ui.AbstractUserInterfaceObject.TargetMode |
getMode()
This is the getter method for the instance variable mode. |
protected java.lang.CharSequence |
getPreconditionScript()
The precondition script must be overwritten to prevent JavaScript error. |
boolean |
isAjaxCallback()
Does this callback use ajax. |
void |
setInstanceKey(java.lang.String _instanceKey)
Setter method for instance variable instanceKey. |
void |
setMode(org.efaps.admin.ui.AbstractUserInterfaceObject.TargetMode _mode)
Setter method for instance variable mode. |
| Methods inherited from class org.apache.wicket.ajax.AbstractDefaultAjaxBehavior |
|---|
findIndicatorId, generateCallbackScript, getAjaxCallDecorator, getCallbackScript, getChannelName, getFailureScript, getSuccessScript, onBind, onRequest, renderHead, respond, throttleScript |
| Methods inherited from class org.apache.wicket.behavior.AbstractAjaxBehavior |
|---|
bind, getCallbackUrl, getCallbackUrl, getComponent, getImplementationId, getStatelessHint, onComponentRendered, onComponentTag, onComponentTag, onRendered, onRenderHeadContribution, onRenderHeadInitContribution |
| Methods inherited from class org.apache.wicket.behavior.AbstractBehavior |
|---|
afterRender, beforeRender, cleanup, detach, detachModel, exception, isEnabled, isTemporary, onException, rendered |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public AbstractAjaxUpdateBehavior()
| Method Detail |
|---|
public java.lang.String getAjaxCallback()
UpdateInterface
getAjaxCallback in interface UpdateInterfacepublic java.lang.String getId()
getId in interface UpdateInterfaceUpdateInterface.getId()public boolean isAjaxCallback()
isAjaxCallback in interface UpdateInterfaceUpdateInterface.isAjaxCallback()public void setMode(org.efaps.admin.ui.AbstractUserInterfaceObject.TargetMode _mode)
mode.
setMode in interface UpdateInterface_mode - value for instance variable modepublic org.efaps.admin.ui.AbstractUserInterfaceObject.TargetMode getMode()
mode.
modepublic void setInstanceKey(java.lang.String _instanceKey)
instanceKey.
setInstanceKey in interface UpdateInterface_instanceKey - value for instance variable instanceKeypublic java.lang.String getInstanceKey()
instanceKey.
instanceKeyprotected java.lang.CharSequence getPreconditionScript()
getPreconditionScript in class org.apache.wicket.ajax.AbstractDefaultAjaxBehaviorprotected java.lang.CharSequence getCallbackScript()
getCallbackScript in class org.apache.wicket.ajax.AbstractDefaultAjaxBehaviorAbstractDefaultAjaxBehavior.getCallbackScript()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||