Class TickUpdateConfigAttributes
java.lang.Object
org.eclipse.nebula.widgets.nattable.tickupdate.TickUpdateConfigAttributes
The configuration attributes for tick updates.
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final ConfigAttribute<ITickUpdateHandler>The configuration attribute for registering theITickUpdateHandlerto use.static final ConfigAttribute<Boolean>The configuration attribute to configure how the tick updates should be usable in theTickUpdateCellEditDialog. -
Method Summary
-
Field Details
-
UPDATE_HANDLER
The configuration attribute for registering theITickUpdateHandlerto use. -
USE_ADJUST_BY
The configuration attribute to configure how the tick updates should be usable in theTickUpdateCellEditDialog. If there is no value registered for this attribute the dialog will be opened with this value set tofalse.
-