Package | Description |
---|---|
org.richfaces.ui.common |
RichFaces classes shared among component families.
|
org.richfaces.ui.input.inplaceInput | |
org.richfaces.ui.select.inplaceSelect |
Modifier and Type | Method and Description |
---|---|
InplaceState |
InplaceComponent.getState() |
static InplaceState |
InplaceState.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static InplaceState[] |
InplaceState.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
InplaceState |
InplaceInputRendererBase.getInplaceState(javax.faces.component.UIComponent component) |
InplaceState |
UIInplaceInput.getState() |
abstract InplaceState |
AbstractInplaceInput.getState() |
Modifier and Type | Method and Description |
---|---|
String |
InplaceInputRendererBase.getEditStyleClass(javax.faces.component.UIComponent component,
InplaceState inplaceState) |
String |
InplaceInputRendererBase.getStateStyleClass(javax.faces.component.UIComponent component,
InplaceState inplaceState) |
void |
UIInplaceInput.setState(InplaceState state) |
Modifier and Type | Method and Description |
---|---|
abstract InplaceState |
AbstractInplaceSelect.getState() |
InplaceState |
UIInplaceSelect.getState() |
Modifier and Type | Method and Description |
---|---|
void |
UIInplaceSelect.setState(InplaceState state) |
Copyright © 2014 JBoss by Red Hat. All rights reserved.