Package org.eclipse.nebula.widgets.nattable.layer.event
package org.eclipse.nebula.widgets.nattable.layer.event
-
ClassDescriptionSpecialization of the CellVisualChangeEvent.Event indicating that one ore more columns were deleted from the layer.Event indicating that one ore more columns were inserted to the layer.Event indicating a change in the structure of the columns.General event indicating that columns cached by the layers need refreshing.An event that indicates a visible change to one ore more columns in the layer.Specialization of the ColumnVisualChangeEvent.Event fired by the
ILayerCommandHandler
classes (usually to signal to handling of aILayerCommand
).ILayerEventHandler<T extends ILayerEvent>An event indicating a structural change to the layer.An event which indicates a visible change to one or more cells in the layer.SpecialStructuralRefreshEvent
that returns empty lists for column and row diffs to avoid complete resetting of changes made to the NatTable by the user (e.g.Event indicating that one ore more rows were deleted from the layer.Event indicating that one ore more rows were inserted to the layer.Extension of theRowDeleteEvent
that additionally carries the deleted objects per index.Event indicating a change in the structure of the rows.An event that indicates a visible change to one ore more rows in the layer.Specialization of the RowVisualChangeEvent.Helper class providing support for modifying cached index lists for IStructuralChangeEvents.General event indicating that structures cached by the layers need refreshing.