public interface SelectableObjectInterface
Modifier and Type | Field and Description |
---|---|
static boolean |
DEFAULTSELECTIONSTATUS |
static boolean |
DISABLE |
static boolean |
ENABLE |
Modifier and Type | Method and Description |
---|---|
boolean |
getEnabled()
Method to get icon enable or not
|
boolean |
getIsSelected()
Method to get selected status
|
java.lang.String |
getSelectableObjectLabel()
Method to get selectable object label(for example name)
|
void |
setEnabled(boolean isEnable)
Method to set icon enable or not
|
void |
setIsSelected(boolean isSelected)
Method to set selected status
|
static final boolean DEFAULTSELECTIONSTATUS
static final boolean ENABLE
static final boolean DISABLE
java.lang.String getSelectableObjectLabel()
boolean getIsSelected()
void setIsSelected(boolean isSelected)
isSelected
- booleanboolean getEnabled()
void setEnabled(boolean isEnable)
isEnable
- boolean