|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
com.change_vision.jude.api.inf.presentation.IValueCell
Interface for CRUD value cell.
Method Summary | |
abstract Color |
getColor()
Get Color. |
abstract String |
getValue()
Get Value. |
abstract boolean |
isCreate()
Check if Create is specified. |
abstract boolean |
isDelete()
Check if Delete is specified. |
abstract boolean |
isRead()
Check if Read is specified. |
abstract boolean |
isUpdate()
Check if Update is specified. |
Methods inherited from class com.change_vision.jude.api.inf.presentation.IPresentation |
getID |
Methods inherited from class com.change_vision.jude.api.inf.model.IHyperlinkOwner |
createElementHyperlink, createFileHyperlink, createURLHyperlink, deleteHyperlink, getHyperlinks |
Method Detail |
public abstract String getValue()
public abstract boolean isCreate()
public abstract boolean isRead()
public abstract boolean isUpdate()
public abstract boolean isDelete()
public abstract Color getColor()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |