TBLExtraPropertiesManager class
Manager for handling extra properties at global level and coordinating page observers. Each property is tagged with its level level (global, page, unit). Extra properties follow a priority hierarchy: unit > page > global
Constructors
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
clearExtraPropertiesChangePagesHandler(
String pageId) → void - Unregisters a page observer (clearExtraPropertiesChangePagesHandler) (called when page is disposed)
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
registerPageObserver(
String pageId, TBLExtraPropertiesChangedHandler extraPropertiesChangePageHandler) → void - Registers a page observer to receive global property updates
-
setGlobalExtraProperties(
HashMap< String, String> extraProperties) → void - Sets global extra properties and notifies all page observers. Properties are resolved immediately and tagged with ExtraPropertyLevel.global
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited