Event that fires when the rows and columns in a table change.
This class registers its name and whether it should be monitored by
default in an AEMonitor
using the Base.registerEventType function when this module is
first imported. The AEMonitor can use this information to build its
menus.
|
|
__init__(self,
por,
is_row,
added,
first_child_por,
last_child_por,
**kwargs)
Stores the POR,
information about the change, and first and last children associated
with the event. |
source code
|
|
|
string
|
__str__(self)
Returns a human readable representation of this event including its
name, its POR, whether it
concerns a row or col, whether it describes an add, remove, or move;
the first affected child POR and the last affected child POR. |
source code
|
|
|
boolean
|
|
|
dictionary
|
|
|
Inherited from Base.AccessEngineEvent:
getAppID,
getLayer,
getPOR,
getPriority,
getTimestamp,
setLayer,
setPriority
Inherited from object:
__delattr__,
__getattribute__,
__hash__,
__new__,
__reduce__,
__reduce_ex__,
__repr__,
__setattr__
|