A B C D E F G H I J K L M N O P Q R S T U V X

S

safe_field_name(String) - Method in class com.dhtmlx.connector.BaseConnector
Ensure, that used field name can't be used for sql injection
SchedulerConnector - Class in com.dhtmlx.connector
The Class SchedulerConnector.
SchedulerConnector(Connection) - Constructor for class com.dhtmlx.connector.SchedulerConnector
Instantiates a new scheduler connector.
SchedulerConnector(Connection, DBType) - Constructor for class com.dhtmlx.connector.SchedulerConnector
Instantiates a new scheduler connector.
SchedulerConnector(Connection, DBType, BaseFactory) - Constructor for class com.dhtmlx.connector.SchedulerConnector
Instantiates a new scheduler connector.
SchedulerDataItem - Class in com.dhtmlx.connector
The Class SchedulerDataItem.
SchedulerDataItem(HashMap<String, String>, DataConfig, int) - Constructor for class com.dhtmlx.connector.SchedulerDataItem
Instantiates a new scheduler data item.
SchedulerDataProcessor - Class in com.dhtmlx.connector
The Class SchedulerDataProcessor.
SchedulerDataProcessor(BaseConnector, DataConfig, DataRequest, BaseFactory) - Constructor for class com.dhtmlx.connector.SchedulerDataProcessor
Instantiates a new scheduler data processor.
SchedulerFactory - Class in com.dhtmlx.connector
A factory for creating Scheduler objects.
SchedulerFactory() - Constructor for class com.dhtmlx.connector.SchedulerFactory
 
select() - Method in class com.dhtmlx.connector.ComboDataItem
Mark option as selected
select(DataRequest) - Method in class com.dhtmlx.connector.DataWrapper
Select data from storage
select(DataRequest) - Method in class com.dhtmlx.connector.DBDataWrapper
 
select(DataRequest) - Method in class com.dhtmlx.connector.MSSQLDBDataWrapper
 
select_query(String, String, String, String, String, String) - Method in class com.dhtmlx.connector.DBDataWrapper
Generates sql for select query
select_query(String, String, String, String, String, String) - Method in class com.dhtmlx.connector.MSSQLDBDataWrapper
 
select_query(String, String, String, String, String, String) - Method in class com.dhtmlx.connector.OracleDBDataWrapper
 
select_query(String, String, String, String, String, String) - Method in class com.dhtmlx.connector.PGSQLDBDataWrapper
 
