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: CharSequenceAttributes of the parameter this view represents (e.g. if it is injected or missing etc.). |
| isNull | abstract var isNull: BooleanIs this value null. |
| nullable | abstract var nullable: BooleanCan this value be nullable. |
| view | abstract var view: View?The wrapped view the represents the parameter. |
Inherited Properties
| Name | Summary |
|---|---|
| label | abstract var label: CharSequenceThe label/title for this parameter. |