|
Oracle™ Business Intelligence Beans Java API Reference | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--oracle.dss.thin.beans.crosstab.CrosstabDatabody
The databody for a thin crosstab. The data appears in the databody.
Method Summary | |
java.lang.String |
getComponentName() Return the string name for this component. |
int |
getID() Retrieves the ID for this databody. |
ViewStyle |
getViewStyle() Retrieves the ViewStyle that specifies formatting for this databody. |
boolean |
isVisible() Indicates whether this databody is visible. |
void |
setViewStyle(ViewStyle vs) Specifies the ViewStyle that is used to format this databody. |
void |
setVisible(boolean visible) Specifies whether this databody is visible. |
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Methods inherited from interface oracle.dss.dataView.ViewComponent |
getBeanInfo |
Method Detail |
public int getID()
getID
in interface ViewComponent
DATABODY
, which identifies this as the databody component of the crosstab.public java.lang.String getComponentName()
ViewComponent
getComponentName
in interface ViewComponent
oracle.dss.dataView.ViewComponent
public void setVisible(boolean visible)
visible
- true
to display this databody, false
to hide it.public boolean isVisible()
true
if this databody is visible, false
if it is not.public ViewStyle getViewStyle()
ViewStyle
that specifies formatting for this databody. Note : Until oracle.dss.dataView.CSSStyleDefaults
are applied to the view the ViewStyle that is returned from this method will not have the correct default values. The only properties from the ViewStyle that effect this component's style are that have been explicitly set by the application programmer via ViewStyle methods or applying XML. To figure out whether a property has been explicitly set, the "use bits" of the ViewStyle are queried. For example, if setBackground() has been called on the ViewStyle, then isBackgroundUsed() will return true.getViewStyle
in interface Styleable
ViewStyle
for this databody.public void setViewStyle(ViewStyle vs)
ViewStyle
that is used to format this databody. This method creates a new ViewStyle
, using the attribute settings from the specified ViewStyle
. For the databody-specific attributes, this method copies values from the previous default ViewStyle
.setViewStyle
in interface Styleable
vs
- The ViewStyle
for this databody.
|
Oracle™ Business Intelligence Beans Java API Reference | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |