public interface InplaceInput
Modifier and Type | Method and Description |
---|---|
TextInputComponentImpl |
getTextInput()
Gets the associated text input.
|
ConfirmOrCancel |
type(String text)
Types given
text to the input, thus switching the input into editing state. |
TextInputComponentImpl getTextInput()
TextInputComponentImpl
ConfirmOrCancel type(String text)
text
to the input, thus switching the input into editing state.text
- text to be typed into the inputIllegalStateException
- if typing to the input have switched the inplace input to an editing stateCopyright © 2015 JBoss by Red Hat. All Rights Reserved.