ICell

com.change_vision.jude.api.inf.model.CRUD Interface

com.change_vision.jude.api.inf.presentation. IPresentation
+getID() :String
+getModel() :IElement
+getDiagram() :IDiagram
+getType() :String
+getProperties() :HashMap
+getProperty(String key) :String
+setProperty(String key, String value) :void
+setProperties(Map map) :void
+getLabel() :String
+setLabel(String label) :void
com.change_vision.jude.api.inf.presentation. ICell
com.change_vision.jude.api.inf.presentation. IHeaderCell
+getParent() :IHeaderCell
+isVisible() :boolean
+isColumnHeader() :boolean
+isTotal() :boolean
com.change_vision.jude.api.inf.presentation. IValueCell
+getValue() :String
+isCreate() :boolean
+isRead() :boolean
+isUpdate() :boolean
+isDelete() :boolean
+getColor() :Color
+setCreate(boolean isCreate) :void
+setRead(boolean isRead) :void
+setUpdate(boolean isUpdate) :void
+setDelete(boolean isDelete) :void
+setColor(Color color) :void