Package | Description |
---|---|
org.richfaces.component |
Base RichFaces components interfaces and classes
|
org.richfaces.renderkit |
RichFaces model
|
Modifier and Type | Method and Description |
---|---|
ListType |
UIList.getType() |
abstract ListType |
AbstractList.getType()
The type of the list: unordered (default), ordered, definitions
|
static ListType |
ListType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ListType[] |
ListType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
void |
UIList.setType(ListType type) |
Modifier and Type | Method and Description |
---|---|
protected ListType |
ListRendererBase.getType(javax.faces.component.UIComponent component) |
Modifier and Type | Method and Description |
---|---|
protected void |
ListRendererBase.encodeListItems(javax.faces.context.FacesContext context,
javax.faces.component.UIComponent component,
ListType listType) |
protected org.richfaces.renderkit.ListRendererBase.ItemsEncoder |
ListRendererBase.getItemsEncoderByType(ListType type) |
protected String |
ListRendererBase.getListClass(ListType type) |
protected String |
ListRendererBase.getStyleClass(javax.faces.component.UIComponent component,
ListType listType) |
Copyright © 2015 JBoss by Red Hat. All Rights Reserved.