|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use UpdateInterface | |
|---|---|
| org.efaps.ui.wicket | |
| org.efaps.ui.wicket.behaviors.update | |
| org.efaps.ui.wicket.components.menutree | |
| org.efaps.ui.wicket.components.tree | |
| Uses of UpdateInterface in org.efaps.ui.wicket |
|---|
| Methods in org.efaps.ui.wicket that return types with arguments of type UpdateInterface | |
|---|---|
java.util.List<UpdateInterface> |
EFapsSession.getUpdateBehavior(java.lang.String _oid)
Method that returns the behaviors as aList that rely to a specified oid. |
java.util.Map<java.lang.String,java.util.List<UpdateInterface>> |
EFapsSession.getUpdateBehaviors()
This is the getter method for the instance variable EFapsSession.updateBehaviors. |
| Methods in org.efaps.ui.wicket with parameters of type UpdateInterface | |
|---|---|
void |
EFapsSession.addUpdateBehaviors(java.lang.String _oid,
UpdateInterface _behavior)
method to add a Behavior to the EFapsSession.updateBehaviors. |
| Uses of UpdateInterface in org.efaps.ui.wicket.behaviors.update |
|---|
| Classes in org.efaps.ui.wicket.behaviors.update that implement UpdateInterface | |
|---|---|
class |
AbstractAjaxUpdateBehavior
|
| Uses of UpdateInterface in org.efaps.ui.wicket.components.menutree |
|---|
| Classes in org.efaps.ui.wicket.components.menutree that implement UpdateInterface | |
|---|---|
class |
MenuTree.AjaxUpdateBehavior
Behavior to update the menu tree via ajax. |
| Uses of UpdateInterface in org.efaps.ui.wicket.components.tree |
|---|
| Classes in org.efaps.ui.wicket.components.tree that implement UpdateInterface | |
|---|---|
class |
StructurBrowserTree.AjaxUpdateBehavior
This class is used to add an UpdateBehavior to this tree. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||