Uses of Interface
org.eclipse.nebula.widgets.nattable.data.IRowIdAccessor
Packages that use IRowIdAccessor
Package
Description
-
Uses of IRowIdAccessor in org.eclipse.nebula.widgets.nattable.blink
Constructors in org.eclipse.nebula.widgets.nattable.blink with parameters of type IRowIdAccessorModifierConstructorDescriptionBlinkLayer(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) UpdateEventsCache(IRowIdAccessor<T> rowIdAccessor, org.eclipse.nebula.widgets.nattable.blink.KeyStrategy keyStrategy, ScheduledExecutorService cleanupScheduler) -
Uses of IRowIdAccessor in org.eclipse.nebula.widgets.nattable.datachange
Constructors in org.eclipse.nebula.widgets.nattable.datachange with parameters of type IRowIdAccessorModifierConstructorDescriptionIdIndexKeyHandler(IRowDataProvider<T> rowDataProvider, IRowIdAccessor<T> rowIdAccessor) Creates anIdIndexKeyHandlerthat identifies the type to handle via reflection.IdIndexKeyHandler(IRowDataProvider<T> rowDataProvider, IRowIdAccessor<T> rowIdAccessor, Class<T> type) -
Uses of IRowIdAccessor in org.eclipse.nebula.widgets.nattable.examples.fixtures
Constructors in org.eclipse.nebula.widgets.nattable.examples.fixtures with parameters of type IRowIdAccessorModifierConstructorDescriptionFullFeaturedBodyLayerStack(ca.odell.glazedlists.EventList<T> eventList, IRowIdAccessor<T> rowIdAccessor, String[] propertyNames, IConfigRegistry configRegistry, ColumnGroupModel columnGroupModel) FullFeaturedBodyLayerStack(ca.odell.glazedlists.EventList<T> eventList, IRowIdAccessor<T> rowIdAccessor, String[] propertyNames, IConfigRegistry configRegistry, ColumnGroupModel columnGroupModel, boolean useDefaultConfiguration) -
Uses of IRowIdAccessor in org.eclipse.nebula.widgets.nattable.extension.glazedlists.hideshow
Constructors in org.eclipse.nebula.widgets.nattable.extension.glazedlists.hideshow with parameters of type IRowIdAccessorModifierConstructorDescriptionGlazedListsRowHideShowLayer(ILayer underlyingLayer, IRowDataProvider<T> rowDataProvider, IRowIdAccessor<T> rowIdAccessor) Creates aGlazedListsRowHideShowLayerfor adding row hide/show for GlazedLists based NatTables.GlazedListsRowHideShowLayer(ILayer underlyingLayer, IRowDataProvider<T> rowDataProvider, IRowIdAccessor<T> rowIdAccessor, ca.odell.glazedlists.FilterList<T> filterList) Creates aGlazedListsRowHideShowLayerfor 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 aGlazedListsRowHideShowLayerfor adding row hide/show for GlazedLists based NatTables. -
Uses of IRowIdAccessor in org.eclipse.nebula.widgets.nattable.hideshow
Fields in org.eclipse.nebula.widgets.nattable.hideshow declared as IRowIdAccessorModifier and TypeFieldDescriptionprotected final IRowIdAccessor<T>RowIdHideShowLayer.rowIdAccessorConstructors in org.eclipse.nebula.widgets.nattable.hideshow with parameters of type IRowIdAccessorModifierConstructorDescriptionRowIdHideShowLayer(IUniqueIndexLayer underlyingLayer, IRowDataProvider<T> rowDataProvider, IRowIdAccessor<T> rowIdAccessor) -
Uses of IRowIdAccessor in org.eclipse.nebula.widgets.nattable.layer.cell
Constructors in org.eclipse.nebula.widgets.nattable.layer.cell with parameters of type IRowIdAccessorModifierConstructorDescriptionRowOverrideLabelAccumulator(IRowDataProvider<T> dataProvider, IRowIdAccessor<T> idAccessor) -
Uses of IRowIdAccessor in org.eclipse.nebula.widgets.nattable.selection
Fields in org.eclipse.nebula.widgets.nattable.selection declared as IRowIdAccessorModifier and TypeFieldDescriptionprotected final IRowIdAccessor<R>RowSelectionModel.rowIdAccessorConstructors in org.eclipse.nebula.widgets.nattable.selection with parameters of type IRowIdAccessorModifierConstructorDescriptionRowSelectionModel(SelectionLayer selectionLayer, IRowDataProvider<R> rowDataProvider, IRowIdAccessor<R> rowIdAccessor) RowSelectionModel(SelectionLayer selectionLayer, IRowDataProvider<R> rowDataProvider, IRowIdAccessor<R> rowIdAccessor, boolean multipleSelectionAllowed) -
Uses of IRowIdAccessor in org.eclipse.nebula.widgets.nattable.selection.preserve
Constructors in org.eclipse.nebula.widgets.nattable.selection.preserve with parameters of type IRowIdAccessorModifierConstructorDescriptionPreserveSelectionModel(IUniqueIndexLayer selectionLayer, IRowDataProvider<T> rowDataProvider, IRowIdAccessor<T> rowIdAccessor) Creates a row sortable selection modelSummaryRowPreserveSelectionModel(IUniqueIndexLayer selectionLayer, IRowDataProvider<T> rowDataProvider, IRowIdAccessor<T> rowIdAccessor) Creates a row sortable selection model that supports selection in a summary row.