selected - Variable in class com.dhtmlx.connector.ComboDataItem
The flag of selected option.
sequence(String) - Method in class com.dhtmlx.connector.DBDataWrapper
Sets sequence Sequence used in Oracle to implement auto-id generation
sequence_name - Variable in class com.dhtmlx.connector.DBDataWrapper
The sequence name.
serialVersionUID - Static variable in exception com.dhtmlx.connector.ConnectorConfigException
The Constant serialVersionUID.
serialVersionUID - Static variable in exception com.dhtmlx.connector.ConnectorOperationException
The Constant serialVersionUID.
serialVersionUID - Static variable in class com.dhtmlx.connector.ConnectorServlet
The Constant serialVersionUID.
servlet(HttpServletRequest, HttpServletResponse) - Method in class com.dhtmlx.connector.BaseConnector
Link connector to active request and response
session - Variable in class com.dhtmlx.connector.LogManager
The session log
set_cell_attribute(String, String, String) - Method in class com.dhtmlx.connector.GridDataItem
Sets attribute of the cell
set_cell_class(String, String) - Method in class com.dhtmlx.connector.GridDataItem
Sets css class for the cell
set_cell_style(String, String) - Method in class com.dhtmlx.connector.GridDataItem
Sets the style of the cell
set_check_state(boolean) - Method in class com.dhtmlx.connector.TreeDataItem
Sets the checkbox state
set_encoding(String) - Method in class com.dhtmlx.connector.BaseConnector
Sets used xml encoding.
set_fieldset(String) - Method in class com.dhtmlx.connector.DataRequest
Sets the list of used fields
set_filter(String, String, String) - Method in class com.dhtmlx.connector.DataRequest
Set_filter.
set_filter(String, String) - Method in class com.dhtmlx.connector.DataRequest
Set the filtering rule.
set_filter(String) - Method in class com.dhtmlx.connector.DataRequest
Sets the filtering rule
set_id(String) - Method in class com.dhtmlx.connector.DataItem
Sets the new id for the record
set_image(String) - Method in class com.dhtmlx.connector.TreeDataItem
Sets the image of the item
set_image(String, String, String) - Method in class com.dhtmlx.connector.TreeDataItem
Sets the new image of the item
set_image(String) - Method in class com.dhtmlx.connector.TreeGridDataItem
Sets the image of the item
set_kids(int) - Method in class com.dhtmlx.connector.TreeDataItem
Sets the count of child items
set_kids(int) - Method in class com.dhtmlx.connector.TreeGridDataItem
Sets the count of child items
set_limit(String, String) - Method in class com.dhtmlx.connector.DataRequest
Sets selection limit
set_limit(int, int) - Method in class com.dhtmlx.connector.DataRequest
Sets selection limit
set_options(String, BaseConnector) - Method in class com.dhtmlx.connector.GridConnector
Define connector for options retrieving
set_options(String, Iterable) - Method in class com.dhtmlx.connector.GridConnector
Define fixed list of options
set_options(String, HashMap) - Method in class com.dhtmlx.connector.GridConnector
Define fixed list of options
set_relation(String) - Method in class com.dhtmlx.connector.DataRequest
Sets the name of relation id field
set_response_attributes(String, String) - Method in class com.dhtmlx.connector.DataAction
Sets an attribute of the response
set_response_text(String) - Method in class com.dhtmlx.connector.DataAction
Sets the response text.
set_response_xml(String) - Method in class com.dhtmlx.connector.DataAction
Sets the response xml.
set_row_attribute(String, String) - Method in class com.dhtmlx.connector.GridDataItem
Sets attribute of row
set_row_color(String) - Method in class com.dhtmlx.connector.GridDataItem
Sets the color of the row
set_row_style(String) - Method in class com.dhtmlx.connector.GridDataItem
Sets the style of the row
set_sort(String) - Method in class com.dhtmlx.connector.DataRequest
Sets the sorting order
set_sort(String, String) - Method in class com.dhtmlx.connector.DataRequest
Sets sorting order for selection
set_source(String) - Method in class com.dhtmlx.connector.DataRequest
Sets the name of source table
set_status(String) - Method in class com.dhtmlx.connector.DataAction
Set current status of the action
set_transaction_mode(TransactionType) - Method in class com.dhtmlx.connector.DataWrapper
Sets the transaction mode.
set_userdata_value(String, String) - Method in class com.dhtmlx.connector.DataAction
Set extra data value.
set_value(String, String) - Method in class com.dhtmlx.connector.DataAction
Sets value of named field
set_value(String, String) - Method in class com.dhtmlx.connector.DataItem
Sets value of the field
skip - Variable in class com.dhtmlx.connector.DataItem
The skip flag.
skip() - Method in class com.dhtmlx.connector.DataItem
Mark current record to be skipped ( not included in xml response )
sort_by - Variable in class com.dhtmlx.connector.DataRequest
The set of sorting rules
SortingRule - Class in com.dhtmlx.connector
The Class SortingRule.
SortingRule(String, String) - Constructor for class com.dhtmlx.connector.SortingRule
Instantiates a new sorting rule.
source - Variable in class com.dhtmlx.connector.DataRequest
The source table
sql - Variable in class com.dhtmlx.connector.BaseConnector
Data Wrapper instance
sql - Variable in class com.dhtmlx.connector.FilteringRule
The rule as sql sting .
sqls - Variable in class com.dhtmlx.connector.DBDataWrapper
The set of defined sql strings
start - Variable in class com.dhtmlx.connector.DataRequest
The start position of selection
start_from - Variable in class com.dhtmlx.connector.MSSQLDBDataWrapper
The start index
status - Variable in class com.dhtmlx.connector.DataAction
The status of operation
status_to_mode(String) - Method in class com.dhtmlx.connector.DataProcessor
Convert incoming client side status, to DB operation
success(String) - Method in class com.dhtmlx.connector.DataAction
Mark operation as successfully completed
success() - Method in class com.dhtmlx.connector.DataAction
Mark operation as successfully completed
sync_config(DataConfig) - Method in class com.dhtmlx.connector.DataAction
Sync config between data action and data config object

A B C D E F G H I J K L M N O P Q R S T U V X