gh-pages / com.nextfaze.devfun.invoke.view / WithLabel
WithLabel
interface WithLabel
(source)
View used with the Invoke UI will automatically be wrapped and be given a label unless they provide their own with this interface.
For example, the Switch view has its own text value and thus is used instead of the one provided by DevFun.
Properties
Name | Summary |
---|---|
label | abstract var label: CharSequence The label/title for this parameter. |
Inheritors
Name | Summary |
---|---|
InvokeParameterView | interface InvokeParameterView : WithLabel Parameter views rendered for the Invoke UI will be wrapped with this type (to provide a label etc.). |