| Package | Description |
|---|---|
| org.ajax4jsf.model |
Various model objects APIs.
|
| org.richfaces.component |
Base RichFaces components interfaces and classes
|
| org.richfaces.model |
RichFaces model
|
| Modifier and Type | Class and Description |
|---|---|
class |
SequenceRange |
| Modifier and Type | Method and Description |
|---|---|
Range |
SequenceState.getRange() |
Range |
DataComponentState.getRange()
Build used data objects range for iteration.
|
| Modifier and Type | Method and Description |
|---|---|
void |
SequenceDataModel.walk(javax.faces.context.FacesContext context,
DataVisitor visitor,
Range range,
Object argument) |
abstract void |
ExtendedDataModel.walk(javax.faces.context.FacesContext context,
DataVisitor visitor,
Range range,
Object argument)
Iterate over model by "visitor" pattern, for given range
|
| Modifier and Type | Class and Description |
|---|---|
class |
TreeRange |
| Modifier and Type | Method and Description |
|---|---|
void |
UIDataTableBase.walk(javax.faces.context.FacesContext faces,
DataVisitor visitor,
Range range,
Object argument)
Walk ( visit ) this component on all data-aware children for each row from range.
|
| Modifier and Type | Method and Description |
|---|---|
void |
TreeSequenceKeyModel.walk(javax.faces.context.FacesContext context,
DataVisitor visitor,
Range range,
Object argument) |
void |
ArrangeableModel.walk(javax.faces.context.FacesContext context,
DataVisitor visitor,
Range range,
Object argument) |
Copyright © 2014 JBoss by Red Hat. All Rights Reserved.