Package | Description |
---|---|
org.richfaces.ui.input.inplaceInput | |
org.richfaces.ui.select.inplaceSelect |
Modifier and Type | Class and Description |
---|---|
class |
AbstractInplaceInput
The <r:inplaceInput> component allows information to be entered in-line in blocks of text, improving
readability of the text.
|
class |
UIInplaceInput
The <r:inplaceInput> component allows information to be entered in-line in blocks of text, improving
readability of the text.
|
Modifier and Type | Method and Description |
---|---|
String |
InplaceInputRendererBase.getChangedStateCss(InplaceComponent component) |
String |
InplaceInputRendererBase.getDisableStateCss(InplaceComponent component) |
String |
InplaceInputRendererBase.getEditCss(InplaceComponent component) |
String |
InplaceInputRendererBase.getEditStateCss(InplaceComponent component) |
String |
InplaceInputRendererBase.getNoneCss(InplaceComponent component) |
String |
InplaceInputRendererBase.getReadyStateCss(InplaceComponent component) |
Modifier and Type | Class and Description |
---|---|
class |
AbstractInplaceSelect
The <r:inplaceSelect> component is similar to the <r:inplaceInput> component, except that the
<r:inplaceSelect> component uses a drop-down selection box to enter text instead of a regular text field.
|
class |
UIInplaceSelect
The <r:inplaceSelect> component is similar to the <r:inplaceInput> component, except that the
<r:inplaceSelect> component uses a drop-down selection box to enter text instead of a regular text field.
|
Modifier and Type | Method and Description |
---|---|
String |
InplaceSelectRendererBase.getChangedStateCss(InplaceComponent component) |
String |
InplaceSelectRendererBase.getDisableStateCss(InplaceComponent component) |
String |
InplaceSelectRendererBase.getEditCss(InplaceComponent component) |
String |
InplaceSelectRendererBase.getEditStateCss(InplaceComponent component) |
String |
InplaceSelectRendererBase.getNoneCss(InplaceComponent component) |
Copyright © 2013 JBoss by Red Hat. All Rights Reserved.