|
Oracle™ Business Intelligence Beans Java API Reference | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Methods that are common to Java-client views and HTML-client views.
Method Summary | |
DataSource |
getDataSource() Retrieves the data source for this view. |
ErrorHandler |
getErrorHandler() Retrieves the current error handler for this view. |
int |
getHTMLPagingControlWidth() Retrieves the number of page items that are displayed before the paging control wraps. |
java.util.Locale |
getLocale() Retrieves the Locale for this DataviewCommon . |
Model |
getModel() Retrieves the model for this DataviewCommon . |
boolean |
isHTMLPagingControlAutosubmit() Indicates whether paging control changes are automatically submitted. |
void |
setDataSource(DataSource ds) Specifies the data source for this view. |
void |
setHTMLPagingControlAutosubmit(boolean autosubmit) Specifies whether paging control changes are automatically submitted. |
void |
setHTMLPagingControlWidth(int width) Specifies the number of page items that are displayed before the paging control wraps to a new line. |
Methods inherited from interface oracle.dss.rules.ComponentTypeConverter |
convertComponentTypeToInteger, convertComponentTypeToString |
Method Detail |
public ErrorHandler getErrorHandler()
public java.util.Locale getLocale()
Locale
for this DataviewCommon
.loc
- The Locale
for this DataviewCommon
.public Model getModel()
DataviewCommon
. The model represents the data that this DataviewCommon
displays.DataviewCommon
.public void setHTMLPagingControlAutosubmit(boolean autosubmit)
autosubmit
- true
to enable automatic submission, false
to disable it.public boolean isHTMLPagingControlAutosubmit()
true
if changes are automatically submitted, false
if they are not.public void setHTMLPagingControlWidth(int width)
width
- The number of page items to display before wrapping. To display all page items on the same line, pass -1.public int getHTMLPagingControlWidth()
public void setDataSource(DataSource ds)
Model
class in a presentation bean represents the DataSource
to the view, but the DataSource
is the real source of the data.ds
- The data source for this view.public DataSource getDataSource()
DataSource
for this view. If no model or data source has been set for this view, this method returns null
.
|
Oracle™ Business Intelligence Beans Java API Reference | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |