public class RichFacesInplaceInput extends Object implements InplaceInput, AdvancedVisibleComponentIteractions<RichFacesInplaceInput.AdvancedInplaceInputInteractions>
Modifier and Type | Class and Description |
---|---|
class |
RichFacesInplaceInput.AdvancedInplaceInputInteractions |
class |
RichFacesInplaceInput.ConfirmOrCancelImpl |
Constructor and Description |
---|
RichFacesInplaceInput() |
Modifier and Type | Method and Description |
---|---|
RichFacesInplaceInput.AdvancedInplaceInputInteractions |
advanced() |
TextInputComponentImpl |
getTextInput()
Gets the associated text input.
|
ConfirmOrCancel |
type(String text)
Types given
text to the input, thus switching the input into editing state. |
public RichFacesInplaceInput.AdvancedInplaceInputInteractions advanced()
advanced
in interface AdvancedInteractions<RichFacesInplaceInput.AdvancedInplaceInputInteractions>
public TextInputComponentImpl getTextInput()
InplaceInput
getTextInput
in interface InplaceInput
TextInputComponentImpl
public ConfirmOrCancel type(String text)
InplaceInput
text
to the input, thus switching the input into editing state.type
in interface InplaceInput
text
- text to be typed into the inputCopyright © 2014 JBoss by Red Hat. All Rights Reserved.