|
Oracle UIX API Reference Release 2.1.22.0.0 B12196-01 |
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--oracle.cabo.ui.DeprecatedUINode | +--oracle.cabo.ui.BaseUINode | +--oracle.cabo.ui.BaseMutableUINode | +--oracle.cabo.ui.beans.BaseWebBean | +--oracle.cabo.ui.beans.MarlinBean | +--oracle.cabo.ui.beans.layout.FrameBean
The FrameBean is used to specify attributes needed by an HTML frame. It does not render any child nodes, and should only be used as a named child on a FrameBorderLayout bean. The contents of a frame is selected by using the source attribute.
On mobile devices a list links to each frame is rendered for a frameBorderLayout, and each frame is brought up as a separate page.
<frameBorderLayout xmlns="http://xmlns.oracle.com/uix/ui" > <left> <frame source="frame_leftTest.uix" name="left" width="30%" /> </left> <center> <frame source="frame_centerTest.uix" name="contents" /> </center> </frameBorderLayout>
Constructor Summary | |
|
FrameBean()
Construct an instance of the FrameBean. |
protected |
FrameBean(boolean ignored,
java.lang.String localName)
Construct an instance of the FrameBean. |
|
FrameBean(java.lang.String source)
Construct an instance of the FrameBean. |
Method Summary | |
java.lang.String |
getHeight()
Gets the proposed height of this frame. |
static java.lang.String |
getHeight(MutableUINode bean)
Gets the proposed height of this frame. |
java.lang.String |
getLongDescURL()
Gets This attribute specifies a link to a long description of the frame. |
static java.lang.String |
getLongDescURL(MutableUINode bean)
Gets This attribute specifies a link to a long description of the frame. |
java.lang.String |
getName()
Gets the name used to identify this frame |
static java.lang.String |
getName(MutableUINode bean)
Gets the name used to identify this frame |
java.lang.String |
getScrolling()
Gets whether or not scrollbars are available on this frame. |
static java.lang.String |
getScrolling(MutableUINode bean)
Gets whether or not scrollbars are available on this frame. |
java.lang.String |
getSource()
Gets the URI for the source of this frame |
static java.lang.String |
getSource(MutableUINode bean)
Gets the URI for the source of this frame |
java.lang.String |
getWidth()
Gets the proposed width of this frame This can be in pixels or percentage. |
static java.lang.String |
getWidth(MutableUINode bean)
Gets the proposed width of this frame This can be in pixels or percentage. |
static void |
setHeight(MutableUINode bean,
java.lang.String height)
Sets the proposed height of this frame. |
void |
setHeight(java.lang.String height)
Sets the proposed height of this frame. |
static void |
setLongDescURL(MutableUINode bean,
java.lang.String longDescURL)
Sets This attribute specifies a link to a long description of the frame. |
void |
setLongDescURL(java.lang.String longDescURL)
Sets This attribute specifies a link to a long description of the frame. |
static void |
setName(MutableUINode bean,
java.lang.String name)
Sets the name used to identify this frame |
void |
setName(java.lang.String name)
Sets the name used to identify this frame |
static void |
setScrolling(MutableUINode bean,
java.lang.String scrolling)
Sets whether or not scrollbars are available on this frame. |
void |
setScrolling(java.lang.String scrolling)
Sets whether or not scrollbars are available on this frame. |
static void |
setSource(MutableUINode bean,
java.lang.String source)
Sets the URI for the source of this frame |
void |
setSource(java.lang.String source)
Sets the URI for the source of this frame |
static void |
setWidth(MutableUINode bean,
java.lang.String width)
Sets the proposed width of this frame This can be in pixels or percentage. |
void |
setWidth(java.lang.String width)
Sets the proposed width of this frame This can be in pixels or percentage. |
Methods inherited from class oracle.cabo.ui.beans.MarlinBean |
isEqualMarlinName |
Methods inherited from class oracle.cabo.ui.BaseUINode |
getAttributeNames, getAttributeValue, getAttributeValueImpl, getChildArray, getChildNames, getIndexedChild, getIndexedChild, getIndexedChildCount, getLocalName, getNamedChild, getNamespaceURI, getNodeID, getNodeRole, getPreorderDescendentAttributeValue, getRawAttributeValue, getRenderedUINode, getRenderer, getRenderer, render, render, toString |
Methods inherited from class oracle.cabo.ui.DeprecatedUINode |
getAttributeValue, getChildNames, getNamedChild |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Methods inherited from interface oracle.cabo.ui.UINode |
getAttributeNames, getAttributeValue, getAttributeValue, getChildNames, getChildNames, getIndexedChild, getIndexedChild, getIndexedChildCount, getLocalName, getNamedChild, getNamedChild, getNamespaceURI, getNodeID, getNodeRole, getRawAttributeValue, render, render |
Constructor Detail |
public FrameBean()
public FrameBean(java.lang.String source)
source
- the URI for the source of this frameprotected FrameBean(boolean ignored, java.lang.String localName)
Method Detail |
public final java.lang.String getSource()
public final void setSource(java.lang.String source)
public final java.lang.String getLongDescURL()
shortDesc
attribute, and
may be particularly useful for non-visual user agents.public final void setLongDescURL(java.lang.String longDescURL)
shortDesc
attribute, and
may be particularly useful for non-visual user agents.public final java.lang.String getName()
public final void setName(java.lang.String name)
public final java.lang.String getWidth()
public final void setWidth(java.lang.String width)
public final java.lang.String getHeight()
public final void setHeight(java.lang.String height)
public final java.lang.String getScrolling()
public final void setScrolling(java.lang.String scrolling)
public static java.lang.String getSource(MutableUINode bean)
public static void setSource(MutableUINode bean, java.lang.String source)
public static java.lang.String getLongDescURL(MutableUINode bean)
shortDesc
attribute, and
may be particularly useful for non-visual user agents.public static void setLongDescURL(MutableUINode bean, java.lang.String longDescURL)
shortDesc
attribute, and
may be particularly useful for non-visual user agents.public static java.lang.String getName(MutableUINode bean)
public static void setName(MutableUINode bean, java.lang.String name)
public static java.lang.String getWidth(MutableUINode bean)
public static void setWidth(MutableUINode bean, java.lang.String width)
public static java.lang.String getHeight(MutableUINode bean)
public static void setHeight(MutableUINode bean, java.lang.String height)
public static java.lang.String getScrolling(MutableUINode bean)
public static void setScrolling(MutableUINode bean, java.lang.String scrolling)
|
Oracle UIX API Reference Release 2.1.22.0.0 B12196-01 |
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |