Save This Page
Home » dom4j-1.6.1 » org.dom4j.swing » [javadoc | source]
org.dom4j.swing
public class: XMLTableColumnDefinition [javadoc | source]
java.lang.Object
   org.dom4j.swing.XMLTableColumnDefinition

All Implemented Interfaces:
    Serializable

XMLTableColumnDefinition a column within a table definition.

Field Summary
public static final  int OBJECT_TYPE     
public static final  int STRING_TYPE     
public static final  int NUMBER_TYPE     
public static final  int NODE_TYPE     
Constructor:
 public XMLTableColumnDefinition() 
 public XMLTableColumnDefinition(String name,
    String expression,
    int type) 
 public XMLTableColumnDefinition(String name,
    XPath xpath,
    int type) 
 public XMLTableColumnDefinition(XPath columnXPath,
    XPath xpath,
    int type) 
Method from org.dom4j.swing.XMLTableColumnDefinition Summary:
createXPath,   getColumnClass,   getColumnNameXPath,   getName,   getType,   getValue,   getXPath,   handleException,   parseType,   setColumnNameXPath,   setName,   setType,   setXPath
Methods from java.lang.Object:
equals,   getClass,   hashCode,   notify,   notifyAll,   toString,   wait,   wait,   wait
Method from org.dom4j.swing.XMLTableColumnDefinition Detail:
 protected XPath createXPath(String expression) 
 public Class getColumnClass() 
 public XPath getColumnNameXPath() 
    DOCUMENT ME!
 public String getName() 
    Getter for property name.
 public int getType() 
    Getter for property type.
 public Object getValue(Object row) 
 public XPath getXPath() 
    Getter for property xpath.
 protected  void handleException(Exception e) 
 public static int parseType(String typeName) 
 public  void setColumnNameXPath(XPath columnNameXPath) 
    Setter for property columnNameXPath.
 public  void setName(String name) 
    Setter for property name.
 public  void setType(int type) 
    Setter for property type.
 public  void setXPath(XPath xPath) 
    Setter for property xpath.