|
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.table.TableDatabody
The databody for a thin table. The data appears in the databody.
Method Summary | |
java.lang.String |
getComponentName() Retrieves the name of 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 table.public java.lang.String getComponentName()
getComponentName
in interface 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
.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 |