Uses of Class
com.swfit.core.xhtml.XHTMLField

Uses of XHTMLField in com.swfit.core.xhtml
 

Methods in com.swfit.core.xhtml that return XHTMLField
static XHTMLField XHTMLField.create(java.lang.String name, int field, int style, int index)
          Some static utilities.
 XHTMLField XHTMLField.deepCopy()
          Copy this field to various degrees
 XHTMLField XHTMLField.deepCopy(java.lang.String new_name)
           
 XHTMLField XHTMLField.deepCopy(TreeBranch new_owner)
           
 XHTMLField XHTMLField.deepCopy(java.lang.String new_name, TreeBranch new_owner)
           
 XHTMLField XHTMLFieldCollection.getXHTMLField(java.lang.String[] names)
          Get a XHTMLField from somewhere inside the tree structure
 XHTMLField XHTMLFieldCollection.getXHTMLField(java.lang.String name)
           
 XHTMLField XHTMLFieldCollection.toXHTMLField(TreeLeaf leaf)
          Cast the TreeLeaf to a XHTMLField
static XHTMLField XHTMLForms.sortField(boolean visible, int sort_method, XHTMLBasicServlet basic_servlet)
           
static XHTMLField XHTMLForms.sortField(boolean visible, int sort_method, int[] sort_methods, java.lang.String[] sort_method_names, java.lang.String sort_explainer)
           
 

Methods in com.swfit.core.xhtml with parameters of type XHTMLField
 void XHTMLField.copyDataTo(XHTMLField copy_to)
           
 void XHTMLField.copyRenderDataTo(XHTMLField copy_to)
           
 void XHTMLFormRenderer.setMedia(XHTMLField media_field)
          Call this method with a null value to turn off the media field
 void XHTMLFormRenderer.setMission(XHTMLField mission_field)
          Call this method with a null value to turn off the mission field
 



Swfit developer homepage
Copyright © 2003 Orgdot AS. All Rights Reserved.