public final class SimpleSelectionModel extends java.lang.Object implements SelectionModel
Modifier and Type | Field and Description |
---|---|
static SimpleSelectionModel |
MULTIPLE |
static SimpleSelectionModel |
MULTIPLE_ALL_DISABLED |
static SimpleSelectionModel |
NONE |
static SimpleSelectionModel |
PREVENT |
static SimpleSelectionModel |
SINGLE |
Constructor and Description |
---|
SimpleSelectionModel(com.technia.tvc.core.gui.common.RowSelectType type) |
SimpleSelectionModel(com.technia.tvc.core.gui.common.RowSelectType type,
boolean selectAllEnabled) |
Modifier and Type | Method and Description |
---|---|
com.technia.tvc.core.gui.common.RowSelectType |
getRowSelectType() |
boolean |
isSelectAllEnabled() |
public static final SimpleSelectionModel NONE
public static final SimpleSelectionModel SINGLE
public static final SimpleSelectionModel MULTIPLE
public static final SimpleSelectionModel PREVENT
public static final SimpleSelectionModel MULTIPLE_ALL_DISABLED
public SimpleSelectionModel(com.technia.tvc.core.gui.common.RowSelectType type)
public SimpleSelectionModel(com.technia.tvc.core.gui.common.RowSelectType type, boolean selectAllEnabled)
public com.technia.tvc.core.gui.common.RowSelectType getRowSelectType()
getRowSelectType
in interface SelectionModel
RowSelectType.MULTIPLE
,
RowSelectType.SINGLE
,
RowSelectType.NONE
,
RowSelectType.PREVENT
public boolean isSelectAllEnabled()
isSelectAllEnabled
in interface SelectionModel
Copyright © Technia AB. All Rights Reserved.