com.dhtmlx.connector
Class TreeGridBehavior

java.lang.Object
  extended by com.dhtmlx.connector.ConnectorBehavior
      extended by com.dhtmlx.connector.TreeGridBehavior

public class TreeGridBehavior
extends ConnectorBehavior

The Class TreeGridBehavior. Desribes the auto-update rules, which will be used for hierarchical structures


Constructor Summary
TreeGridBehavior(DataConfig config)
          Instantiates a new tree grid behavior.
 
Method Summary
 void afterInsert(DataAction action)
          After insert event Occurs in update mode, after inserting record in DB Event logic called for each updated record.
 void beforeProcessing(DataAction action)
          Before processing event Occurs in update mode, before execution any DB operations.
 
Methods inherited from class com.dhtmlx.connector.ConnectorBehavior
afterDBError, afterDelete, afterProcessing, afterUpdate, attach, beforeDelete, beforeFilter, beforeInsert, beforeOutput, beforeRender, beforeSort, beforeUpdate, trigger
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TreeGridBehavior

public TreeGridBehavior(DataConfig config)
Instantiates a new tree grid behavior.

Parameters:
config - the config
Method Detail

afterInsert

public void afterInsert(DataAction action)
Description copied from class: ConnectorBehavior
After insert event Occurs in update mode, after inserting record in DB Event logic called for each updated record. Related data action is provided as parameter of the called method.

Overrides:
afterInsert in class ConnectorBehavior
Parameters:
action - the data action

beforeProcessing

public void beforeProcessing(DataAction action)
Description copied from class: ConnectorBehavior
Before processing event Occurs in update mode, before execution any DB operations. Event logic called for each updated record. Related data action is provided as parameter of the called method.

Overrides:
beforeProcessing in class ConnectorBehavior
Parameters:
action - the data action