Class UnFreezeGridCommand
java.lang.Object
org.eclipse.nebula.widgets.nattable.command.AbstractContextFreeCommand
org.eclipse.nebula.widgets.nattable.freeze.command.UnFreezeGridCommand
- All Implemented Interfaces:
ILayerCommand,IFreezeCommand
Simple command to unfreeze a frozen state.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanIndicates whether this command should override a current frozen state or if it should be skipped if a frozen state is already applied.booleanisToggle()Indicates whether this command should toggle the frozen state between frozen and unfrozen, or if it should always result in a frozen state.Methods inherited from class org.eclipse.nebula.widgets.nattable.command.AbstractContextFreeCommand
cloneCommand, convertToTargetLayerMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.eclipse.nebula.widgets.nattable.command.ILayerCommand
cloneCommand, convertToTargetLayer
-
Constructor Details
-
UnFreezeGridCommand
public UnFreezeGridCommand()
-
-
Method Details
-
isToggle
public boolean isToggle()Description copied from interface:IFreezeCommandIndicates whether this command should toggle the frozen state between frozen and unfrozen, or if it should always result in a frozen state.- Specified by:
isTogglein interfaceIFreezeCommand- Returns:
trueif a frozen state should be unfrozen when it is tried to freeze again
-
isOverrideFreeze
public boolean isOverrideFreeze()Description copied from interface:IFreezeCommandIndicates whether this command should override a current frozen state or if it should be skipped if a frozen state is already applied.- Specified by:
isOverrideFreezein interfaceIFreezeCommand- Returns:
trueif a current freeze state should be overriden,falseif a requested freeze should be skipped on a already frozen state.
-