Login | Register
My pages Projects Community openCollabNet
CyberWebForm 2.0

Uses of Class
cyber.web.form.XForm

Packages that use XForm
cyber.web.form   
 

Uses of XForm in cyber.web.form
 

Fields in cyber.web.form declared as XForm
 XForm XFormEventImpl.xfm
           
 XForm XFormEventImpl.notifySource
           
 

Methods in cyber.web.form that return XForm
 XForm XFormManager.getRootXForm()
           
 XForm XFormManager.getXForm(Element elm)
           
 XForm XFormManager.getXForm(Element elm, boolean createFlag)
           
 XForm XFormManager.getXFormById(String id)
           
 XForm XFormManager.removeXFormById(String xid)
           
 XForm XForm.getParent()
           
 XForm XForm.doFormSelected(WebFormTransaction tr)
          Internal method called by XFormTag.
 XForm XFormEvent.getForm()
          Retrieves the XForm object where the event has occurred.
 XForm XFormEvent.getNotificationSource()
          Retrieves the notification source XForm.
static XForm XFormUtil.selectXForm(XForm xfm, String path, boolean required)
           
static XForm XFormUtil.selectXForm(XFormManager manager, Element element, String path, boolean required)
           
 XForm XFormEventImpl.getForm()
           
 XForm XFormEventImpl.getNotificationSource()
           
 

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)
           
 

Constructors in cyber.web.form with parameters of type XForm
XFormEventImpl(WebFormTransaction tr, XForm xfm, int event)
           
CompositeCtrlXPeer(XForm form1, WebFormTransaction tr)
           
 


CyberWebForm 2.0

Copyright 2000-2002 Apache Software Foundation.