|
Oracle Fusion Middleware Java API Reference for Oracle ADF Faces 12c Release 1 (12.1.2.0.0) E23185-01 |
|||||||||
| 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 Object |
getAppendIdentifier()Get the append identifier |
abstract String[] |
getAttributeNames()Get the names of attributes whose values are changed |
abstract Object |
getAttributeValue(String name)Get the value of the attribute |
abstract ActiveDataEntry.ChangeType |
getChangeType() |
abstract Object |
getFormattedAttributeValue(String name)Get the formatted value of the attribute |
abstract Object[] |
getInsertKeyPath()Get the key path of the insert location |
abstract Object[] |
getKeyPath()Get the key path |
static 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 Object[] getKeyPath()
public abstract Object[] getInsertKeyPath()
public abstract String[] getAttributeNames()
public abstract Object getAttributeValue(String name)
public abstract Object getFormattedAttributeValue(String name)
public static Object getSkipLevelIdentifier()
public static Object getAppendIdentifier()
|
Oracle Fusion Middleware Java API Reference for Oracle ADF Faces 12c Release 1 (12.1.2.0.0) E23185-01 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
Copyright © 2013 Oracle Corporation. All Rights Reserved.