com.dhtmlx.connector
Class TreeGridGroupConnector

java.lang.Object
  extended by com.dhtmlx.connector.BaseConnector
      extended by com.dhtmlx.connector.GridConnector
          extended by com.dhtmlx.connector.TreeGridConnector
              extended by com.dhtmlx.connector.TreeGridGroupConnector

public class TreeGridGroupConnector
extends TreeGridConnector


Field Summary
 
Fields inherited from class com.dhtmlx.connector.BaseConnector
access, event, incoming_data, sql
 
Constructor Summary
TreeGridGroupConnector(java.sql.Connection db)
          Instantiates a new tree connector.
TreeGridGroupConnector(java.sql.Connection db, DBType db_type)
          Instantiates a new tree connector.
TreeGridGroupConnector(java.sql.Connection db, DBType db_type, BaseFactory a_factory)
          Instantiates a new tree connector.
TreeGridGroupConnector(java.sql.Connection db, DBType db_type, BaseFactory a_factory, RenderStrategy render_type)
          Instantiates a new tree connector.
 
Method Summary
 java.lang.String xml_start()
          Get opening top level xml tag
 
Methods inherited from class com.dhtmlx.connector.GridConnector
set_options, set_options, set_options, setConfiguration
 
Methods inherited from class com.dhtmlx.connector.BaseConnector
add_top_attribute, dynamic_loading, dynamic_loading, enable_log, is_first_call, is_select_mode, render_array, render_array, render_array, render_complex_sql, render_complex_sql, render_complex_sql, render_connector, render_sql, render_sql, render_sql, render_table, render_table, render_table, render, servlet, set_encoding
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TreeGridGroupConnector

public TreeGridGroupConnector(java.sql.Connection db)
Instantiates a new tree connector.

Parameters:
db - the db connection

TreeGridGroupConnector

public TreeGridGroupConnector(java.sql.Connection db,
                              DBType db_type)
Instantiates a new tree connector.

Parameters:
db - the db connection
db_type - the db type

TreeGridGroupConnector

public TreeGridGroupConnector(java.sql.Connection db,
                              DBType db_type,
                              BaseFactory a_factory)
Instantiates a new tree connector.

Parameters:
db - the db connection
db_type - the db type
a_factory - the class factory, which will be used by object

TreeGridGroupConnector

public TreeGridGroupConnector(java.sql.Connection db,
                              DBType db_type,
                              BaseFactory a_factory,
                              RenderStrategy render_type)
Instantiates a new tree connector.

Parameters:
db - the db connection
db_type - the db type
a_factory - the class factory, which will be used by object
render_type - the class strategy, which will render items
Method Detail

xml_start

public java.lang.String xml_start()
Description copied from class: BaseConnector
Get opening top level xml tag

Returns:
the xml string