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()
InplaceInputgetTextInput in interface InplaceInputTextInputComponentImplpublic ConfirmOrCancel type(String text)
InplaceInputtext to the input, thus switching the input into editing state.type in interface InplaceInputtext - text to be typed into the inputCopyright © 2014 JBoss by Red Hat. All Rights Reserved.