public interface Element extends TableClient.Entry, java.util.Map<java.lang.Object,java.lang.Object>
Modifier and Type | Method and Description |
---|---|
ObjectInfo |
getColInfo()
Returns the information about the column item as a
ObjectInfo
instance. |
ConnectionInfo |
getConnectionInfo() |
int |
getEditFieldCount() |
java.util.Iterator<Cell> |
getEditFields() |
long |
getId()
Returns the id of this element.
|
IntersectionData |
getIntersectionData() |
ResolvedLabel |
getLabel() |
Row |
getRow()
|
ObjectInfo |
getRowInfo()
Returns the information about the row item as a
ObjectInfo
instance. |
Status |
getStatus()
Returns the
status for this item. |
ResolvedToolTip |
getToolTip() |
boolean |
hasEditFields() |
boolean |
isConnected()
Returns true if the element represents an actual connection between the
two objects defined in the row and column.
|
boolean |
isDisabled() |
boolean |
isEvaluationRequired()
Returns true if this grid element requires an evaluation.
|
void |
setEvaluationRequired(boolean evaluationRequired)
Sets whether this grid element requires an evaluation or not.
|
getObjectId, getRelationshipId, isHighlighted, isNavigable, isSelectable, isSelected, isVisible, setHighlighted, setNavigable, setRow, setSelectable, setSelected, setVisible
long getId()
boolean isConnected()
ConnectionInfo getConnectionInfo()
connection
information, or
null, if this element does not correspond to a connection between
the items in the row and column.boolean isEvaluationRequired()
Row
, then this
method should always return true.void setEvaluationRequired(boolean evaluationRequired)
evaluationRequired
- whether this grid element requires an
evaluation or not.Row getRow()
getRow
in interface TableClient.Entry
Row
.ObjectInfo getRowInfo()
ObjectInfo
instance.ObjectInfo getColInfo()
ObjectInfo
instance.ResolvedToolTip getToolTip()
ResolvedLabel getLabel()
boolean isDisabled()
boolean hasEditFields()
int getEditFieldCount()
java.util.Iterator<Cell> getEditFields()
IntersectionData getIntersectionData()
Copyright ? Technia AB. All Rights Reserved.