Class VisibleColumnsRemaining
java.lang.Object
org.eclipse.nebula.widgets.nattable.ui.menu.VisibleColumnsRemaining
- All Implemented Interfaces:
IMenuItemState
This
IMenuItemState
is active if
- less columns are selected than are visible in total
- and more than one column is visible.
-
Constructor Summary
ConstructorDescriptionVisibleColumnsRemaining
(SelectionLayer selectionLayer) AIMenuItemState
that is active if not all columns are selected and more than one column is visible. -
Method Summary
Modifier and TypeMethodDescriptionboolean
isActive
(NatEventData natEventData) Return whether this state is currently active or not.
-
Constructor Details
-
VisibleColumnsRemaining
AIMenuItemState
that is active if not all columns are selected and more than one column is visible.- Parameters:
selectionLayer
- the selection layer used to check for total visible and selected columns.
-
-
Method Details
-
isActive
Description copied from interface:IMenuItemState
Return whether this state is currently active or not. Active means, that the menu item property this state is associated with will apply. E.g. if the state is used in conjunction with 'enablement', active means the menu item is to be enabled. This method is called every time the popup menu is shown.- Specified by:
isActive
in interfaceIMenuItemState
- Parameters:
natEventData
- NatTable location information where the popup menu was requested.- Returns:
true
if the state is active.
-