|
Oracle UIX API Reference Release 2.1.22.0.0 B12196-01 |
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--oracle.cabo.data.jbo.def.NamedObjectDefImpl | +--oracle.cabo.data.jbo.def.RowDefImpl
BC4J Row definition implementation.
Constructor Summary | |
RowDefImpl()
|
Method Summary | |
oracle.jbo.Key |
getKey(BindingContext context)
Returns the Key for the current row def |
boolean |
getUsesCurrency()
Returns true the located Row should be set as the current row, or "currency", of the RowSetIterator |
boolean |
isAutoCreate()
Returns true if the Row should be automatically created when not found. |
void |
setAutoCreate(boolean autoCreate)
Sets whether the Row should be automatically created when not found. |
void |
setKey(oracle.jbo.Key key)
Sets the Key for the current row def |
void |
setKeyBinding(Binding key)
Sets the Key binding for the current row def |
void |
setUsesCurrency(boolean usesCurrency)
Returns whether the located Row should be set as the current row, or "currency", of the RowSetIterator |
Methods inherited from class oracle.cabo.data.jbo.def.NamedObjectDefImpl |
getName, setName |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Methods inherited from interface oracle.cabo.data.jbo.def.RowDef |
getName |
Constructor Detail |
public RowDefImpl()
Method Detail |
public oracle.jbo.Key getKey(BindingContext context)
getKey
in interface RowDef
public void setKey(oracle.jbo.Key key)
public void setKeyBinding(Binding key)
public boolean getUsesCurrency()
getUsesCurrency
in interface RowDef
public void setUsesCurrency(boolean usesCurrency)
public boolean isAutoCreate()
isAutoCreate
in interface RowDef
public void setAutoCreate(boolean autoCreate)
|
Oracle UIX API Reference Release 2.1.22.0.0 B12196-01 |
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |