public interface MacFinderTreeNode
| Modifier and Type | Field and Description |
|---|---|
static String |
CODE_ATTR |
static String |
LEFT_SQUERE_BRACKET |
static String |
NAME_ATTR |
static String |
RIGH_SQUERE_BRACKET |
static String |
UNDEFINED_ATTR |
| Modifier and Type | Method and Description |
|---|---|
MacFinderTreeColumn |
getContainingColumn() |
AbstractDao |
getDao() |
String |
getDisplayedLabel() |
TypedObject |
getOriginalItem() |
int |
getQuantity() |
boolean |
isNameAttributeExist() |
boolean |
isSelected() |
boolean |
isVisible() |
void |
setOriginalItem(TypedObject originalItem) |
void |
setParentColumn(MacFinderTreeColumn column) |
void |
setQuantity(int quantity) |
void |
setSelected(boolean selected) |
static final String NAME_ATTR
static final String CODE_ATTR
static final String UNDEFINED_ATTR
static final String RIGH_SQUERE_BRACKET
static final String LEFT_SQUERE_BRACKET
void setParentColumn(MacFinderTreeColumn column)
MacFinderTreeColumn getContainingColumn()
boolean isSelected()
void setSelected(boolean selected)
void setQuantity(int quantity)
int getQuantity()
String getDisplayedLabel() throws JaloSecurityException
JaloSecurityExceptionTypedObject getOriginalItem()
void setOriginalItem(TypedObject originalItem)
AbstractDao getDao()
boolean isNameAttributeExist()
throws JaloSecurityException
JaloSecurityExceptionboolean isVisible()
Copyright © 2017 SAP SE. All Rights Reserved.