Package | Description |
---|---|
org.ajax4jsf.model |
Various model objects APIs.
|
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
|
Copyright © 2015 JBoss by Red Hat. All Rights Reserved.