|
||||||||||
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.KeyGridBehavior
public class KeyGridBehavior
Constructor Summary | |
---|---|
KeyGridBehavior(GridConnector grid)
|
Method Summary | |
---|---|
void |
afterProcessing(DataAction action)
After processing event Occurs in update mode, after execution any DB operations. |
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, afterInsert, 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 |
---|
public KeyGridBehavior(GridConnector grid)
Method Detail |
---|
public void afterProcessing(DataAction action)
ConnectorBehavior
afterProcessing
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 |