Component/Event/Component/AbstractFlag.php
- package
- Component
- subpackage
- Event
- Classes
- Kwf_Component_Event_Component_AbstractFlag
Description
\Kwf_Component_Event_Component_AbstractFlag
- Extends from
- \Kwf_Component_Event_Component_Abstract
- package
- Component
- subpackage
- Event
- Constants
- FLAG_ROW_ADDED_REMOVED
- FLAG_VISIBILITY_CHANGED
- Properties
- $flag
- Methods
- __construct
Description
Constants
FLAG_ROW_ADDED_REMOVED
FLAG_ROW_ADDED_REMOVED = 'rowAddedRemoved'
row got added or removed
even if removed the component is still in the component tree (and will be found by getComponentsByDbId)
Details
- value
- rowAddedRemoved
FLAG_VISIBILITY_CHANGED
FLAG_VISIBILITY_CHANGED = 'visibilityChanged'
visiblity of row got changed
the component tree is updated correctly, use ignoreVisible to search for an changed-to-invisible component
Details
- value
- visibilityChanged