|
|||||||||
| Home >> All >> org >> chiba >> xml >> xforms >> [ action overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
org.chiba.xml.xforms.action
Interface XFormsActionGroup

- All Superinterfaces:
- XFormsAction
- All Known Implementing Classes:
- ActionAction
- public interface XFormsActionGroup
- extends XFormsAction
Interface for all action group implementations.
An action group is used to group multiple actions. It has to implement
deferred update behaviour in terms of 10.1.1 The action Element.
- Version:
- $Id: XFormsActionGroup.java,v 1.2 2003/06/30 20:45:57 unl Exp $
| Method Summary | |
void |
setDeferredRebuild(boolean rebuild)
Sets the state of deferred rebuild behaviour. |
void |
setDeferredRecalculate(boolean recalculate)
Sets the state of deferred recalculate behaviour. |
void |
setDeferredRefresh(boolean refresh)
Sets the state of deferred refresh behaviour. |
void |
setDeferredRevalidate(boolean revalidate)
Sets the state of deferred revalidate behaviour. |
| Methods inherited from interface org.chiba.xml.xforms.action.XFormsAction |
perform |
| Method Detail |
setDeferredRebuild
public void setDeferredRebuild(boolean rebuild)
- Sets the state of deferred rebuild behaviour.
setDeferredRecalculate
public void setDeferredRecalculate(boolean recalculate)
- Sets the state of deferred recalculate behaviour.
setDeferredRevalidate
public void setDeferredRevalidate(boolean revalidate)
- Sets the state of deferred revalidate behaviour.
setDeferredRefresh
public void setDeferredRefresh(boolean refresh)
- Sets the state of deferred refresh behaviour.
|
|||||||||
| Home >> All >> org >> chiba >> xml >> xforms >> [ action overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
JAVADOC