com.dhtmlx.connector
Class TreeCommonGroupConnector
java.lang.Object
com.dhtmlx.connector.BaseConnector
com.dhtmlx.connector.CommonConnector
com.dhtmlx.connector.TreeCommonConnector
com.dhtmlx.connector.TreeCommonGroupConnector
public class TreeCommonGroupConnector
- extends TreeCommonConnector
Method Summary |
java.lang.String |
xml_start()
renders self as xml, starting part |
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, set_options |
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
TreeCommonGroupConnector
public TreeCommonGroupConnector(java.sql.Connection db)
- Instantiates a new tree connector.
- Parameters:
db
- the db connection
TreeCommonGroupConnector
public TreeCommonGroupConnector(java.sql.Connection db,
DBType db_type)
- Instantiates a new tree connector.
- Parameters:
db
- the db connectiondb_type
- the db type
TreeCommonGroupConnector
public TreeCommonGroupConnector(java.sql.Connection db,
DBType db_type,
BaseFactory a_factory)
- Instantiates a new tree connector.
- Parameters:
db
- the db connectiondb_type
- the db typea_factory
- the class factory, which will be used by object
TreeCommonGroupConnector
public TreeCommonGroupConnector(java.sql.Connection db,
DBType db_type,
BaseFactory a_factory,
RenderStrategy render_type)
- Instantiates a new tree connector.
- Parameters:
db
- the db connectiondb_type
- the db typea_factory
- the class factory, which will be used by objectrender_type
- the class strategy, which will render items
xml_start
public java.lang.String xml_start()
- renders self as xml, starting part
- Overrides:
xml_start
in class TreeCommonConnector
- Returns:
- the xml string