com.dhtmlx.connector
Class FormDataItem

java.lang.Object
  extended by com.dhtmlx.connector.DataItem
      extended by com.dhtmlx.connector.FormDataItem

public class FormDataItem
extends DataItem


Constructor Summary
FormDataItem(java.util.HashMap<java.lang.String,java.lang.String> data, DataConfig config, int index)
           
 
Method Summary
 void to_xml(java.lang.StringBuffer out)
          Convert data item to xml representation
 
Methods inherited from class com.dhtmlx.connector.DataItem
get_id, get_index, get_value, has_kids, set_id, set_kids, set_userdata, set_value, skip, to_json, to_xml_end, to_xml_start, xmlentities
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

FormDataItem

public FormDataItem(java.util.HashMap<java.lang.String,java.lang.String> data,
                    DataConfig config,
                    int index)
Method Detail

to_xml

public void to_xml(java.lang.StringBuffer out)
Description copied from class: DataItem
Convert data item to xml representation

Overrides:
to_xml in class DataItem
Parameters:
out - the output buffer