Summary
Extension methods associated with the ControlFetcher class.
ControlFetcherMixin helps you automatically wire-up Activities and
Fragments via property names, similar to Butter Knife, as well as allows
you to fetch controls manually.
- Namespace
- ReactiveUI
- Base Types
-
- object
graph BT
Type-->Base0["object"]
Type["ControlFetcherMixin"]
class Type type-node
Syntax
public static class ControlFetcherMixin
Methods
Name | Value | Summary |
---|---|---|
GetControl |
View? |
Gets the control from an activity.
static
|
GetControl |
View? |
Gets the control from a view.
static
|
WireUpControls |
void |
Wires a control to a property.
static
|
WireUpControls |
void |
Wires a control to a property.
This should be called in the Fragment's OnCreateView, with the newly inflated layout.
static
|
WireUpControls |
void |
Wires a control to a property.
static
|
WireUpControls |
void |
Wires a control to a property.
static
|
Extension Methods
Name | Value | Summary |
---|---|---|
Invoke |
object |
This is a thing I lifted from Prism.
|