Interface IMenuItemState

All Known Implementing Classes:
VisibleColumnsRemaining

public interface IMenuItemState
  • Method Summary

    Modifier and Type
    Method
    Description
    boolean
    isActive(NatEventData natEventData)
    Return whether this state is currently active or not.
  • Method Details

    • isActive

      boolean isActive(NatEventData natEventData)
      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.
      Parameters:
      natEventData - NatTable location information where the popup menu was requested.
      Returns:
      true if the state is active.