public class InputViewItemImpl<T> extends Object implements InputViewItem<T>
| Constructor and Description |
|---|
InputViewItemImpl(Variable<T> var) |
| Modifier and Type | Method and Description |
|---|---|
Variable |
getFirstVariable() |
Variable<?>[] |
getVariables() |
String[] |
getWatchedProps() |
InputViewItemImpl<T> |
watch(String... props) |
public Variable getFirstVariable()
getFirstVariable in interface ViewItem<T>public Variable<?>[] getVariables()
getVariables in interface ViewItem<T>public InputViewItemImpl<T> watch(String... props)
watch in interface InputViewItem<T>public String[] getWatchedProps()
Copyright © 2001–2019 JBoss by Red Hat. All rights reserved.