Module view_group

Source
Expand description

ViewGroup definition and implementation for common types.

Structs§

EmptyViewGroup
A ViewGroup that contains no View objects.
ViewGroupHelper
Utility struct to simplify implementing View operations for any ViewGroup.
Views
Wrapper that implements ViewGroup for a slice of views.

Statics§

EMPTY_VIEW_GROUP
A single instance of EmptyViewGroup.

Traits§

ViewGroup
A set of operations required to implement View containers.