com.dhtmlx.connector
Class JSONCommonGroupFactory

java.lang.Object
  extended by com.dhtmlx.connector.BaseFactory
      extended by com.dhtmlx.connector.CommonFactory
          extended by com.dhtmlx.connector.JSONCommonFactory
              extended by com.dhtmlx.connector.JSONCommonGroupFactory

public class JSONCommonGroupFactory
extends JSONCommonFactory


Constructor Summary
JSONCommonGroupFactory()
           
 
Method Summary
 DataItem createDataItem(java.util.HashMap<java.lang.String,java.lang.String> data, DataConfig config, int index)
          Creates a new DataItem object.
 JSONCommonGroupRenderStrategy createRenderStrategy()
           
 
Methods inherited from class com.dhtmlx.connector.CommonFactory
createDataProcessor
 
Methods inherited from class com.dhtmlx.connector.BaseFactory
createDataAction, createDataWrapper
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

JSONCommonGroupFactory

public JSONCommonGroupFactory()
Method Detail

createRenderStrategy

public JSONCommonGroupRenderStrategy createRenderStrategy()
Overrides:
createRenderStrategy in class JSONCommonFactory

createDataItem

public DataItem createDataItem(java.util.HashMap<java.lang.String,java.lang.String> data,
                               DataConfig config,
                               int index)
Description copied from class: BaseFactory
Creates a new DataItem object. Each component redefines this method, to create component specific data items

Overrides:
createDataItem in class JSONCommonFactory
Parameters:
data - the hash of data
config - the data config
index - the index of data in resultset
Returns:
the data item