org.eclipse.nebula.widgets.nattable.style
Interface DisplayMode


public interface DisplayMode

The various modes the table can be under.

  1. During normal display a cell is in NORMAL mode.
  2. If the contents of the cell are being edited, its in EDIT mode.
  3. If a cell has been selected, its in SELECT mode.
These modes are used to bind different settings to different modes. For example, a different style can be registered for a cell when it is in SELECT mode.


Field Summary
static String EDIT
           
static String HOVER
           
static String NORMAL
           
static String SELECT
           
static String SELECT_HOVER
           
 

Field Detail

NORMAL

static final String NORMAL
See Also:
Constant Field Values

SELECT

static final String SELECT
See Also:
Constant Field Values

EDIT

static final String EDIT
See Also:
Constant Field Values

HOVER

static final String HOVER
See Also:
Constant Field Values

SELECT_HOVER

static final String SELECT_HOVER
See Also:
Constant Field Values


Copyright © 2014. All rights reserved.