|
Oracle Fusion Middleware Java API Reference for Oracle ADF Model 11g Release 1 (11.1.1.5.0) E10653-06 |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface CtrlHintsSupport
| Method Summary | |
|---|---|
java.util.List<java.lang.String> |
getContextKey()Returns the list of attributes that is to be considered the context key attributes for looking up row-level UI hints. |
java.util.List<AttrCtrlHints> |
getControlHints(Row row, java.lang.String localeName)Returns the row-level UI hints for a given locale. |
java.util.List<AttrCtrlHints> |
getControlHints(java.lang.String localeName)Returns the base UI hints for a given locale. |
boolean |
isCtrlHintsSupported()Returns a flag specifying if the underlying datasource can retrieve the static control hints defined on the server-side EOs and VOs. |
boolean |
isRowCtrlHintsSupported()Returns a flag specifying if the underlying datasource can retrieve the row-specific control hints defined on the server-side EOs and VOs. |
void |
setDataSourceDef(DataSourceDef dsDef)Sets the DataSourceDef to be used with the instance. |
| Method Detail |
|---|
boolean isCtrlHintsSupported()
true if the underlying datasource supports control hints and false otherwise.java.util.List<AttrCtrlHints> getControlHints(java.lang.String localeName)
localeName - a locale nameboolean isRowCtrlHintsSupported()
true if the underlying datasource supports row-level specific control hints and false otherwise.java.util.List<java.lang.String> getContextKey()
java.util.List<AttrCtrlHints> getControlHints(Row row,
java.lang.String localeName)
row - the data rowlocaleName - a locale namevoid setDataSourceDef(DataSourceDef dsDef)
dsDef - the datasource metadata
|
Oracle Fusion Middleware Java API Reference for Oracle ADF Model 11g Release 1 (11.1.1.5.0) E10653-06 |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||