Class FillHandleConfigAttributes
java.lang.Object
org.eclipse.nebula.widgets.nattable.fillhandle.config.FillHandleConfigAttributes
This interface contains
ConfigAttributes that can be used to
configure the fill handle behavior.- Since:
- 1.4
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final ConfigAttribute<Direction>ConfigAttribute to configure the directions that are allowed for the fill handle.static final ConfigAttribute<BorderStyle>ConfigAttribute to configure the border style of the fill handle itself.static final ConfigAttribute<org.eclipse.swt.graphics.Color>ConfigAttribute to configure the color of the fill handle.static final ConfigAttribute<BorderStyle>ConfigAttribute to configure the line style used to render a special border on dragging the fill handle.static final ConfigAttribute<Integer>ConfigAttribute to configure the date field that should be incremented when inserting a series via fill handle. -
Method Summary
-
Field Details
-
FILL_HANDLE_REGION_BORDER_STYLE
ConfigAttribute to configure the line style used to render a special border on dragging the fill handle. -
FILL_HANDLE_BORDER_STYLE
ConfigAttribute to configure the border style of the fill handle itself. -
FILL_HANDLE_COLOR
ConfigAttribute to configure the color of the fill handle. -
INCREMENT_DATE_FIELD
ConfigAttribute to configure the date field that should be incremented when inserting a series via fill handle. Fields from theCalendarclass should be used for configuration. -
ALLOWED_FILL_DIRECTION
ConfigAttribute to configure the directions that are allowed for the fill handle. If nothing is specifiedDirection.BOTHwill be used implicitly.
-