com.dhtmlx.connector
Class SchedulerDataItem

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

public class SchedulerDataItem
extends DataItem

The Class SchedulerDataItem.


Field Summary
 
Fields inherited from class com.dhtmlx.connector.DataItem
config, data, index, skip
 
Constructor Summary
SchedulerDataItem(java.util.HashMap<java.lang.String,java.lang.String> data, DataConfig config, int index)
          Instantiates a new scheduler data item.
 
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, set_id, set_value, skip, to_xml_end, to_xml_start
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SchedulerDataItem

public SchedulerDataItem(java.util.HashMap<java.lang.String,java.lang.String> data,
                         DataConfig config,
                         int index)
Instantiates a new scheduler data item.

Parameters:
data - the data
config - the config
index - the 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