|
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.bali.ewt.graphics.Appearance
|
+--oracle.dss.dataView.managers.ViewStyle
Contains style properties.
Note: While thin presentation beans use ViewStyle objects to specify styles for components, thin beans use only a subset of the style properties. Descriptions of individual methods describe HTML-client differences.
| Field Summary | |
static int |
ALL_BORDERSAll borders of the cell. |
static int |
BORDER_STYLE_DASHBorder style: dashed line. |
static int |
BORDER_STYLE_DASH_DOT_DOTBorder style: dash-dot-dot (_.._.._..). |
static int |
BORDER_STYLE_DOTBorder style: dotted line. |
static int |
BORDER_STYLE_DOT_DASHBorder style: dot-dash (._._._). |
static int |
BORDER_STYLE_DOUBLEBorder style: double line. |
static int |
BORDER_STYLE_NO_LINEBorder style: no border. |
static int |
BORDER_STYLE_NOT_USEDBorder style: no border. |
static int |
BORDER_STYLE_SOLIDBorder style: solid line. |
static int |
BOTTOM_BORDERBottom border of the cell. |
static int |
CELL_EDITABLECell Edit Style: Databody cell in a thin crosstab or table can be edited. |
static int |
CELL_NOT_EDITABLECell Edit Style: Databody cell in a thin crosstab or table cannot be edited. |
static int |
LEFT_BORDERLeft border of the cell. |
static int |
RIGHT_BORDERRight border of the cell. |
static int |
TOP_BORDERTop border of the cell. |
| Fields inherited from class oracle.bali.ewt.graphics.Appearance |
HORIZONTAL_JUSTIFY_CENTER, HORIZONTAL_JUSTIFY_DEFAULT, HORIZONTAL_JUSTIFY_LEFT, HORIZONTAL_JUSTIFY_RIGHT, VERTICAL_JUSTIFY_BOTTOM, VERTICAL_JUSTIFY_MIDDLE, VERTICAL_JUSTIFY_TOP |
| Constructor Summary | |
ViewStyle()Constructor that uses default ViewStyle values. | |
| Method Summary | |
void |
clearUsedBits()Sets all of the "used" ViewStyle properties to false. |
java.lang.Object |
clone()Clones this ViewStyle object. |
boolean |
equals(java.lang.Object o)Indicates whether the specified object is equivalent to this ViewStyle object. |
java.awt.Color |
getBackground()Retrieves the color for the background. |
java.awt.Color |
getBorderColor(int side)Retrieves the color for the border. |
int |
getBorderStyle(int side)Retrieves the style for the border. |
int |
getBorderWidth(int side)Retrieves the width for the border. |
int |
getCellEditStyle()Retrieves the edit style for a GridView databody cell. |
java.awt.Color |
getEditBackground()Retrieves the background color of editable cells in the databody of a crosstab or table. |
java.awt.Color |
getEditForeground()Retrieves the foreground color for cells that can be edited in the databody of a table or crosstab. |
java.awt.Font |
getFont()Retrieves a Font object for the text. |
java.lang.String |
getFontName()Retrieves the name of the font for the text. |
int |
getFontSize()Retrieves the size of the font for the text. |
int |
getFontStyle()Retrieves the font style for the text, such as bold, italic, or plain. |
java.awt.Color |
getForeground()Retrieves the color for the foreground. |
java.awt.Color |
getGraphicBarColor()Retrieves the color of the graphic bar in the databody cell of a table or crosstab. |
int |
getGraphicImageIndex()Retrieves the index of the graphic image. |
java.lang.String |
getGraphicImageTooltip()Retrieves the text of the tooltip that is displayed when an end user's mouse hovers over the graphic image. |
int |
getHorizontalAlignment()Retrieves the horizontal alignment for the font within its rectangle. |
java.awt.Color |
getSelectBackground()Retrieves the color for the background after it has been selected. |
java.awt.Color |
getSelectForeground()Retrieves the color for the foreground after it has been selected. |
int |
getVerticalAlignment()Retrieves the vertical alignment for the font within its rectangle. |
interface |
getXML(boolean allProperties, boolean emptyElement)Retrieves XML that represents properties and their values in the form of and ObjectNode. |
boolean |
isAnythingOverridden()Indicates whether any of the properties of this ViewSizing has been explicitly set. |
boolean |
isBackgroundUsed()Indicates whether the background property has been explicitly set. |
boolean |
isBorderColorUsed(int side)Indicates whether the BorderColor property has been explicitly set. |
boolean |
isBorderStyleUsed(int side)Indicates whether the BorderStyle property has been explicitly set. |
boolean |
isBorderWidthUsed(int side)Indicates whether the BorderWidth property has been explicitly set. |
boolean |
isCellEditStyleUsed()Indicates whether the CellEditStyle property has been explicitly set. |
boolean |
isDoubleUnderline()Indicates whether the text is underlined with two lines. |
boolean |
isDoubleUnderlineUsed()Indicates whether the DoubleUnderline property has been explicitly set. |
boolean |
isEditBackgroundUsed()Indicates whether the EditBackground property has been explicitly set. |
boolean |
isEditForegroundUsed()Indicates whether the EditForeground property has explicitly been set. |
boolean |
isFontBold()Indicates whether the font style for the text is bold. |
boolean |
isFontBoldUsed()Indicates whether the FontBold property has been explicitly set. |
boolean |
isFontItalic()Indicates whether the font style for the text is italic. |
boolean |
isFontItalicUsed()Indicates whether the FontItalic property has been explicitly set. |
boolean |
isFontNameUsed()Indicates whether the FontName property has been explicitly set. |
boolean |
isFontSizeUsed()Indicates whether the FontSize property has been explicitly set. |
boolean |
isFontUsed()Indicates whether any of certain font properties has been explicitly set. |
boolean |
isForegroundUsed()Indicates whether the Foreground property has been explicitly set. |
boolean |
isGraphicBarColorUsed()Indicates whether the GraphicBarColor property has been explicitly set. |
boolean |
isGraphicBarVisible()Indicates whether a graphic bar appears in the databody cell of a Java-client crosstab or table. |
boolean |
isGraphicBarVisibleUsed()Indicates whether the GraphicBarVisible property has been explicitly set. |
boolean |
isGraphicImageIndexUsed()Indicates whether the GraphicImageIndex property has been explicitly set. |
boolean |
isGraphicImageTooltipUsed()Indicates whether the GraphicImageTooltip property has been explicitly set. |
boolean |
isHorizontalAlignmentUsed()Indicates whether the HorizontalAlignment property has been explicitly set. |
boolean |
isHPageBreak()Indicates whether the horizontal page break line is visible in the databody of a table or crosstab. |
boolean |
isHPageBreakUsed()Indicates whether the HPageBreak property has been explicitly set. |
boolean |
isSelectBackgroundUsed()Indicates whether the SelectBackground property has been explicitly set. |
boolean |
isSelectForegroundUsed()Indicates whether the SelectForeground property has been explicitly set. |
boolean |
isStrikeThrough()Indicates whether the text has a line drawn through it. |
boolean |
isStrikeThroughUsed()Indicates whether the StrikeThrough property has been explicitly set. |
boolean |
isUnderline()Indicates whether the text is underlined with one line. |
boolean |
isUnderlineUsed()Indicates whether the Underline property has been explicitly set. |
boolean |
isVerticalAlignmentUsed()Indicates whether the VerticalAlignment property has been explicitly set. |
boolean |
isVPageBreak()Indicates whether the vertical page break line is visible in the databody of a crosstab or table. |
boolean |
isVPageBreakUsed()Indicates whether the VPageBreak property has been explicitly set. |
boolean |
isWordWrapEnabled()Indicates whether the text is wrapped onto multiple lines. |
boolean |
isWordWrapEnabledUsed()Indicates whether the WordWrapEnabled property has been explicitly set. |
void |
merge(Mergeable from)Merges the specified ViewStyle object with this object. |
void |
mergeDefaults(ViewStyle from)Merges the specified ViewStyle object with this object. |
void |
setBackground(java.awt.Color background)Specifies the color for the background. |
void |
setBackgroundUsed(boolean used)Specifies whether the background property has been explicitly set. |
void |
setBorderColor(int side, java.awt.Color borderColor)Specifies the color for the border. |
void |
setBorderColorUsed(int side, boolean used)Specifies whether the BorderColor property has been explicitly set. |
void |
setBorderStyle(int side, int borderStyle)Specifies the style for the border. |
void |
setBorderStyleUsed(int side, boolean used)Specifies whether the BorderStyle property has been explicitly set. |
void |
setBorderWidth(int side, int borderWidth)Specifies the width for the border. |
void |
setBorderWidthUsed(int side, boolean used)Specifies whether the BorderWidth property has been explicitly set. |
void |
setCellEditStyle(int style)Specifies the edit style for a GridView databody cell. |
void |
setCellEditStyleUsed(boolean used)Specifies whether the CellEditStyle property has been explicitly set. |
void |
setDoubleUnderline(boolean doubleUnderline)Specifies whether the text is underlined with two lines. |
void |
setDoubleUnderlineUsed(boolean used)Specifies whether the DoubleUnderline property has been explicitly set. |
void |
setEditBackground(java.awt.Color background)Specifies the background color for cells that can be edited in the databody of a crosstab or table. |
void |
setEditBackgroundUsed(boolean used)Specifies whether the EditBackground property has been explicitly set. |
void |
setEditForeground(java.awt.Color foreground)Specifies the foreground color for cells that can be edited in the databody of a crosstab or table. |
void |
setEditForegroundUsed(boolean used)Specifies whether the EditForeground property has been explicitly set. |
void |
setErrorHandler(ErrorHandler eh)Specifies the error handler for this ViewStyle. |
void |
setFont(java.awt.Font font)Specifies a Font object for the text. |
void |
setFontBold(boolean fontBold)Specifies whether the font style for the text is bold. |
void |
setFontBoldUsed(boolean used)Specifies whether the FontBold property has been explicitly set. |
void |
setFontItalic(boolean fontItalic)Specifies whether the font style for the text is italic. |
void |
setFontItalicUsed(boolean used)Specifies whether the FontItalic property has been explicitly set. |
void |
setFontName(java.lang.String fontName)Specifies the name of the font for the text. |
void |
setFontNameUsed(boolean used)Specifies whether the FontName property has been explicitly set. |
void |
setFontSize(int fontSize)Specifies the size of the font for the text. |
void |
setFontSizeUsed(boolean used)Specifies whether the FontSize property has been explicitly set. |
void |
setFontUsed(boolean used)Specifies whether the Font property has been explicitly set. |
void |
setForeground(java.awt.Color foreground)Specifies the color for the foreground. |
void |
setForegroundUsed(boolean used)Specifies whether the Foreground property has been explicitly set. |
void |
setGraphicBarColor(java.awt.Color color)Specifies the color of the graphic bar in a databody cell in a table or crosstab. |
void |
setGraphicBarColorUsed(boolean used)Specifies whether the GraphicBarColor property has been explicitly set. |
void |
setGraphicBarVisible(boolean visible)Specifies whether a graphic bar appears in the databody cell of a Java-client crosstab or table. |
void |
setGraphicBarVisibleUsed(boolean used)Specifies whether the GraphicBarVisible property has been explicitly set. |
void |
setGraphicImageIndex(int index)Specifies the index for the image that indicates that a user can drill out from a GridView cell. |
void |
setGraphicImageIndexUsed(boolean used)Specifies whether the GraphicImageIndex property has been explicitly set. |
void |
setGraphicImageTooltip(java.lang.String tooltip)Specifies the text to display in a tooltip when an end user's mouse hovers over the graphic image. |
void |
setGraphicImageTooltipUsed(boolean used)Specifies whether the GraphicImageTooltip property has been explicitly set. |
void |
setHorizontalAlignment(int horizontalAlignment)Specifies the horizontal alignment for the font within its rectangle. |
void |
setHorizontalAlignmentUsed(boolean used)Specifies whether the HorizontalAlignment property has been explicitly set. |
void |
setHPageBreak(boolean b)Specifies whether the horizontal page break line is visible in the databody of a table or crosstab. |
void |
setHPageBreakUsed(boolean used)Specifies whether the HPageBreak property has been explicitly set. |
void |
setSelectBackground(java.awt.Color selectBackground)Specifies the color for the background after it has been selected. |
void |
setSelectBackgroundUsed(boolean used)Specifies whether the SelectBackground property has been explicitly set. |
void |
setSelectForeground(java.awt.Color selectForeground)Specifies the color for the foreground after it has been selected. |
void |
setSelectForegroundUsed(boolean used)Specifies whether the SelectForeground property has been explicitly set. |
void |
setStrikeThrough(boolean strikeThrough)Specifies whether the text has a line drawn through it. |
void |
setStrikeThroughUsed(boolean used)Specifies whether the StrikeThrough property has been explicitly set. |
void |
setUnderline(boolean underline)Specifies whether the text is underlined with one line. |
void |
setUnderlineUsed(boolean used)Specifies whether the Underline property has been explicitly set. |
void |
setVerticalAlignment(int verticalAlignment)Specifies the vertical alignment for the font within its rectangle. |
void |
setVerticalAlignmentUsed(boolean used)Specifies whether the VerticalAlignment property has been explicitly set. |
void |
setVPageBreak(boolean b)Specifies whether the vertical page break line is visible in the databody of a crosstab or table. |
void |
setVPageBreakUsed(boolean used)Specifies whether the VPageBreak property has been explicitly set. |
void |
setWordWrapEnabled(boolean wordWrap)Specifies whether the text is wrapped onto multiple lines. |
void |
setWordWrapEnabledUsed(boolean used)Specifies whether the WordWrapEnabled property has been explicitly set. |
boolean |
setXML( node, java.lang.String version, int reset)Specifies XML that represents properties and values. |
| Methods inherited from class oracle.bali.ewt.graphics.Appearance |
copy, getBorderPainter, getHorizontalJustify, getInsets, getReadingDirection, getSelectFont, getVerticalJustify, hashCode, setBorderPainter, setHorizontalJustify, setInsets, setReadingDirection, setSelectFont, setVerticalJustify |
| Methods inherited from class java.lang.Object |
getClass, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
public static final int BORDER_STYLE_NOT_USED
public static final int BORDER_STYLE_SOLID
public static final int BORDER_STYLE_DASH
public static final int BORDER_STYLE_DOT
public static final int BORDER_STYLE_DOT_DASH
public static final int BORDER_STYLE_DASH_DOT_DOT
public static final int BORDER_STYLE_DOUBLE
public static final int BORDER_STYLE_NO_LINE
public static final int TOP_BORDER
public static final int LEFT_BORDER
public static final int BOTTOM_BORDER
public static final int RIGHT_BORDER
public static final int ALL_BORDERS
public static final int CELL_EDITABLE
public static final int CELL_NOT_EDITABLE
| Constructor Detail |
public ViewStyle()
ViewStyle values. At this point, no properties have been explicitly set.| Method Detail |
public boolean isAnythingOverridden()
ViewSizing has been explicitly set.isAnythingOverridden in interface Mergeabletrue if any has been explicitly set, false if the properties have their original values.public java.lang.Object clone()
ViewStyle object.clone in interface MergeableViewStyle object.public void setBackground(java.awt.Color background)
BackgroundUsed property to true.setBackground in class oracle.bali.ewt.graphics.Appearancebackground - The color for the background.public java.awt.Color getBackground()
getBackground in class oracle.bali.ewt.graphics.Appearancepublic boolean isBackgroundUsed()
background property has been explicitly set. When the return value of this method is true, the property's value will be used in the merging process.true if the property has been explicitly set, false if the property has not been explicitly set.public void setBackgroundUsed(boolean used)
background property has been explicitly set. This method is called by the setBackground method. When the parameter value of this method is true, the property's value will be used in the merging process.used - true if the property has been explicitly set, false if the property has not been explicitly set.public void setForeground(java.awt.Color foreground)
ForegroundUsed property to true.setForeground in class oracle.bali.ewt.graphics.Appearanceforeground - The color for the foreground.public java.awt.Color getForeground()
getForeground in class oracle.bali.ewt.graphics.Appearancepublic boolean isForegroundUsed()
Foreground property has been explicitly set. When the return value of this method is true, the property's value will be used in the merging process.true if the property has been explicitly set, if the property has not been explicitly set.public void setForegroundUsed(boolean used)
Foreground property has been explicitly set. This method is called by the setForeground method. When the parameter value of this method is true, the property's value will be used in the merging process.used - true if the property has been explicitly set, if the property has not been explicitly set.public void setSelectBackground(java.awt.Color selectBackground)
SelectBackgroundUsed property to true.setSelectBackground in class oracle.bali.ewt.graphics.Appearancebackground - The color for the background after it has been selected.public java.awt.Color getSelectBackground()
getSelectBackground in class oracle.bali.ewt.graphics.Appearancepublic boolean isSelectBackgroundUsed()
SelectBackground property has been explicitly set. When the return value of this method is true, the property's value will be used in the merging process.true if the property has been explicitly set, false if the property has not been explicitly set.public void setSelectBackgroundUsed(boolean used)
SelectBackground property has been explicitly set. This method is called by the setSelectBackground method. When the parameter value of this method is true, the property's value will be used in the merging process.used - true if the property has been explicitly set, false if the property has not been explicitly set.public void setSelectForeground(java.awt.Color selectForeground)
SelectForegroundUsed property to true.setSelectForeground in class oracle.bali.ewt.graphics.Appearanceforeground - The color for the foreground after it has been selected.public java.awt.Color getSelectForeground()
getSelectForeground in class oracle.bali.ewt.graphics.Appearancepublic boolean isSelectForegroundUsed()
SelectForeground property has been explicitly set. When the return value of this method is true, the property's value will be used in the merging process.true if the property has been explicitly set, false if the property has not been explicitly set.public void setSelectForegroundUsed(boolean used)
SelectForeground property has been explicitly set. This method is called by the setSelectForeground method. When the parameter value of this method is true, the property's value will be used in the merging process.used - true if the property has been explicitly set, false if the property has not been explicitly set.public void setHorizontalAlignment(int horizontalAlignment)
swing constants for horizontal alignment are LEFT, CENTER, RIGHT and LEADING. This method also sets the HorizontalAlignmentUsed property to true.horizontalAlignment - A swing constant that represents the horizontal alignment of the font within its rectangle.public int getHorizontalAlignment()
swing constants for horizontal alignment are LEFT, CENTER, RIGHT AND LEADING.swing constant that represents the horizontal alignment of the font within its rectangle.public boolean isHorizontalAlignmentUsed()
HorizontalAlignment property has been explicitly set. When the return value of this method is true, the property's value will be used in the merging process.true if the property has been explicitly set, false if the property has been explicitly set.public void setHorizontalAlignmentUsed(boolean used)
HorizontalAlignment property has been explicitly set. This method is called by the setHorizontalAlignment method. When the parameter value of this method is true, the property's value will be used in the merging process.used - true if the property has been explicitly set, false if the property has not been explicitly set.public void setVerticalAlignment(int verticalAlignment)
swing constants for vertical alignment are TOP, CENTER, and BOTTOM. This method also sets the VerticalAlignmentUsed property to true.
Note: In Netscape 4.x, VerticalAlignment is not supported in cells that have images, either drill images or graphic images.
verticalAlignment - A swing constant that represents the vertical alignment of the font within its rectangle.public int getVerticalAlignment()
swing constants for vertical alignment are TOP, CENTER, and BOTTOM.
Note: In Netscape 4.x, VerticalAlignment is not supported in cells that have images, either drill images or graphic images.
swing constant that represents the vertical alignment of the font within its rectangle.public boolean isVerticalAlignmentUsed()
VerticalAlignment property has been explicitly set. When the return value of this method is true, the property's value will be used in the merging process.true if the property has been explicitly set, false if the property has not been explicitly set.public void setVerticalAlignmentUsed(boolean used)
VerticalAlignment property has been explicitly set. This method is called by the setVerticalAlignment method. When the parameter value of this method is true, the property's value will be used in the merging process.used - true if the property has been explicitly set, false if the property has not been explicitly set.public void setUnderline(boolean underline)
UnderlineUsed property to true.underline - true to underline the text with one line, false to prevent the text from being underlined with one line.public boolean isUnderline()
true if the text is underlined with one line, false if the text is not underlined with one line.public boolean isUnderlineUsed()
Underline property has been explicitly set. When the return value of this method is true, the property's value will be used in the merging process.true if the property has been explicitly set, false if the property has not been explicitly set.public void setUnderlineUsed(boolean used)
Underline property has been explicitly set. This method is called by the setUnderline method. When the parameter value of this method is true, the property's value will be used in the merging process.used - true if the property has been explicitly set, false if the property has not been explicitly set.public void setDoubleUnderline(boolean doubleUnderline)
setUnderline method to false. This method also sets the DoubleUnderline property to true.
Note: This property is ignored by thin presentation beans.
doubleUnderline - true to underline the text with two lines, false to prevent the text from being underlined with two lines.public boolean isDoubleUnderline()
setUnderline method to false. This method also sets the setDoubleUnderline method to true.
Note: This property is ignored by thin presentation beans.
true if the text is underlined with two lines, false if the text is not underlined with two lines.public boolean isDoubleUnderlineUsed()
DoubleUnderline property has been explicitly set. When the return value of this method is true, the property's value will be used in the merging process.true if the property has been explicitly set, false if the property has not been explicitly set.public void setDoubleUnderlineUsed(boolean used)
DoubleUnderline property has been explicitly set. This method is called by the setDoubleUnderlie method. When the parameter value of this method is true, the property's value will be used in the merging process.used - true if the property has been explicitly set, false if the property has not been explicitly set.public void setStrikeThrough(boolean strikeThrough)
StrikeThroughUsed property to true.strikeThrough - true to draw a line through the text, false to display the text without a line through it.public boolean isStrikeThrough()
true if the text has a line drawn through it, false if the text is displayed without a line drawn through it.public boolean isStrikeThroughUsed()
StrikeThrough property has been explicitly set. When the return value of this method is true, the property's value will be used in the merging process.true if the property has been explicitly set, false if the property has not been explicitly set.public void setStrikeThroughUsed(boolean used)
StrikeThrough property has been explicitly set. This method is called by the setStrikeThrough method. When the parameter value of this method is true, the property's value will be used in the merging process.used - true if the property has been explicitly set, false if the property has not been explicitly set.public void setWordWrapEnabled(boolean wordWrap)
WordWrapEnabledUsed property to true.wordWrapEnabled - true to wrap the text onto multiple lines, false to prevent the text from being wrapped onto multiple lines.public boolean isWordWrapEnabled()
true if the text is wrapped onto multiple lines, false if the text is not wrapped onto multiple lines.public boolean isWordWrapEnabledUsed()
WordWrapEnabled property has been explicitly set. When the return value of this method is true, the property's value will be used in the merging process.true if the property has been explicitly set, false if the property has not been explicitly set.public void setWordWrapEnabledUsed(boolean used)
WordWrapEnabled property has been explicitly set. This method is called by the setWordWrapEnabled method. When the parameter value of this method is true, the property's value will be used in the merging process.used - true if the property has been explicitly set, false if the property has not been explicitly set.
public void setBorderColor(int side,
java.awt.Color borderColor)
BorderColorUsed property to true.
In order to see the border color, the BorderStyle and BorderWidth properties must be set so that the border can be perceived.
Note: Thin presentation beans do not support this property in Netscape 4.x.
side - A constant that indicates which border whose color you want to set. Valid constants are listed in the See Also section.borderColor - The color for the border.TOP_BORDER, BOTTOM_BORDER, LEFT_BORDER, RIGHT_BORDER, ALL_BORDERSpublic java.awt.Color getBorderColor(int side)
Note: Thin presentation beans do not support this property in Netscape 4.x.
side - The side of the cell border whose color you want. Valid constants are listed in the See Also section.TOP_BORDER, BOTTOM_BORDER, LEFT_BORDER, RIGHT_BORDER, ALL_BORDERSpublic boolean isBorderColorUsed(int side)
BorderColor property has been explicitly set. When the return value of this method is true, then the property's value will be used in the merging process.true if the property has been explicitly set, false if the property has not been explicitly set.
public void setBorderColorUsed(int side,
boolean used)
BorderColor property has been explicitly set. This method is called by the setBorderColor method. When the parameter value of this method is true, the property's value will be used in the merging process.side - The side whose border color has been set. Valid constants are listed in the See Also section.used - true if the property has been explicitly set, false if the property has not been explicitly set.TOP_BORDER, BOTTOM_BORDER, LEFT_BORDER, RIGHT_BORDER, ALL_BORDERS
public void setBorderWidth(int side,
int borderWidth)
BorderWidthUsed property to true.
Note: Thin presentation beans do not support this property in Netscape 4.x.
side - A constant that indicates which border whose width you want to set. Valid constants are listed in the See Also section.borderWidth - The width for the border.TOP_BORDER, BOTTOM_BORDER, LEFT_BORDER, RIGHT_BORDER, ALL_BORDERSpublic int getBorderWidth(int side)
Note: Thin presentation beans do not support this property in Netscape 4.x.
side - The side whose border width you want.TOP_BORDER, BOTTOM_BORDER, LEFT_BORDER, RIGHT_BORDER, ALL_BORDERSpublic boolean isBorderWidthUsed(int side)
BorderWidth property has been explicitly set. When the return value of this method is true, then the property's value will be used in the merging process.side - The side whose border width property might be set.true if the property has been explicitly set, false if the property has not been explicitly set.TOP_BORDER, BOTTOM_BORDER, LEFT_BORDER, RIGHT_BORDER, ALL_BORDERS
public void setBorderWidthUsed(int side,
boolean used)
BorderWidth property has been explicitly set. This method is called by the setBorderWidth method. When the parameter value of this method is true, then the property's value will be used in the merging process.side - The side whose border width has been set. Valid constants are listed in the See Also section.used - true if the property has been explicitly set, false if the property has not been explicitly set.TOP_BORDER, BOTTOM_BORDER, LEFT_BORDER, RIGHT_BORDER, ALL_BORDERS
public void setBorderStyle(int side,
int borderStyle)
BorderStyleUsed property to true.
Note: Thin presentation beans do not support this property in Netscape 4.x.
side - A constant that indicates which border whose style you want to set. Valid constants are listed in the See Also section.borderStyle - The style for the border.TOP_BORDER, BOTTOM_BORDER, LEFT_BORDER, RIGHT_BORDER, ALL_BORDERSpublic int getBorderStyle(int side)
Note: Thin presentation beans do not support this property in Netscape 4.x.
side - The side whose border style you want. Valid constants are listed in the See Also section.TOP_BORDER, BOTTOM_BORDER, LEFT_BORDER, RIGHT_BORDER, ALL_BORDERSpublic boolean isBorderStyleUsed(int side)
BorderStyle property has been explicitly set. When the return value of this method is true, then the property's value will be used in the merging process.side - The side whose border style might be set. Valid constants are listed in the See Also section.true if the property has been explicitly set, false if the property has not been explicitly set.TOP_BORDER, BOTTOM_BORDER, LEFT_BORDER, RIGHT_BORDER, ALL_BORDERS
public void setBorderStyleUsed(int side,
boolean used)
BorderStyle property has been explicitly set. This method is called by the setBorderStyle method. When the parameter value of this method is true, then the property's value will be used in the merging process.side - The side whose border style has been set. Valid constants are listed in the See Also section.used - true if the property has been explicitly set, false if the property has not been explicitly set.TOP_BORDER, BOTTOM_BORDER, LEFT_BORDER, RIGHT_BORDER, ALL_BORDERSpublic void setFont(java.awt.Font font)
Font object for the text. This method also sets the FontUsed property to true.setFont in class oracle.bali.ewt.graphics.Appearancefont - A Font object for the text. If the font size that font specifies is not a positive number, then this method logs an error with the error handler and does not change the font size. In this case, the font name, bold, and italic properties are set, even though the size is not.public java.awt.Font getFont()
Font object for the text.getFont in class oracle.bali.ewt.graphics.AppearanceFont object for the text.public boolean isFontUsed()
true, the property's value will be used in the merging process.
This method returns true if any of the following methods returns true:
true if a font property has been explicitly set, false if none of them have been explicitly set.public void setFontUsed(boolean used)
Font property has been explicitly set. This method is called by the setFont method. When the parameter value of this method is true, the property's value will be used in the merging process.
This method calls the following methods, passing the used value that is passed to this method:
setFontBoldUsed(boolean)setFontItalicUsed(boolean)setFontNameUsed(boolean)setFontSizeUsed(boolean)used - true if the property has been explicitly set, false if the property has not been explicitly set.public void setFontName(java.lang.String fontName)
FontNameUsed property to true.fontName - The name of the font for the text.public java.lang.String getFontName()
public boolean isFontNameUsed()
FontName property has been explicitly set. When the return value of this method is true, the property's value will be used in the merging process.true if the property has been explicitly set, false if the property has not been explicitly set.public void setFontNameUsed(boolean used)
FontName property has been explicitly set. This method is called by the setFontName method. When the parameter value of this method is true, the property's value will be used in the merging process.used - true if the property has been explicitly set, false if the property has not been explicitly set.public void setFontSize(int fontSize)
FontSizeUsed property to true.fontSize - The size of the font for the text. fontSize must be a positive number. If it is not, then this method logs an error with the error handler and does not change the font size.public int getFontSize()
public int getFontStyle()
Font.BOLD, Font.ITALIC, and Font.PLAIN. The constants are defined in the Font class.public boolean isFontSizeUsed()
FontSize property has been explicitly set. When the return value of this method is true, the property's value will be used in the merging process.true if the property has been explicitly set, false if the property has not been explicitly set.public void setFontSizeUsed(boolean used)
FontSize property has been explicitly set. This method is called by the setFontName method. When the parameter value of this method is true, the property's value will be used in the merging process.used - true if the property has been explicitly set, false if the property has not been explicitly set.public void setFontBold(boolean fontBold)
FontBoldUsed property, and the bold parameter value of the setFontStyle method.fontBold - true to make the font bold, false to prohibit the font from being bold.public boolean isFontBold()
true if the font is bold, false if the font is not bold.public boolean isFontBoldUsed()
FontBold property has been explicitly set. When the return value of this method is true, the property's value will be used in the merging process.true if the property has been explicitly set, false if the property has not been explicitly set.public void setFontBoldUsed(boolean used)
FontBold property has been explicitly set. This method is called by the setFontBold method. When the parameter value of this method is true, the property's value will be used in the merging process.used - true if the property has been explicitly set, false if the property has not been explicitly set.public void setFontItalic(boolean fontItalic)
FontItalicUsed property and the italic parameter value for the setFontStyle method.fontItalic - true to make the font style italic, false to prohibit the font style from being italic.public boolean isFontItalic()
true if the font style is italic, false if the font style is not italic.public boolean isFontItalicUsed()
FontItalic property has been explicitly set. When the return value of this method is true, the property's value will be used in the merging process.true if the property has been explicitly set, false if the property has not been explicitly set.public void setFontItalicUsed(boolean used)
FontItalic property has been explicitly set. This method is called by the setFontItalic method. When the parameter value of this method is true, the property's value will be used in the merging process.used - true if the property has been explicitly set, false if the property has not been explicitly set.public void merge(Mergeable from)
ViewStyle object with this object. This method is called by the Rule classes.
Applications should not call this method to set properties of a ViewStyle, because the view is not refreshed when this method is called. Instead, call the normal access methods to set properties of the ViewStyle. For example, to set the background color, call the setBackground method.
Alternately, set a new ViewStyle on the view.
from - The ViewStyle object that you want to merge.public void mergeDefaults(ViewStyle from)
ViewStyle object with this object. Properties whose used bits are set to true on this object are not merged. This method is called by GridView.applyCSSStyleDefaults in an HTML-client application.
Applications should not call this method to set properties of a ViewStyle, because the view is not refreshed when this method is called. Instead, call the normal access methods to set properties of the ViewStyle. For example, to set the background color, call the setBackground method.
Alternately, set a new ViewStyle on the view.
from - The ViewStyle that you want to merge with this ViewStyle.public void setGraphicImageIndex(int index)
GridView cell.
Calling this method places a drill out image into the header or databody cells that this ViewStyle applies to. When an end user clicks the graphic image in a cell, then the GridView sends a drill out event to the GridViewDataListener.
index - The index of the graphic image in the image list that is configured by calling GridView.setGraphicImage.GridView.setGraphicImage(int, java.awt.Image), GridViewDataListenerpublic int getGraphicImageIndex()
setGraphicImageIndex(int)public boolean isGraphicImageIndexUsed()
GraphicImageIndex property has been explicitly set. When this method returns true, then the GraphicImageIndex value will be used in the merging process.true if the value has been explicitly set, false if it has not.public void setGraphicImageIndexUsed(boolean used)
GraphicImageIndex property has been explicitly set. The setGraphicImageIndex property calls this method. When the parameter to this method is true, then the GraphicImageIndex value will be used in the merging process.used - true to indicate that the value has been explicitly set, false to clear the used bit.public void setGraphicImageTooltip(java.lang.String tooltip)
Note: Thin presentation beans support this property, while Java-client views do not.
tooltip - The tooltip for the graphic image.setGraphicImageIndex(int)public java.lang.String getGraphicImageTooltip()
Note: Thin presentation beans support this property, while Java-client views do not.
getGraphicImageIndex()public boolean isGraphicImageTooltipUsed()
GraphicImageTooltip property has been explicitly set. When this method returns true, then the GraphicImageTooltip value will be used in the merging process.true if the value has been explicitly set, false if it has not.public void setGraphicImageTooltipUsed(boolean used)
GraphicImageTooltip property has been explicitly set. The setGraphicImageTooltip property calls this method. When the parameter to this method is true, then the GraphicImageTooltip value will be used in the merging process.used - true to indicate that the value has been explicitly set, false to clear the used bit.public void setCellEditStyle(int style)
GridView databody cell.
Note: Thin tables and crosstabs support this property, while Java-client tables and crosstabs do not. Neither graphs nor thin graphs support this property.
style - A constant that indicates the edit style. Valid constants are listed in the See Also section.CELL_EDITABLE, CELL_NOT_EDITABLEpublic int getCellEditStyle()
GridView databody cell.
Note: Thin tables and crosstabs support this property, while Java-client tables and crosstabs do not. Neither graphs nor thin graphs support this property.
CELL_EDITABLE, CELL_NOT_EDITABLEpublic boolean isCellEditStyleUsed()
CellEditStyle property has been explicitly set. When this method returns true, then the CellEditStyle value will be used in the merging process.true if the value has been explicitly set, false if it has not.public void setCellEditStyleUsed(boolean used)
CellEditStyle property has been explicitly set. The setCellEditStyle property calls this method. When the parameter to this method is true, then the CellEditStyle value will be used in the merging process.used - true to indicate that the value has been explicitly set, false to clear the used bit.public void setEditBackground(java.awt.Color background)
EditBackgroundUsed property to true.background - The color for the background of editable cells.public java.awt.Color getEditBackground()
public boolean isEditBackgroundUsed()
EditBackground property has been explicitly set. When this method returns true, then the value of the EditBackground will be used in the merging process. Note that EditBackground applies only to the databody cells in a crosstab or table.true if the EditBackground property has been explicitly set, false if it has not.public void setEditBackgroundUsed(boolean used)
EditBackground property has been explicitly set. This method is called by the setEditBackground method. When the parameter value of this method is true, then the EditBackground value will be used in the merging process.
The EditBackground property applies only to the databody of a crosstab or table.
used - true to indicate that the value has been explicitly set, false to clear the "used" bit.public void setEditForeground(java.awt.Color foreground)
EditForegroundUsed property to true.foreground - The color for the foreground of cells that can be edited.public java.awt.Color getEditForeground()
public boolean isEditForegroundUsed()
EditForeground property has explicitly been set. When this method returns true, then the EditForeground property is used in the merging process. Note that EditForeground applies only to the databody cells in a crosstab or table.true if the EditForeground property has been explicitly set, false if it has not.public void setEditForegroundUsed(boolean used)
EditForeground property has been explicitly set. This method is called by the setEditForeground method. When the parameter value of this method is true, the EditForeground property value is used in the merging process. Note that EditForeground applies only to databody cells in a crosstab or table.used - true to indicate that the EditForeground has been explicitly set, false to clear the "used" bit.public void setGraphicBarColor(java.awt.Color color)
color is not specified, then a default color is calculated. This method also sets the GraphicBarColorUsed property to true.
Note: Thin presentation beans do not support this property in Netscape 4.x.
color - The color for the graphic bar.public java.awt.Color getGraphicBarColor()
Note: Thin presentation beans do not support this property.
public boolean isGraphicBarColorUsed()
GraphicBarColor property has been explicitly set. When this method returns true, then the value of the GraphicBarColor property is used in the merging process. Note that GraphicBarColor applies only to databody cells in a Java-client crosstab or table.true if the GraphicBarColor has been explicitly set, false if it has not.public void setGraphicBarColorUsed(boolean used)
GraphicBarColor property has been explicitly set. This method is called by the setGraphicBarColor method. When the parameter value of this method is true, then the GraphicBarColor property is used in the merging process. Note that GraphicBarColor applies only to databody cells in a Java-client crosstab or table.used - true to indicate that the GraphicBarColor property has been explicitly set, false to clear the "used" bit.public void setGraphicBarVisible(boolean visible)
GraphicBarVisibleUsed property to true.
Note: Thin presentation beans do not support this property.
visible - true to display a graphic bar, false not to display it.public boolean isGraphicBarVisible()
Note: Thin presentation beans do not support this property.
true if a graphic bar is visible, false if it is not.public boolean isGraphicBarVisibleUsed()
GraphicBarVisible property has been explicitly set. When this method returns true, the value of the GraphicBarVisible property is used in the merging process. Note that GraphicBarVisible applies only to databody cells in a Java-client crosstab or table.true if the GraphicBarVisible property has been explicitly set, false if it has not.public void setGraphicBarVisibleUsed(boolean used)
GraphicBarVisible property has been explicitly set. This method is called by the setGraphicBarVisible method. When the parameter value of this method is true, then the value of the GraphicBarVisible property is used in the merging process. Note that GraphicBarVisible applies only to databody cells in a Java-client crosstab or table.used - true the GraphicBarVisible property has been explicitly set, false if it has not.public void setHPageBreak(boolean b)
HPageBreakUsed property to true.visible - true to display the horizontal page break line, false to hide it.public boolean isHPageBreak()
true if the horizontal page break line is visible, false if it is not.public void setVPageBreak(boolean b)
VPageBreakUsed property to true.visible - true to display the vertical page break line, false to hide it.public boolean isVPageBreak()
true if the vertical page break line is visible, false if it is not.public boolean isHPageBreakUsed()
HPageBreak property has been explicitly set. When this method returns true, then the value of the HPageBreak property is used in the merging process. Note that HPageBreak applies only to the databody of a table or crosstab.true if the HPageBreak property has been explicitly set, false if it has not.public void setHPageBreakUsed(boolean used)
HPageBreak property has been explicitly set. This method is called by the setHPageBreak method. When the parameter value of this method is true, then the value of the HPageBreak is used in the merging process Note that HPageBreak applies only to the databody of a table or crosstab.used - true to indicate that the HPageBreak property has been explicitly set, false to clear the "used" bit.public boolean isVPageBreakUsed()
VPageBreak property has been explicitly set. When this method returns true, then the value of the VPageBreak property is used in the merging process. Note that VPageBreak applies only to the databody of a table or crosstab.true if the VPageBreak property has been explicitly set, false if it has not.public void setVPageBreakUsed(boolean used)
VPageBreak property has been explicitly set. This method is called by the setVPageBreak method. When the parameter value of this method is true, then the value of the VPageBreak is used in the merging process. Note that VPageBreak applies only to the databody of a table or crosstab.used - true to indicate that the VPageBreak property has been explicitly set, false to clear the "used" bit.public boolean equals(java.lang.Object o)
ViewStyle object. ViewStyle objects are equivalent if they have the same property explicitly set and those propertys have the same values.equals in class oracle.bali.ewt.graphics.Appearanceo - The object that you want to compare this one to.true if the objects have the same propertys explicitly set, and those propertys have the same values, false if they do not, or if o is not an object.public void clearUsedBits()
ViewStyle properties to false. Immediately after you call this method, the IsAnythingOverridden method returns false.public void setErrorHandler(ErrorHandler eh)
ViewStyle. When you set this ViewStyle on a Dataview, the error handler currently set on this ViewStyle will be removed and the ViewStyle will use the error handler set on the Dataview. For operations that you do before you set the ViewStyle on a Dataview, you should call this method to set your own error handler. This handler will then be removed and the error handler of the Dataview will be used instead.eh - The error handler to use.
public boolean setXML( node,
java.lang.String version,
int reset)
MergeableXML.setXML in interface MergeableXMLnode - ObjectNode that has the properties and their values.version - The XML version.reset - A constant that indicates how much to reset when XML is applied. Valid values are listed in the See Also section.true if XML is properly applied, false if the XML cannot be applied.Rule.RESET_NONE, Rule.RESET_XML_PROPERTIES, Rule.RESET_EVERYTHING
public getXML(boolean allProperties,
boolean emptyElement)
ObjectNode.getXML in interface MergeableXMLallProperties - true to store all property values in XML, false to store only values that are different from default values.emptyElement - true if an empty element needs to be returned when none of the property values have changed from default. false if null should should be returned when none of the property values have changed from default. This argument is considered only if allProperties is false.
|
Oracle™ Business Intelligence Beans Java API Reference | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||