CoordinatorLayout¶
Declaration¶
- class enamlnative.widgets.coordinator_layout.CoordinatorLayout(parent=None, **kwargs)[source]¶
Bases:
enamlnative.widgets.frame_layout.FrameLayout
By specifying Behaviors for child views of a CoordinatorLayout you can provide many different interactions within a single parent and those views can also interact with one another
- proxy¶
A reference to the ProxyCoordinatorLayout object.
Android Implementation¶
- class enamlnative.android.android_coordinator_layout.AndroidCoordinatorLayout[source]¶
Bases:
enamlnative.android.android_frame_layout.AndroidFrameLayout
,enamlnative.widgets.coordinator_layout.ProxyCoordinatorLayout
An Android implementation of an Enaml ProxyCoordinatorLayout.
- widget¶
A reference to the widget created by the proxy.
No iOS implementation found.