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

public class UnFreezeGridCommand extends AbstractContextFreeCommand implements IFreezeCommand
Simple command to unfreeze a frozen state.
  • Constructor Details

    • UnFreezeGridCommand

      public UnFreezeGridCommand()
  • Method Details

    • isToggle

      public boolean isToggle()
      Description copied from interface: IFreezeCommand
      Indicates whether this command should toggle the frozen state between frozen and unfrozen, or if it should always result in a frozen state.
      Specified by:
      isToggle in interface IFreezeCommand
      Returns:
      true if a frozen state should be unfrozen when it is tried to freeze again
    • isOverrideFreeze

      public boolean isOverrideFreeze()
      Description copied from interface: IFreezeCommand
      Indicates whether this command should override a current frozen state or if it should be skipped if a frozen state is already applied.
      Specified by:
      isOverrideFreeze in interface IFreezeCommand
      Returns:
      true if a current freeze state should be overriden, false if a requested freeze should be skipped on a already frozen state.