|
||||||||||
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
public class GridConnector
The Class GridConnector.
Field Summary |
---|
Fields inherited from class com.dhtmlx.connector.BaseConnector |
---|
access, event, incoming_data, sql |
Constructor Summary | |
---|---|
GridConnector(java.sql.Connection db)
Instantiates a new grid connector. |
|
GridConnector(java.sql.Connection db,
DBType db_type)
Instantiates a new grid connector. |
|
GridConnector(java.sql.Connection db,
DBType db_type,
BaseFactory a_factory)
Instantiates a new grid connector. |
|
GridConnector(java.sql.Connection db,
DBType db_type,
BaseFactory a_factory,
RenderStrategy render_type)
Instantiates a new grid connector. |
Method Summary | |
---|---|
void |
set_options(java.lang.String name,
BaseConnector connector)
Define connector for options retrieving |
void |
set_options(java.lang.String name,
java.util.HashMap object)
Define fixed list of options |
void |
set_options(java.lang.String name,
java.lang.Iterable object)
Define fixed list of options |
void |
setConfiguration(GridConfiguration config)
|
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 |
---|
public GridConnector(java.sql.Connection db)
db
- the db connectionpublic GridConnector(java.sql.Connection db, DBType db_type)
db
- the db connectiondb_type
- the db typepublic GridConnector(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 objectpublic GridConnector(java.sql.Connection db, DBType db_type, BaseFactory a_factory, RenderStrategy render_type)
db
- the db connectiondb_type
- the db typea_factory
- the class factory, which will be used by objectMethod Detail |
---|
public void set_options(java.lang.String name, BaseConnector connector)
set_options
in class BaseConnector
name
- the name of columnconnector
- the connectorpublic void set_options(java.lang.String name, java.lang.Iterable object)
name
- the name of columnobject
- the iterable object ( array )public void set_options(java.lang.String name, java.util.HashMap object)
name
- the name of columnobject
- the hash objectpublic void setConfiguration(GridConfiguration config)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |