class SelectFieldAction : IAction
Action that selects the next field (with offset) or a field with a given id
<init> |
Action that selects the next field (with offset) or a field with a given id SelectFieldAction() |
success |
var success: Boolean |
performAction |
Gets the requested field from the NimmstaViewManager and focuses it fun performAction(): Task<Boolean> |