org.richfaces.model
public abstract class TreeSequenceKeyModel<V> extends org.ajax4jsf.model.ExtendedDataModel<V> implements TreeDataModel<V>
SEPARATOR_CHAR| Constructor and Description |
|---|
TreeSequenceKeyModel() |
| Modifier and Type | Method and Description |
|---|---|
V |
getData() |
Object |
getParentRowKey(Object rowKey) |
int |
getRowCount() |
V |
getRowData() |
int |
getRowIndex() |
SequenceRowKey |
getRowKey() |
boolean |
isDataAvailable() |
boolean |
isRowAvailable() |
protected void |
setData(V data) |
void |
setRowIndex(int rowIndex) |
void |
setRowKey(Object rowKey) |
protected void |
setRowKeyAndData(SequenceRowKey key,
V data) |
protected abstract void |
setupKey(SequenceRowKey key) |
void |
walk(javax.faces.context.FacesContext context,
org.ajax4jsf.model.DataVisitor visitor,
org.ajax4jsf.model.Range range,
Object argument) |
addDataModelListener, getDataModelListeners, getWrappedData, iterator, removeDataModelListener, setWrappedDataclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitchildren, createSnapshot, getRowKeyConverter, getWrappedData, isLeaf, restoreFromSnapshot, setWrappedDatapublic SequenceRowKey getRowKey()
getRowKey in interface TreeDataModel<V>getRowKey in class org.ajax4jsf.model.ExtendedDataModel<V>public void setRowKey(Object rowKey)
setRowKey in interface TreeDataModel<V>setRowKey in class org.ajax4jsf.model.ExtendedDataModel<V>protected void setData(V data)
protected void setRowKeyAndData(SequenceRowKey key, V data)
public boolean isDataAvailable()
isDataAvailable in interface TreeDataModel<V>public V getData()
getData in interface TreeDataModel<V>protected abstract void setupKey(SequenceRowKey key)
public void walk(javax.faces.context.FacesContext context,
org.ajax4jsf.model.DataVisitor visitor,
org.ajax4jsf.model.Range range,
Object argument)
walk in class org.ajax4jsf.model.ExtendedDataModel<V>public boolean isRowAvailable()
isRowAvailable in class javax.faces.model.DataModel<V>public int getRowCount()
getRowCount in class javax.faces.model.DataModel<V>public int getRowIndex()
getRowIndex in class javax.faces.model.DataModel<V>public void setRowIndex(int rowIndex)
setRowIndex in class javax.faces.model.DataModel<V>public Object getParentRowKey(Object rowKey)
getParentRowKey in interface TreeDataModel<V>Copyright © 2015 JBoss by Red Hat. All Rights Reserved.