- Project tools
-
-
- How do I...
-
| Category |
Featured projects |
| scm |
Subversion,
Subclipse,
TortoiseSVN,
RapidSVN
|
| issuetrack |
Scarab |
| requirements |
xmlbasedsrs |
| design |
ArgoUML |
| techcomm |
SubEtha,
eyebrowse,
midgard,
cowiki |
| construction |
antelope,
scons,
frameworx,
build-interceptor,
propel,
phing
|
| testing |
maxq,
aut
|
| deployment |
current |
| process |
ReadySET |
| libraries |
GEF,
Axion,
Style,
SSTree
|
| Over 500 more tools... |
|
Uses of Class cyber.web.form.XForm
| Methods in cyber.web.form with parameters of type XForm |
void |
XFormEvent.setSelectResult(XForm result)
When you needs to redirect the result of the <wfm:xform>, you can
do so by calling this method. |
void |
XFormEvent.validationNeeded(XForm valform)
|
static String |
XFormUtil.selectString(XForm xfm,
String path,
boolean required,
String defaultValue)
|
static boolean |
XFormUtil.selectBoolean(XForm xfm,
String path,
boolean required,
boolean defaultValue)
|
static int |
XFormUtil.selectInteger(XForm xfm,
String path,
boolean required,
int defaultValue)
|
static Element |
XFormUtil.selectElement(XForm xfm,
String path,
boolean required)
|
static XForm |
XFormUtil.selectXForm(XForm xfm,
String path,
boolean required)
|
static XPeer |
XFormUtil.selectXPeer(XForm xfm,
String path,
boolean required,
WebFormTransaction tr)
|
static List |
XFormUtil.selectNodes(XForm xfm,
String path)
|
static String |
FormUtil.generateXformViewId(XForm xfm,
String extraInfo)
|
void |
XFormEventImpl.validationNeeded(XForm valform)
|
void |
XFormEventImpl.setSelectResult(XForm result)
|
Copyright 2000-2002 Apache Software Foundation.
|