Expand description
ViewGroup definition and implementation for common types.
Structs§
- Empty
View Group - A
ViewGroupthat contains noViewobjects. - View
Group Helper - Utility struct to simplify implementing
Viewoperations for anyViewGroup. - Views
- Wrapper that implements ViewGroup for a slice of views.
Statics§
- EMPTY_
VIEW_ GROUP - A single instance of
EmptyViewGroup.