DefaultActionPlacementDelegate class final

The standard deterministic implementation of ActionPlacementDelegate.

ActionLayoutResolver uses this delegate by default, then applies region order overrides before a renderer receives its final result. Call this class directly only when a custom pipeline needs the intermediate placement.

Implemented types

Constructors

DefaultActionPlacementDelegate()
Creates a stateless delegate that can be safely reused.
const

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

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
resolve<T extends Object>(ActionLayoutRequest<T> request) ActionPlacementResult<T>
The placement for request without modifying any input collection.
override
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited