com.tonbeller.wcf.ui
Class Form

java.lang.Object
  extended bycom.tonbeller.wcf.ui.XoplonCtrl
      extended bycom.tonbeller.wcf.ui.Form

public class Form
extends XoplonCtrl

Form ctrl class, used as factory for generating buttons


Field Summary
static java.lang.String NODENAME
           
 
Constructor Summary
Form()
           
 
Method Summary
static org.w3c.dom.Element addForm(org.w3c.dom.Element parent)
           
static org.w3c.dom.Element createForm(org.w3c.dom.Document doc)
           
static boolean isForm(org.w3c.dom.Element elem)
           
 
Methods inherited from class com.tonbeller.wcf.ui.XoplonCtrl
createCtrl, getId, getLabel, getModelReference, isDisabled, isHidden, setDisabled, setHidden, setId, setLabel, setModelReference
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

NODENAME

public static final java.lang.String NODENAME
See Also:
Constant Field Values
Constructor Detail

Form

public Form()
Method Detail

isForm

public static boolean isForm(org.w3c.dom.Element elem)

createForm

public static org.w3c.dom.Element createForm(org.w3c.dom.Document doc)

addForm

public static org.w3c.dom.Element addForm(org.w3c.dom.Element parent)