|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use RowKeySet | |
---|---|
org.apache.myfaces.trinidad.component | |
org.apache.myfaces.trinidad.event | |
org.apache.myfaces.trinidad.model |
Uses of RowKeySet in org.apache.myfaces.trinidad.component |
---|
Methods in org.apache.myfaces.trinidad.component that return RowKeySet | |
---|---|
RowKeySet |
UIXNavigationTree.getDisclosedRowKeys()
Gets the set of disclosed rows for this component. |
RowKeySet |
UIXTable.getDisclosedRowKeys()
Gets the set of disclosed rows for this component. |
RowKeySet |
UIXTree.getDisclosedRowKeys()
Gets the set of disclosed rows for this component. |
RowKeySet |
UIXPage.getDisclosedRowKeys()
Gets the set of disclosed rows for this component. |
RowKeySet |
UIXTable.getSelectedRowKeys()
Gets the selection state for this component. |
RowKeySet |
UIXTree.getSelectedRowKeys()
Gets the selection state for this component. |
Methods in org.apache.myfaces.trinidad.component with parameters of type RowKeySet | |
---|---|
boolean |
UIXHierarchy.areRowsLocallyAvailable(int startIndex,
int rowCount,
RowKeySet disclosedRowKeys)
Check if a range of rows is locally available starting from a row index. |
boolean |
UIXHierarchy.areRowsLocallyAvailable(int rowCount,
RowKeySet disclosedRowKeys)
Check if a range of rows is locally available starting from current position. |
boolean |
UIXHierarchy.areRowsLocallyAvailable(Object startRowKey,
int rowCount,
RowKeySet disclosedRowKeys)
Check if a range of rows is locally available starting from a row key. |
void |
UIXNavigationTree.setDisclosedRowKeys(RowKeySet disclosedRowKeys)
Sets the set of disclosed rows for this component. |
void |
UIXTable.setDisclosedRowKeys(RowKeySet disclosedRowKeys)
Sets the set of disclosed rows for this component. |
void |
UIXTree.setDisclosedRowKeys(RowKeySet disclosedRowKeys)
Sets the set of disclosed rows for this component. |
void |
UIXPage.setDisclosedRowKeys(RowKeySet disclosedRowKeys)
Sets the set of disclosed rows for this component. |
void |
UIXTable.setSelectedRowKeys(RowKeySet selectedRowKeys)
Sets the selection state for this component. |
void |
UIXTree.setSelectedRowKeys(RowKeySet selectedRowKeys)
Sets the selection state for this component. |
protected boolean |
UIXHierarchy.visitHierarchy(javax.faces.component.visit.VisitContext visitContext,
javax.faces.component.visit.VisitCallback callback,
List<javax.faces.component.UIComponent> stamps,
RowKeySet disclosedRowKeys)
|
Uses of RowKeySet in org.apache.myfaces.trinidad.event |
---|
Methods in org.apache.myfaces.trinidad.event that return RowKeySet | |
---|---|
RowKeySet |
RowKeySetChangeEvent.getAddedSet()
Gets the Set of keys that have just been added. |
RowKeySet |
RowKeySetChangeEvent.getRemovedSet()
Gets the Set of keys that have just been removed. |
Constructors in org.apache.myfaces.trinidad.event with parameters of type RowKeySet | |
---|---|
RowDisclosureEvent(RowKeySet oldSet,
RowKeySet newSet,
javax.faces.component.UIComponent source)
Creates a new ExpansionEvent |
|
RowDisclosureEvent(javax.faces.component.UIComponent source,
RowKeySet collapsed,
RowKeySet expanded)
Creates a new ExpansionEvent |
|
RowKeySetChangeEvent(RowKeySet oldSet,
RowKeySet newSet,
javax.faces.component.UIComponent source)
This constructor lazily computes the difference between the oldSet and the newSet. |
|
RowKeySetChangeEvent(javax.faces.component.UIComponent source,
RowKeySet removedSet,
RowKeySet addedSet)
Creates a new Event. |
|
SelectionEvent(RowKeySet oldSet,
RowKeySet newSet,
javax.faces.component.UIComponent source)
Creates a new SelectionEvent |
|
SelectionEvent(javax.faces.component.UIComponent source,
RowKeySet unselected,
RowKeySet selected)
Creates a new SelectionEvent |
Uses of RowKeySet in org.apache.myfaces.trinidad.model |
---|
Subclasses of RowKeySet in org.apache.myfaces.trinidad.model | |
---|---|
class |
RowKeySetImpl
Implements a set of rowKeys. |
class |
RowKeySetTreeImpl
Implements a collection of rowKeys from a TreeModel. |
Methods in org.apache.myfaces.trinidad.model that return RowKeySet | |
---|---|
RowKeySet |
RowKeySet.clone()
Creates a shallow clone of this set. |
Methods in org.apache.myfaces.trinidad.model with parameters of type RowKeySet | |
---|---|
boolean |
TreeModel.areRowsLocallyAvailable(int startIndex,
int rowCount,
RowKeySet disclosedRowKeys)
Check if a range of rows is locally available starting from a row index. |
boolean |
TreeLocalRowKeyIndex.areRowsLocallyAvailable(int startIndex,
int rowCount,
RowKeySet disclosedRowKeys)
Check if a range of rows is locally available starting from a row index. |
boolean |
TreeModel.areRowsLocallyAvailable(int rowCount,
RowKeySet disclosedRowKeys)
Check if a range of rows is locally available starting from current position. |
boolean |
TreeLocalRowKeyIndex.areRowsLocallyAvailable(int rowCount,
RowKeySet disclosedRowKeys)
Check if a range of rows is locally available starting from current position. |
boolean |
TreeModel.areRowsLocallyAvailable(Object startRowKey,
int rowCount,
RowKeySet disclosedRowKeys)
Check if a range of rows is locally available starting from a row key. |
boolean |
TreeLocalRowKeyIndex.areRowsLocallyAvailable(Object startRowKey,
int rowCount,
RowKeySet disclosedRowKeys)
Check if a range of rows is locally available starting from a row key. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |