Package | Description |
---|---|
org.richfaces.component |
Base RichFaces components interfaces and classes
|
org.richfaces.model |
RichFaces model
|
org.richfaces.model.iterators |
Modifier and Type | Method and Description |
---|---|
void |
DeclarativeTreeDataModelWalker.walk(SequenceRowKey key) |
Modifier and Type | Method and Description |
---|---|
SequenceRowKey |
SequenceRowKey.append(Object segment) |
SequenceRowKey |
SequenceRowKey.getParent() |
SequenceRowKey |
TreeSequenceKeyModel.getRowKey() |
Modifier and Type | Method and Description |
---|---|
protected void |
TreeSequenceKeyModel.setRowKeyAndData(SequenceRowKey key,
V data) |
protected abstract void |
TreeSequenceKeyModel.setupKey(SequenceRowKey key) |
protected void |
NodesTreeSequenceKeyModel.setupKey(SequenceRowKey key) |
protected void |
DeclarativeTreeDataModelImpl.setupKey(SequenceRowKey key) |
Modifier and Type | Method and Description |
---|---|
protected SequenceRowKey |
BaseTupleIterator.getBaseKey() |
protected SequenceRowKey |
BaseTupleIterator.getCompositeKey(Object modelKey) |
Modifier and Type | Method and Description |
---|---|
protected TreeDataModelTuple |
BaseTupleIterator.createTuple(SequenceRowKey key) |
Constructor and Description |
---|
BaseTupleIterator(SequenceRowKey baseKey) |
BaseTupleIterator(SequenceRowKey baseKey,
javax.faces.component.UIComponent component) |
ClassicTreeNodeTuplesIterator(TreeNode treeNode,
SequenceRowKey baseKey) |
DeclarativeTreeDataModelCompositeTuplesIterator(javax.faces.component.UIComponent component,
SequenceRowKey key) |
IterableDataTuplesIterator(SequenceRowKey baseKey,
Iterator<?> children) |
IterableDataTuplesIterator(SequenceRowKey baseKey,
Iterator<?> children,
javax.faces.component.UIComponent component) |
MapDataTuplesIterator(SequenceRowKey baseKey,
Map<?,?> dataMap) |
MapDataTuplesIterator(SequenceRowKey baseKey,
Map<?,?> dataMap,
javax.faces.component.UIComponent component) |
Copyright © 2015 JBoss by Red Hat. All Rights Reserved.