org.eclipse.nebula.widgets.nattable.style
Interface DisplayMode
public interface DisplayMode
The various modes the table can be under.
- During normal display a cell is in NORMAL mode.
- If the contents of the cell are being edited, its in EDIT mode.
- 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.
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.