com.dhtmlx.connector
Class TreeGridConnector
java.lang.Object
com.dhtmlx.connector.BaseConnector
com.dhtmlx.connector.GridConnector
com.dhtmlx.connector.TreeGridConnector
- Direct Known Subclasses:
- MultitableTreeGridConnector, TreeGridGroupConnector
public class TreeGridConnector
- extends GridConnector
The Class TreeGridConnector.
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 |
TreeGridConnector
public TreeGridConnector(java.sql.Connection db)
- Instantiates a new tree grid connector.
- Parameters:
db
- the db connection
TreeGridConnector
public TreeGridConnector(java.sql.Connection db,
DBType db_type)
- Instantiates a new tree grid connector.
- Parameters:
db
- the db connectiondb_type
- the db type
TreeGridConnector
public TreeGridConnector(java.sql.Connection db,
DBType db_type,
BaseFactory a_factory)
- Instantiates a new tree grid connector.
- Parameters:
db
- the db connectiondb_type
- the db typea_factory
- the class factory, which will be used by object
TreeGridConnector
public TreeGridConnector(java.sql.Connection db,
DBType db_type,
BaseFactory a_factory,
RenderStrategy render_type)
- Instantiates a new tree grid connector.
- Parameters:
db
- the db connectiondb_type
- the db typea_factory
- the class factory, which will be used by objectrender_type
- the class, which will render items