|
Interface Summary |
| EstimatedSpanView |
Views that implement this interface
signal that they work in a mode when
they just estimate their size instead
of exact measurements that are likely
more expensive for computation. |
| FlyView |
Interface marking the flyweight views. |
| FlyView.Parent |
Interface that views capable of maintaining flyweight views
as their children must implement. |
| RenderingContextView |
View providing an access to the ViewRenderingContext
in the view hierarchy. |
| ViewFragment |
Interface describing a view being fragment of some original view. |
| ViewLayoutState |
Wrapper around a view that caches computed layout information
about preferred, minimum and maximum span along minor axis
and the preferred span along the major axis. |
| ViewLayoutState.Parent |
Interface that the parent view of the view
wrapped by ViewLayoutState
is expected to implement. |