|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface UpdateInterface
This Interface is used for Behaviors which are stored in
#org.efaps.ui.wicket.EFapsSession(). For an example of implementing
this Interface
#org.efaps.ui.wicket.behaviors.update.AbstractAjaxUpdateBehavior()
#org.efaps.ui.wicket.behaviors.update.AbstractAjaxUpdateBehavior| Method Summary | |
|---|---|
java.lang.String |
getAjaxCallback()
Thi smethod should return the CallBackScript of the Behavior. |
java.lang.String |
getId()
returns the Id of this Behavior. |
boolean |
isAjaxCallback()
This method should return if the class should respond on a Ajaxrequest. |
void |
setInstanceKey(java.lang.String _instanceKey)
Method used to set the Oid. |
void |
setMode(org.efaps.admin.ui.AbstractUserInterfaceObject.TargetMode _mode)
Method used to set the TargetMode. |
| Method Detail |
|---|
boolean isAjaxCallback()
java.lang.String getAjaxCallback()
void setInstanceKey(java.lang.String _instanceKey)
_instanceKey - oid to setvoid setMode(org.efaps.admin.ui.AbstractUserInterfaceObject.TargetMode _mode)
_mode - mode to setjava.lang.String getId()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||