|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--javax.faces.component.UIComponent | +--oracle.adf.view.faces.component.UIXComponent | +--oracle.adf.view.faces.component.UIXComponentBase | +--oracle.adf.view.faces.component.html.HtmlFrameBorderLayout
frameBorderLayout is a layout bean which can be used to place seven frames at left, right, top, bottom, innerLeft, innerRight and center positions. It does not render any children except for the specified facets which must all be either FrameBeans or FrameBorderLayoutBeans. The user may use either left/right or start/end as facets, but not both. Left/right takes precedence over start/end.
On mobile devices a list linking to each frame is rendered.
<frameBorderLayout> <left> <frame source="frame_leftTest.uix" name="left" width="30%" /> </left> <center> <frame source="frame_centerTest.uix" name="contents" /> </center> </frameBorderLayout>*
This bean is not supported on the following agent types: pda, phone, voice.
Fields inherited from class oracle.adf.view.faces.component.UIXComponentBase |
ID_KEY, RENDERED_KEY, RENDERER_TYPE_KEY, TRANSIENT_KEY |
Constructor Summary | |
HtmlFrameBorderLayout()
Construct an instance of the HtmlFrameBorderLayout. |
Method Summary | |
javax.faces.component.UIComponent |
getAlternateContent()
These contents will be rendered inside HTML NOFRAMES tags. |
protected FacesBean.Type |
getBeanType()
|
javax.faces.component.UIComponent |
getBottom()
The frame to be rendered below the center frame. |
javax.faces.component.UIComponent |
getCenter()
The frame to be rendered in the center. |
javax.faces.component.UIComponent |
getEnd()
The frame to be rendered to the right of the center frame, if the reading direction is left-to-right, or left otherwise. |
java.lang.String |
getFamily()
|
java.lang.String |
getHeight()
Gets The proposed height of this frameBorderLayout. |
Style |
getInlineStyle()
Gets the inline CSS style for this element |
javax.faces.component.UIComponent |
getInnerEnd()
The frame to be rendered as the innerRight frame, if the reading direction is left-to-right, or innerLeft frame otherwise. |
javax.faces.component.UIComponent |
getInnerLeft()
The frame to be rendered between the left frame and the center frame. |
javax.faces.component.UIComponent |
getInnerRight()
The frame to be rendered between the right frame and the center frame. |
javax.faces.component.UIComponent |
getInnerStart()
The frame to be rendered as the innerLeft frame, if the reading direction is left-to-right, or innerRight frame otherwise. |
javax.faces.component.UIComponent |
getLeft()
The frame to be rendered to the left of the center frame. |
java.lang.String |
getOnclick()
Gets an onclick Javascript handler. |
java.lang.String |
getOndblclick()
Gets an ondblclick Javascript handler. |
java.lang.String |
getOnkeydown()
Gets an onkeydown Javascript handler. |
java.lang.String |
getOnkeypress()
Gets an onkeypress Javascript handler. |
java.lang.String |
getOnkeyup()
Gets an onkeyup Javascript handler. |
java.lang.String |
getOnmousedown()
Gets an onmousedown Javascript handler. |
java.lang.String |
getOnmousemove()
Gets an onmousemove Javascript handler. |
java.lang.String |
getOnmouseout()
Gets an onmouseout Javascript handler. |
java.lang.String |
getOnmouseover()
Gets an onmouseover Javascript handler. |
java.lang.String |
getOnmouseup()
Gets an onmouseup Javascript handler. |
javax.faces.component.UIComponent |
getRight()
The frame to be rendered to the right of the center frame. |
java.lang.String |
getShortDesc()
Gets the short description of the bean. |
javax.faces.component.UIComponent |
getStart()
The frame to be rendered to the left of the center frame, if the reading direction is left-to-right, or right otherwise. |
java.lang.String |
getStyleClass()
Gets the CSS style class of the bean. |
javax.faces.component.UIComponent |
getTop()
The frame to be rendered above the center frame. |
java.lang.String |
getWidth()
Gets The proposed width of this frameBorderLayout. |
void |
setAlternateContent(javax.faces.component.UIComponent alternateContentFacet)
These contents will be rendered inside HTML NOFRAMES tags. |
void |
setBottom(javax.faces.component.UIComponent bottomFacet)
The frame to be rendered below the center frame. |
void |
setCenter(javax.faces.component.UIComponent centerFacet)
The frame to be rendered in the center. |
void |
setEnd(javax.faces.component.UIComponent endFacet)
The frame to be rendered to the right of the center frame, if the reading direction is left-to-right, or left otherwise. |
void |
setHeight(java.lang.String height)
Sets The proposed height of this frameBorderLayout. |
void |
setInlineStyle(Style inlineStyle)
Sets the inline CSS style for this element |
void |
setInnerEnd(javax.faces.component.UIComponent innerEndFacet)
The frame to be rendered as the innerRight frame, if the reading direction is left-to-right, or innerLeft frame otherwise. |
void |
setInnerLeft(javax.faces.component.UIComponent innerLeftFacet)
The frame to be rendered between the left frame and the center frame. |
void |
setInnerRight(javax.faces.component.UIComponent innerRightFacet)
The frame to be rendered between the right frame and the center frame. |
void |
setInnerStart(javax.faces.component.UIComponent innerStartFacet)
The frame to be rendered as the innerLeft frame, if the reading direction is left-to-right, or innerRight frame otherwise. |
void |
setLeft(javax.faces.component.UIComponent leftFacet)
The frame to be rendered to the left of the center frame. |
void |
setOnclick(java.lang.String onclick)
Sets an onclick Javascript handler. |
void |
setOndblclick(java.lang.String ondblclick)
Sets an ondblclick Javascript handler. |
void |
setOnkeydown(java.lang.String onkeydown)
Sets an onkeydown Javascript handler. |
void |
setOnkeypress(java.lang.String onkeypress)
Sets an onkeypress Javascript handler. |
void |
setOnkeyup(java.lang.String onkeyup)
Sets an onkeyup Javascript handler. |
void |
setOnmousedown(java.lang.String onmousedown)
Sets an onmousedown Javascript handler. |
void |
setOnmousemove(java.lang.String onmousemove)
Sets an onmousemove Javascript handler. |
void |
setOnmouseout(java.lang.String onmouseout)
Sets an onmouseout Javascript handler. |
void |
setOnmouseover(java.lang.String onmouseover)
Sets an onmouseover Javascript handler. |
void |
setOnmouseup(java.lang.String onmouseup)
Sets an onmouseup Javascript handler. |
void |
setRight(javax.faces.component.UIComponent rightFacet)
The frame to be rendered to the right of the center frame. |
void |
setShortDesc(java.lang.String shortDesc)
Sets the short description of the bean. |
void |
setStart(javax.faces.component.UIComponent startFacet)
The frame to be rendered to the left of the center frame, if the reading direction is left-to-right, or right otherwise. |
void |
setStyleClass(java.lang.String styleClass)
Sets the CSS style class of the bean. |
void |
setTop(javax.faces.component.UIComponent topFacet)
The frame to be rendered above the center frame. |
void |
setWidth(java.lang.String width)
Sets The proposed width of this frameBorderLayout. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
public static final FacesBean.Type TYPE
public static final PropertyKey WIDTH_KEY
public static final PropertyKey HEIGHT_KEY
public static final PropertyKey SHORT_DESC_KEY
public static final PropertyKey STYLE_CLASS_KEY
public static final PropertyKey ONCLICK_KEY
public static final PropertyKey ONDBLCLICK_KEY
public static final PropertyKey ONMOUSEDOWN_KEY
public static final PropertyKey ONMOUSEUP_KEY
public static final PropertyKey ONMOUSEOVER_KEY
public static final PropertyKey ONMOUSEMOVE_KEY
public static final PropertyKey ONMOUSEOUT_KEY
public static final PropertyKey ONKEYPRESS_KEY
public static final PropertyKey ONKEYDOWN_KEY
public static final PropertyKey ONKEYUP_KEY
public static final PropertyKey INLINE_STYLE_KEY
public static final java.lang.String CENTER_FACET
public static final java.lang.String TOP_FACET
public static final java.lang.String BOTTOM_FACET
public static final java.lang.String LEFT_FACET
public static final java.lang.String RIGHT_FACET
public static final java.lang.String START_FACET
public static final java.lang.String END_FACET
public static final java.lang.String INNER_LEFT_FACET
public static final java.lang.String INNER_RIGHT_FACET
public static final java.lang.String INNER_START_FACET
public static final java.lang.String INNER_END_FACET
public static final java.lang.String ALTERNATE_CONTENT_FACET
public static final java.lang.String COMPONENT_FAMILY
public static final java.lang.String COMPONENT_TYPE
Constructor Detail |
public HtmlFrameBorderLayout()
Method Detail |
public final javax.faces.component.UIComponent getCenter()
This is a required property on the bean.
public final void setCenter(javax.faces.component.UIComponent centerFacet)
This is a required property on the bean.
public final javax.faces.component.UIComponent getTop()
public final void setTop(javax.faces.component.UIComponent topFacet)
public final javax.faces.component.UIComponent getBottom()
public final void setBottom(javax.faces.component.UIComponent bottomFacet)
public final javax.faces.component.UIComponent getLeft()
public final void setLeft(javax.faces.component.UIComponent leftFacet)
public final javax.faces.component.UIComponent getRight()
public final void setRight(javax.faces.component.UIComponent rightFacet)
public final javax.faces.component.UIComponent getStart()
public final void setStart(javax.faces.component.UIComponent startFacet)
public final javax.faces.component.UIComponent getEnd()
public final void setEnd(javax.faces.component.UIComponent endFacet)
public final javax.faces.component.UIComponent getInnerLeft()
public final void setInnerLeft(javax.faces.component.UIComponent innerLeftFacet)
public final javax.faces.component.UIComponent getInnerRight()
public final void setInnerRight(javax.faces.component.UIComponent innerRightFacet)
public final javax.faces.component.UIComponent getInnerStart()
public final void setInnerStart(javax.faces.component.UIComponent innerStartFacet)
public final javax.faces.component.UIComponent getInnerEnd()
public final void setInnerEnd(javax.faces.component.UIComponent innerEndFacet)
public final javax.faces.component.UIComponent getAlternateContent()
NOFRAMES
tags. Browsers that do not
support frames will render these contents.
public final void setAlternateContent(javax.faces.component.UIComponent alternateContentFacet)
NOFRAMES
tags. Browsers that do not
support frames will render these contents.
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 getShortDesc()
public final void setShortDesc(java.lang.String shortDesc)
public final java.lang.String getStyleClass()
public final void setStyleClass(java.lang.String styleClass)
public final java.lang.String getOnclick()
public final void setOnclick(java.lang.String onclick)
public final java.lang.String getOndblclick()
public final void setOndblclick(java.lang.String ondblclick)
public final java.lang.String getOnmousedown()
public final void setOnmousedown(java.lang.String onmousedown)
public final java.lang.String getOnmouseup()
public final void setOnmouseup(java.lang.String onmouseup)
public final java.lang.String getOnmouseover()
public final void setOnmouseover(java.lang.String onmouseover)
public final java.lang.String getOnmousemove()
public final void setOnmousemove(java.lang.String onmousemove)
public final java.lang.String getOnmouseout()
public final void setOnmouseout(java.lang.String onmouseout)
public final java.lang.String getOnkeypress()
public final void setOnkeypress(java.lang.String onkeypress)
public final java.lang.String getOnkeydown()
public final void setOnkeydown(java.lang.String onkeydown)
public final java.lang.String getOnkeyup()
public final void setOnkeyup(java.lang.String onkeyup)
public final Style getInlineStyle()
public final void setInlineStyle(Style inlineStyle)
public java.lang.String getFamily()
getFamily
in class UIXComponentBase
protected FacesBean.Type getBeanType()
getBeanType
in class UIXComponentBase
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |