|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.dhtmlx.connector.BaseConnector
com.dhtmlx.connector.GridConnector
com.dhtmlx.connector.TreeGridConnector
public class TreeGridConnector
The Class TreeGridConnector.
Field Summary |
---|
Fields inherited from class com.dhtmlx.connector.GridConnector |
---|
extra_output, options |
Fields inherited from class com.dhtmlx.connector.BaseConnector |
---|
access, cfactory, config, db_type, dynloading, dynloading_size, event, global_http_request, global_http_response, http_request, http_response, incoming_data, request, sql |
Constructor Summary | |
---|---|
TreeGridConnector(java.sql.Connection db)
Instantiates a new tree grid connector. |
|
TreeGridConnector(java.sql.Connection db,
DBType db_type)
Instantiates a new tree grid connector. |
|
TreeGridConnector(java.sql.Connection db,
DBType db_type,
BaseFactory a_factory)
Instantiates a new tree grid connector. |
Method Summary | |
---|---|
protected void |
parse_request()
Parse http request Methods sets "dynloading", "editing" flags and fill request object with info about requested sorting|filtering options. |
protected java.lang.String |
render_set(ConnectorResultSet result)
Render DB result set as XML string |
protected java.lang.String |
xml_start()
Get opening top level xml tag |
Methods inherited from class com.dhtmlx.connector.GridConnector |
---|
fill_collections, resolve_parameter, set_options, set_options, set_options, xml_end |
Methods inherited from class com.dhtmlx.connector.BaseConnector |
---|
dynamic_loading, dynamic_loading, enable_log, end_run, get_connection, is_select_mode, output_as_xml, output_as_xml, render_connector, render_sql, render_sql, render_sql, render_table, render_table, render_table, render, safe_field_name, servlet, set_encoding, uuid |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public TreeGridConnector(java.sql.Connection db)
db
- the db connectionpublic TreeGridConnector(java.sql.Connection db, DBType db_type)
db
- the db connectiondb_type
- the db typepublic TreeGridConnector(java.sql.Connection db, DBType db_type, BaseFactory a_factory)
db
- the db connectiondb_type
- the db typea_factory
- the class factory, which will be used by objectMethod Detail |
---|
protected void parse_request()
BaseConnector
parse_request
in class GridConnector
protected java.lang.String render_set(ConnectorResultSet result) throws ConnectorOperationException
BaseConnector
render_set
in class BaseConnector
result
- the DB result
ConnectorOperationException
- the connector operation exceptionprotected java.lang.String xml_start()
BaseConnector
xml_start
in class GridConnector
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |