Package | Description |
---|---|
org.richfaces.component |
Base RichFaces components interfaces and classes
|
org.richfaces.renderkit |
RichFaces model
|
Modifier and Type | Method and Description |
---|---|
abstract InplaceState |
AbstractInplaceInput.getState() |
InplaceState |
UIInplaceInput.getState() |
abstract InplaceState |
AbstractInplaceSelect.getState() |
InplaceState |
InplaceComponent.getState() |
InplaceState |
UIInplaceSelect.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 |
---|---|
void |
UIInplaceInput.setState(InplaceState state) |
void |
UIInplaceSelect.setState(InplaceState state) |
Modifier and Type | Method and Description |
---|---|
InplaceState |
InplaceInputRendererBase.getInplaceState(javax.faces.component.UIComponent component) |
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) |
Copyright © 2016 JBoss by Red Hat. All Rights Reserved.