Package | Description |
---|---|
org.apache.myfaces.trinidad.component | |
org.apache.myfaces.trinidad.event | |
org.apache.myfaces.trinidad.model |
Modifier and Type | Method and Description |
---|---|
RowKeySet |
UIXPage.getDisclosedRowKeys()
Gets the set of disclosed rows for this component.
|
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 |
UIXListView.getGroupDisclosedRowKeys()
Gets the set of disclosed groups for this component.
|
RowKeySet |
UIXListView.getSelectedRowKeys()
Gets the selection state for this component.
|
RowKeySet |
UIXTable.getSelectedRowKeys()
Gets the selection state for this component.
|
RowKeySet |
UIXTree.getSelectedRowKeys()
Gets the selection state for this component.
|
Modifier and Type | Method and Description |
---|---|
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 |
UIXPage.setDisclosedRowKeys(RowKeySet disclosedRowKeys)
Sets the set of disclosed rows for this component.
|
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 |
UIXListView.setGroupDisclosedRowKeys(RowKeySet groupDisclosedRowKeys)
Sets the set of disclosed groups for this component.
|
void |
UIXListView.setSelectedRowKeys(RowKeySet selectedRowKeys)
Sets the selection state 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) |
Modifier and Type | Method and Description |
---|---|
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.
|
Constructor and Description |
---|
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
|
Modifier and Type | Class and Description |
---|---|
class |
RowKeySetImpl
Implements a set of rowKeys.
|
class |
RowKeySetTreeImpl
Implements a collection of rowKeys from a TreeModel.
|
Modifier and Type | Method and Description |
---|---|
RowKeySet |
RowKeySet.clone()
Creates a shallow clone of this set.
|
Modifier and Type | Method and Description |
---|---|
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.
|
Copyright © 2001-2017 The Apache Software Foundation. All Rights Reserved.