Class BodyHoverStylingBindings

  • All Implemented Interfaces:
    IConfiguration

    public class BodyHoverStylingBindings
    extends AbstractUiBindingConfiguration
    UI bindings for applying and clearing styles when moving the mouse over NatTable cells. Is registered together with the HoverLayer that is used to add the hover styling functionality.
    See Also:
    HoverLayer
    • Constructor Detail

      • BodyHoverStylingBindings

        public BodyHoverStylingBindings​(HoverLayer layer)
        Parameters:
        layer - The HoverLayer that is used to add hover styling.
    • Method Detail

      • configureUiBindings

        public void configureUiBindings​(UiBindingRegistry uiBindingRegistry)
        Description copied from interface: IConfiguration
        Configure NatTable's UiBindingRegistry upon receiving this callback. A mechanism to customize key/mouse bindings.
        Parameters:
        uiBindingRegistry - The UiBindingRegistry instance to register ui bindings to.