|
Oracle Fusion Middleware Java API Reference for Oracle Extension SDK Reference 11g Release 1 (11.1.1.9.0) E52944-01 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface LogOwner
The LogOwner interface should be implemented by views that manage LogPages.
| Method Summary | |
|---|---|
View |
getLogOwnerView()Returns the View that backs this LogOwner. |
void |
highlightPage(LogPage page)This method sets the specified LogPage to be displayed as highlighted to indicate that the page content has changed |
boolean |
isClosed()This method indicates whether the this owner was closed by the user. |
void |
selectPage(LogPage page)Select the specified page and make it visible to the user |
| Method Detail |
|---|
void selectPage(LogPage page)
page and make it visible to the userpage - the page to select.boolean isClosed()
void highlightPage(LogPage page)
LogPage to be displayed as highlighted to indicate that the page content has changedpage - the LogPage to set as highlightedView getLogOwnerView()
View that backs this LogOwner. If the class implmenting LogOwner is also the View, this method should return this.
|
Oracle Fusion Middleware Java API Reference for Oracle Extension SDK Reference 11g Release 1 (11.1.1.9.0) E52944-01 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||