gh-pages / com.nextfaze.devfun.invoke.view / InvokeParameterView
InvokeParameterView
interface InvokeParameterView :
WithLabel
(source)
Parameter views rendered for the Invoke UI will be wrapped with this type (to provide a label etc.).
Be careful if using this as a custom implementation has not been tested (though should work - create an issue if not).
Properties
Name | Summary |
---|---|
attributes | abstract var attributes: CharSequence Attributes of the parameter this view represents (e.g. if it is injected or missing etc.). |
isNull | abstract var isNull: Boolean Is this value null . |
nullable | abstract var nullable: Boolean Can this value be nullable. |
view | abstract var view: View ? The wrapped view the represents the parameter. |
Inherited Properties
Name | Summary |
---|---|
label | abstract var label: CharSequence The label/title for this parameter. |