|
Oracle Fusion Middleware Java API Reference for Oracle ADF Data Visualization Components 11g Release 1 (11.1.1.1.0) E12063-02 |
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface Style
Interface to encapsulate access to the style of a view.
Graph
Method Summary | |
---|---|
CustomStyle |
createStyle()
Retrieves a style from the style property settings in this view. |
void |
editStyle(CustomStyle style)
Opens an existing style for editing. |
CustomStyle |
getStyle()
Retrieves the current style for this view. |
void |
setStyle(CustomStyle style)
Applies a style to this view. |
void |
updateStyle(CustomStyle style)
Updates an existing style. |
Method Detail |
---|
CustomStyle getStyle()
createStyle()
void setStyle(CustomStyle style) throws oracle.dss.util.xml.BIIOException, oracle.dss.util.xml.BISAXException, oracle.dss.util.xml.BIParseException
style
- The style to set on this view.
BIIOException
- If an error occurs in reading xmlString
.
BISAXException
- If a general SAX exception occurs in parsing the
XML.
BIParseException
- If the XML syntax is not correct, or if the
XML is not valid according to the DTD that is
specified in the XML.
oracle.dss.util.xml.BIIOException
oracle.dss.util.xml.BISAXException
oracle.dss.util.xml.BIParseException
CustomStyle createStyle()
void editStyle(CustomStyle style) throws oracle.dss.util.xml.BIIOException, oracle.dss.util.xml.BISAXException, oracle.dss.util.xml.BIParseException
updateStyle
method.
style
- The style to edit.
BIIOException
- If an error occurs in reading xmlString
.
BISAXException
- If a general SAX exception occurs in parsing the
XML.
BIParseException
- If the XML syntax is not correct, or if the
XML is not valid according to the DTD that is
specified in the XML.
oracle.dss.util.xml.BIIOException
oracle.dss.util.xml.BISAXException
oracle.dss.util.xml.BIParseException
updateStyle(oracle.dss.util.CustomStyle)
void updateStyle(CustomStyle style)
editStyle
method.
style
- The style to update.editStyle(oracle.dss.util.CustomStyle)
|
Oracle Fusion Middleware Java API Reference for Oracle ADF Data Visualization Components 11g Release 1 (11.1.1.1.0) E12063-02 |
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |