|
Oracle Data-aware Controls Reference | ||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectoracle.dacf.control.swing.TreeNodeDef
Encapsulates the information supplied via TreeControl.setNodeDefinitions(). The TreeNodeDef class is primarily an internal bookkeeping class. The public methods
Method Summary | |
java.lang.String |
getDisplayColName()
|
java.lang.String[] |
getForeignKeyColNames()
Returns the names of the columns that compose the foreign key for the DataItem. |
java.lang.String[] |
getPrimaryKeyColNames()
Returns the names of the columns that compose the primary key for the DataItem. |
java.lang.String |
getRowsetName()
|
boolean |
isSelfReferential()
Indicates whether the node definition recurses back into itself. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
public boolean isSelfReferential()
public java.lang.String getRowsetName()
public java.lang.String getDisplayColName()
public java.lang.String[] getPrimaryKeyColNames()
public java.lang.String[] getForeignKeyColNames()
|
Oracle Data-aware Controls Reference | ||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Copyright © 1997, 2003, Oracle. All rights reserved.