|
Oracle Fusion Middleware Java API Reference for Oracle ADF Faces 11g Release 1 (11.1.1) E10684-04 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Object
oracle.adf.view.rich.event.ActiveDataEntry
public abstract class ActiveDataEntry
ActiveDataEntry is the abstract base class represents active data change.
| Nested Class Summary | |
|---|---|
static class |
ActiveDataEntry.ChangeTypePossible change types of active data |
| Constructor Summary | |
|---|---|
ActiveDataEntry() |
|
| Method Summary | |
|---|---|
static java.lang.Object |
getAppendIdentifier()Get the append identifier |
abstract java.lang.String[] |
getAttributeNames()Get the names of attributes whose values are changed |
abstract java.lang.Object |
getAttributeValue(java.lang.String name)Get the value of the attribute |
abstract ActiveDataEntry.ChangeType |
getChangeType() |
abstract java.lang.Object |
getFormattedAttributeValue(java.lang.String name)Get the formatted value of the attribute |
abstract java.lang.Object[] |
getInsertKeyPath()Get the key path of the insert location |
abstract java.lang.Object[] |
getKeyPath()Get the key path |
static java.lang.Object |
getSkipLevelIdentifier()Get the skip level inderfier |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public ActiveDataEntry()
| Method Detail |
|---|
public abstract ActiveDataEntry.ChangeType getChangeType()
public abstract java.lang.Object[] getKeyPath()
public abstract java.lang.Object[] getInsertKeyPath()
public abstract java.lang.String[] getAttributeNames()
public abstract java.lang.Object getAttributeValue(java.lang.String name)
public abstract java.lang.Object getFormattedAttributeValue(java.lang.String name)
public static java.lang.Object getSkipLevelIdentifier()
public static java.lang.Object getAppendIdentifier()
|
Oracle Fusion Middleware Java API Reference for Oracle ADF Faces 11g Release 1 (11.1.1) E10684-04 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||