|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.dhtmlx.connector.ConnectorBehavior
com.dhtmlx.connector.TreeGridBehavior
public class TreeGridBehavior
The Class TreeGridBehavior. Desribes the auto-update rules, which will be used for hierarchical structures
Field Summary | |
---|---|
private DataConfig |
config
The config |
private java.util.HashMap<java.lang.String,java.lang.String> |
id_swap
The id swap table |
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 |
---|
afterDelete, afterProcessing, afterUpdate, attach, beforeDelete, beforeFilter, beforeInsert, beforeOutput, beforeRender, beforeSort, beforeUpdate, trigger |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
private java.util.HashMap<java.lang.String,java.lang.String> id_swap
private DataConfig config
Constructor Detail |
---|
public TreeGridBehavior(DataConfig config)
config
- the configMethod Detail |
---|
public void afterInsert(DataAction action)
ConnectorBehavior
afterInsert
in class ConnectorBehavior
action
- the data actionpublic void beforeProcessing(DataAction action)
ConnectorBehavior
beforeProcessing
in class ConnectorBehavior
action
- the data action
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |