Uses of Class
de.xima.fc.form.common.Main
Packages that use Main
-
Uses of Main in de.xima.fc.form.common
Methods in de.xima.fc.form.common that return MainModifier and TypeMethodDescriptionMain.appendChild(int index, com.hp.gagawa.java.Node child) Appends a child node at the given indexMain.appendChild(com.hp.gagawa.java.Node child) Appends a child node to the end of this element's DOM treeMain.appendChild(com.hp.gagawa.java.Node... children) Appends the given children in the order givenMain.appendChild(List<com.hp.gagawa.java.Node> children) Appends a list of children in the order given in the list.Main.appendText(String text) Convenience method which appends a text node to this element.Main.removeChild(com.hp.gagawa.java.Node child) Removes the given child nodeMain.removeChildren()Removes all child nodesMain.setCSSClass(String value) Sets the value of the class attribute, raw (unescaped).Sets the value of the dir attribute, raw (unescaped).Sets the value of the ID attribute, raw (unescaped).Sets the value of the lang attribute, raw (unescaped).Sets the value of the style attribute, raw (unescaped).Sets the value of the title attribute, raw (unescaped).