| 
Oracle Fusion Middleware Java API Reference for Oracle Extension SDK Reference 11g Release 1 (11.1.1.6.0) E13403-07  | 
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface HistoryModel
The model for HistoryComponent. The history is made up of a series of HistoryEntry instances. Each entry may have properties, defined by HistoryProperty.
| Method Summary | |
|---|---|
 void | 
addHistoryModelListener(HistoryModelListener vhl)
Add a listener that will be notified of changes to this model.  | 
 HistoryProperty[] | 
getDefaultProperties()
Get all default available properties for entries in this history.  | 
 HistoryEntry | 
getEntry(int index)
Get the entry at the specified index in this history.  | 
 HistoryProperty[] | 
getProperties()
Get all available properties for entries in this history.  | 
 int | 
getSize()
Get the number of entries in this model.  | 
 boolean | 
isComplete()
Whether the model is complete.  | 
 void | 
removeHistoryModelListener(HistoryModelListener vhl)
Remove a listener previously added via the addVersionHistoryListener method.  | 
| Method Detail | 
|---|
int getSize()
HistoryEntry getEntry(int index)
index - the index of the entry
HistoryProperty[] getProperties()
HistoryProperty[] getDefaultProperties()
void addHistoryModelListener(HistoryModelListener vhl)
vhl - a listener to add.void removeHistoryModelListener(HistoryModelListener vhl)
vhl - a listener to remove.boolean isComplete()
  | 
Oracle Fusion Middleware Java API Reference for Oracle Extension SDK Reference 11g Release 1 (11.1.1.6.0) E13403-07  | 
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||