com.dhtmlx.connector
Class JSONTreeCommonDataItem

java.lang.Object
  extended by com.dhtmlx.connector.DataItem
      extended by com.dhtmlx.connector.CommonDataItem
          extended by com.dhtmlx.connector.TreeCommonDataItem
              extended by com.dhtmlx.connector.JSONTreeCommonDataItem

public class JSONTreeCommonDataItem
extends TreeCommonDataItem


Constructor Summary
JSONTreeCommonDataItem(java.util.HashMap<java.lang.String,java.lang.String> data, DataConfig config, int index)
           
 
Method Summary
 java.lang.String to_xml_end()
           
 JSONObject to_xml_start()
           
 
Methods inherited from class com.dhtmlx.connector.TreeCommonDataItem
to_xml_end, to_xml_start
 
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, xmlentities
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

JSONTreeCommonDataItem

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

to_xml_start

public JSONObject to_xml_start()

to_xml_end

public java.lang.String to_xml_end()