|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Uses of IRowDataProvider in org.eclipse.nebula.widgets.nattable.blink |
---|
Constructors in org.eclipse.nebula.widgets.nattable.blink with parameters of type IRowDataProvider | |
---|---|
BlinkLayer(IUniqueIndexLayer dataLayer,
IRowDataProvider<T> listDataProvider,
IRowIdAccessor<T> rowIdAccessor,
IColumnPropertyResolver columnPropertyResolver,
IConfigRegistry configRegistry)
|
|
BlinkLayer(IUniqueIndexLayer dataLayer,
IRowDataProvider<T> listDataProvider,
IRowIdAccessor<T> rowIdAccessor,
IColumnPropertyResolver columnPropertyResolver,
IConfigRegistry configRegistry,
boolean triggerBlinkOnRowUpdate)
|
|
BlinkLayer(IUniqueIndexLayer dataLayer,
IRowDataProvider<T> listDataProvider,
IRowIdAccessor<T> rowIdAccessor,
IColumnPropertyResolver columnPropertyResolver,
IConfigRegistry configRegistry,
boolean triggerBlinkOnRowUpdate,
ScheduledExecutorService scheduler)
|
Uses of IRowDataProvider in org.eclipse.nebula.widgets.nattable.data |
---|
Classes in org.eclipse.nebula.widgets.nattable.data that implement IRowDataProvider | |
---|---|
class |
AbstractFilterListDataProvider<T>
Enables the use of a List containing POJO(s) as a backing data
source. |
class |
ListDataProvider<T>
Enables the use of a List containing POJO(s) as a backing data
source. |
Uses of IRowDataProvider in org.eclipse.nebula.widgets.nattable.examples.fixtures |
---|
Classes in org.eclipse.nebula.widgets.nattable.examples.fixtures that implement IRowDataProvider | |
---|---|
class |
ColumnStructureUpdatesExampleGridLayer.ListDataProviderExample<E>
|
Uses of IRowDataProvider in org.eclipse.nebula.widgets.nattable.extension.glazedlists |
---|
Classes in org.eclipse.nebula.widgets.nattable.extension.glazedlists that implement IRowDataProvider | |
---|---|
class |
GlazedListsDataProvider<T>
This class implements "last row" caching for much faster column value access on the table. |
Uses of IRowDataProvider in org.eclipse.nebula.widgets.nattable.extension.glazedlists.hideshow |
---|
Constructors in org.eclipse.nebula.widgets.nattable.extension.glazedlists.hideshow with parameters of type IRowDataProvider | |
---|---|
GlazedListsRowHideShowLayer(ILayer underlyingLayer,
IRowDataProvider<T> rowDataProvider,
IRowIdAccessor<T> rowIdAccessor)
Creates a GlazedListsRowHideShowLayer for adding row hide/show
for GlazedLists based NatTables. |
|
GlazedListsRowHideShowLayer(ILayer underlyingLayer,
IRowDataProvider<T> rowDataProvider,
IRowIdAccessor<T> rowIdAccessor,
ca.odell.glazedlists.matchers.CompositeMatcherEditor<T> matcherEditor)
Creates a GlazedListsRowHideShowLayer for adding row hide/show
for GlazedLists based NatTables. |
|
GlazedListsRowHideShowLayer(ILayer underlyingLayer,
IRowDataProvider<T> rowDataProvider,
IRowIdAccessor<T> rowIdAccessor,
ca.odell.glazedlists.FilterList<T> filterList)
Creates a GlazedListsRowHideShowLayer for adding row hide/show
for GlazedLists based NatTables. |
Uses of IRowDataProvider in org.eclipse.nebula.widgets.nattable.grid.data |
---|
Classes in org.eclipse.nebula.widgets.nattable.grid.data that implement IRowDataProvider | |
---|---|
class |
DefaultBodyDataProvider<T>
|
Uses of IRowDataProvider in org.eclipse.nebula.widgets.nattable.group.model |
---|
Methods in org.eclipse.nebula.widgets.nattable.group.model that return IRowDataProvider | |
---|---|
IRowDataProvider<T> |
RowGroupModel.getDataProvider()
|
IRowDataProvider<T> |
IRowGroupModel.getDataProvider()
|
Methods in org.eclipse.nebula.widgets.nattable.group.model with parameters of type IRowDataProvider | |
---|---|
void |
RowGroupModel.setDataProvider(IRowDataProvider<T> dataProvider)
|
void |
IRowGroupModel.setDataProvider(IRowDataProvider<T> dataProvider)
Required for the index-to-row cache to populate itseld. |
Uses of IRowDataProvider in org.eclipse.nebula.widgets.nattable.layer.cell |
---|
Constructors in org.eclipse.nebula.widgets.nattable.layer.cell with parameters of type IRowDataProvider | |
---|---|
CellOverrideLabelAccumulator(IRowDataProvider<T> dataProvider)
|
|
ClassNameConfigLabelAccumulator(IRowDataProvider<?> dataProvider)
|
|
RowOverrideLabelAccumulator(IRowDataProvider<T> dataProvider,
IRowIdAccessor<T> idAccessor)
|
Uses of IRowDataProvider in org.eclipse.nebula.widgets.nattable.selection |
---|
Fields in org.eclipse.nebula.widgets.nattable.selection declared as IRowDataProvider | |
---|---|
protected IRowDataProvider<R> |
RowSelectionModel.rowDataProvider
|
Methods in org.eclipse.nebula.widgets.nattable.selection with parameters of type IRowDataProvider | |
---|---|
void |
RowSelectionProvider.updateSelectionProvider(SelectionLayer selectionLayer,
IRowDataProvider<T> rowDataProvider)
Updates this RowSelectionProvider so it handles the selection of another SelectionLayer and IRowDataProvider. |
Constructors in org.eclipse.nebula.widgets.nattable.selection with parameters of type IRowDataProvider | |
---|---|
RowPostSelectionProvider(NatTable natTable,
SelectionLayer selectionLayer,
IRowDataProvider<T> rowDataProvider)
|
|
RowPostSelectionProvider(NatTable natTable,
SelectionLayer selectionLayer,
IRowDataProvider<T> rowDataProvider,
boolean fullySelectedRowsOnly)
|
|
RowSelectionModel(SelectionLayer selectionLayer,
IRowDataProvider<R> rowDataProvider,
IRowIdAccessor<R> rowIdAccessor)
|
|
RowSelectionModel(SelectionLayer selectionLayer,
IRowDataProvider<R> rowDataProvider,
IRowIdAccessor<R> rowIdAccessor,
boolean multipleSelectionAllowed)
|
|
RowSelectionPreserver(SelectionLayer selectionLayer,
IRowDataProvider<T> rowDataProvider)
Deprecated. |
|
RowSelectionProvider(SelectionLayer selectionLayer,
IRowDataProvider<T> rowDataProvider)
Create a RowSelectionProvider that only handles fully selected rows and only fires SelectionChangedEvents if the row selection changes. |
|
RowSelectionProvider(SelectionLayer selectionLayer,
IRowDataProvider<T> rowDataProvider,
boolean fullySelectedRowsOnly)
Create a RowSelectionProvider that only fires SelectionChangedEvents if the row selection changes. |
|
RowSelectionProvider(SelectionLayer selectionLayer,
IRowDataProvider<T> rowDataProvider,
boolean fullySelectedRowsOnly,
boolean handleSameRowSelection)
Create a RowSelectionProvider configured with the given parameters. |
Uses of IRowDataProvider in org.eclipse.nebula.widgets.nattable.selection.preserve |
---|
Constructors in org.eclipse.nebula.widgets.nattable.selection.preserve with parameters of type IRowDataProvider | |
---|---|
PreserveSelectionModel(IUniqueIndexLayer selectionLayer,
IRowDataProvider<T> rowDataProvider,
IRowIdAccessor<T> rowIdAccessor)
Creates a row sortable selection model |
Uses of IRowDataProvider in org.eclipse.nebula.widgets.nattable.test.fixture.data |
---|
Classes in org.eclipse.nebula.widgets.nattable.test.fixture.data that implement IRowDataProvider | |
---|---|
class |
KittenDataProviderFixture
DataProvider that provides for real row objects. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |