|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.ibm.commons.iloader.node.views.DataNodeBinding
public class DataNodeBinding
A class that wraps the functionality of a DataNode. Provides access to the underlying DataNode.
DataNode| Constructor Summary | |
|---|---|
DataNodeBinding(DataNode dataNode)
Constructs a new instance of this class |
|
| Method Summary | |
|---|---|
int |
getCurrentRow()
Returns the row as stored in DataNode.getCurrentRow() |
DataNode |
getDataNode()
|
boolean |
isCurrentRow(int row)
Determines if the provided int is the current row of the DataNode |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public DataNodeBinding(DataNode dataNode)
dataNode - the DataNode object that is to be associated with this object| Method Detail |
|---|
public DataNode getDataNode()
DataNodepublic int getCurrentRow()
DataNode.getCurrentRow()
public boolean isCurrentRow(int row)
row - the value being tested
getCurrentRow()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||