|
UIX 2.2.16 | ||||||||
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.BorderLayoutBean
The BorderLayout control is a layout element which lays out all of its indexed children consecutively in its middle, and supports twelve other named children: top, bottom, left, right, start, end, innerTop, innerBottom, innerRight, innerStart, innerLeft, and innerEnd. Clients should use only one of left/right or start/end for each of the inner and outer sides, in any one container, but if both are used, left/right "wins". The inner named children mirror the layout of the outer named children, just inset immediately inside of the outer children.
<borderLayout> <top> <image source="images/globalhelp.gif"/> </top> <bottom> <image source="images/warnl.gif"/> </bottom> <end> <image source="images/cobrand.gif"/> </end> <start> <image source="images/info.gif"/> </start> <contents> <styledText text="Here is some content" styleClass="OraHeaderSubSub"/> </contents> </borderLayout>
Constructor Summary | |
|
BorderLayoutBean()
Construct an instance of the BorderLayoutBean. |
protected |
BorderLayoutBean(boolean ignored,
java.lang.String localName)
Construct an instance of the BorderLayoutBean. |
Method Summary | |
UINode |
getBottom()
Content to be rendered below the indexed children and any innerBottom child. |
static UINode |
getBottom(MutableUINode bean)
Content to be rendered below the indexed children and any innerBottom child. |
UINode |
getEnd()
Content to be rendered to the right of the indexed children and between any top and bottom children, if the reading direction is left-to-right, on the left otherwise. |
static UINode |
getEnd(MutableUINode bean)
Content to be rendered to the right of the indexed children and between any top and bottom children, if the reading direction is left-to-right, on the left otherwise. |
UINode |
getInnerBottom()
Content to be rendered below the indexed children and above any bottom child. |
static UINode |
getInnerBottom(MutableUINode bean)
Content to be rendered below the indexed children and above any bottom child. |
UINode |
getInnerEnd()
Content to be rendered to the right of the indexed children, to the left of any right-appearing child and between any top and bottom children, if the reading direction is left-to-right, on the left to the right of any left-appearing child otherwise. |
static UINode |
getInnerEnd(MutableUINode bean)
Content to be rendered to the right of the indexed children, to the left of any right-appearing child and between any top and bottom children, if the reading direction is left-to-right, on the left to the right of any left-appearing child otherwise. |
UINode |
getInnerLeft()
Content to be rendered to the left of the indexed children, to the right of any left child, and between any top and bottom children. |
static UINode |
getInnerLeft(MutableUINode bean)
Content to be rendered to the left of the indexed children, to the right of any left child, and between any top and bottom children. |
UINode |
getInnerRight()
Content to be rendered to the right of the indexed children, to the left of any right child and between any top and bottom children. |
static UINode |
getInnerRight(MutableUINode bean)
Content to be rendered to the right of the indexed children, to the left of any right child and between any top and bottom children. |
UINode |
getInnerStart()
Content to be rendered to the left of the indexed children, to the right of any left-appearing child and between any top and bottom children, if the reading direction is left-to-right, on the right to the left of any right-appearing child otherwise. |
static UINode |
getInnerStart(MutableUINode bean)
Content to be rendered to the left of the indexed children, to the right of any left-appearing child and between any top and bottom children, if the reading direction is left-to-right, on the right to the left of any right-appearing child otherwise. |
UINode |
getInnerTop()
Content to be rendered above the indexed children and below any top child. |
static UINode |
getInnerTop(MutableUINode bean)
Content to be rendered above the indexed children and below any top child. |
UINode |
getLeft()
Content to be rendered to the left of the indexed children and between any top and bottom children. |
static UINode |
getLeft(MutableUINode bean)
Content to be rendered to the left of the indexed children and between any top and bottom children. |
UINode |
getRight()
Content to be rendered to the right of the indexed children and between any top and bottom children. |
static UINode |
getRight(MutableUINode bean)
Content to be rendered to the right of the indexed children and between any top and bottom children. |
UINode |
getStart()
Content to be rendered to the left of the indexed children and between any top and bottom children, if the reading direction is left-to-right, on the right otherwise. |
static UINode |
getStart(MutableUINode bean)
Content to be rendered to the left of the indexed children and between any top and bottom children, if the reading direction is left-to-right, on the right otherwise. |
UINode |
getTop()
Content to be rendered above the indexed children and any innerTop child |
static UINode |
getTop(MutableUINode bean)
Content to be rendered above the indexed children and any innerTop child |
static void |
setBottom(MutableUINode bean,
UINode bottomNode)
Content to be rendered below the indexed children and any innerBottom child. |
void |
setBottom(UINode bottomNode)
Content to be rendered below the indexed children and any innerBottom child. |
static void |
setEnd(MutableUINode bean,
UINode endNode)
Content to be rendered to the right of the indexed children and between any top and bottom children, if the reading direction is left-to-right, on the left otherwise. |
void |
setEnd(UINode endNode)
Content to be rendered to the right of the indexed children and between any top and bottom children, if the reading direction is left-to-right, on the left otherwise. |
static void |
setInnerBottom(MutableUINode bean,
UINode innerBottomNode)
Content to be rendered below the indexed children and above any bottom child. |
void |
setInnerBottom(UINode innerBottomNode)
Content to be rendered below the indexed children and above any bottom child. |
static void |
setInnerEnd(MutableUINode bean,
UINode innerEndNode)
Content to be rendered to the right of the indexed children, to the left of any right-appearing child and between any top and bottom children, if the reading direction is left-to-right, on the left to the right of any left-appearing child otherwise. |
void |
setInnerEnd(UINode innerEndNode)
Content to be rendered to the right of the indexed children, to the left of any right-appearing child and between any top and bottom children, if the reading direction is left-to-right, on the left to the right of any left-appearing child otherwise. |
static void |
setInnerLeft(MutableUINode bean,
UINode innerLeftNode)
Content to be rendered to the left of the indexed children, to the right of any left child, and between any top and bottom children. |
void |
setInnerLeft(UINode innerLeftNode)
Content to be rendered to the left of the indexed children, to the right of any left child, and between any top and bottom children. |
static void |
setInnerRight(MutableUINode bean,
UINode innerRightNode)
Content to be rendered to the right of the indexed children, to the left of any right child and between any top and bottom children. |
void |
setInnerRight(UINode innerRightNode)
Content to be rendered to the right of the indexed children, to the left of any right child and between any top and bottom children. |
static void |
setInnerStart(MutableUINode bean,
UINode innerStartNode)
Content to be rendered to the left of the indexed children, to the right of any left-appearing child and between any top and bottom children, if the reading direction is left-to-right, on the right to the left of any right-appearing child otherwise. |
void |
setInnerStart(UINode innerStartNode)
Content to be rendered to the left of the indexed children, to the right of any left-appearing child and between any top and bottom children, if the reading direction is left-to-right, on the right to the left of any right-appearing child otherwise. |
static void |
setInnerTop(MutableUINode bean,
UINode innerTopNode)
Content to be rendered above the indexed children and below any top child. |
void |
setInnerTop(UINode innerTopNode)
Content to be rendered above the indexed children and below any top child. |
static void |
setLeft(MutableUINode bean,
UINode leftNode)
Content to be rendered to the left of the indexed children and between any top and bottom children. |
void |
setLeft(UINode leftNode)
Content to be rendered to the left of the indexed children and between any top and bottom children. |
static void |
setRight(MutableUINode bean,
UINode rightNode)
Content to be rendered to the right of the indexed children and between any top and bottom children. |
void |
setRight(UINode rightNode)
Content to be rendered to the right of the indexed children and between any top and bottom children. |
static void |
setStart(MutableUINode bean,
UINode startNode)
Content to be rendered to the left of the indexed children and between any top and bottom children, if the reading direction is left-to-right, on the right otherwise. |
void |
setStart(UINode startNode)
Content to be rendered to the left of the indexed children and between any top and bottom children, if the reading direction is left-to-right, on the right otherwise. |
static void |
setTop(MutableUINode bean,
UINode topNode)
Content to be rendered above the indexed children and any innerTop child |
void |
setTop(UINode topNode)
Content to be rendered above the indexed children and any innerTop child |
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 BorderLayoutBean()
protected BorderLayoutBean(boolean ignored, java.lang.String localName)
Method Detail |
public final UINode getTop()
public final void setTop(UINode topNode)
public final UINode getBottom()
public final void setBottom(UINode bottomNode)
public final UINode getLeft()
public final void setLeft(UINode leftNode)
public final UINode getRight()
public final void setRight(UINode rightNode)
public final UINode getStart()
public final void setStart(UINode startNode)
public final UINode getEnd()
public final void setEnd(UINode endNode)
public final UINode getInnerTop()
public final void setInnerTop(UINode innerTopNode)
public final UINode getInnerBottom()
public final void setInnerBottom(UINode innerBottomNode)
public final UINode getInnerLeft()
public final void setInnerLeft(UINode innerLeftNode)
public final UINode getInnerRight()
public final void setInnerRight(UINode innerRightNode)
public final UINode getInnerStart()
public final void setInnerStart(UINode innerStartNode)
public final UINode getInnerEnd()
public final void setInnerEnd(UINode innerEndNode)
public static UINode getTop(MutableUINode bean)
public static void setTop(MutableUINode bean, UINode topNode)
public static UINode getBottom(MutableUINode bean)
public static void setBottom(MutableUINode bean, UINode bottomNode)
public static UINode getLeft(MutableUINode bean)
public static void setLeft(MutableUINode bean, UINode leftNode)
public static UINode getRight(MutableUINode bean)
public static void setRight(MutableUINode bean, UINode rightNode)
public static UINode getStart(MutableUINode bean)
public static void setStart(MutableUINode bean, UINode startNode)
public static UINode getEnd(MutableUINode bean)
public static void setEnd(MutableUINode bean, UINode endNode)
public static UINode getInnerTop(MutableUINode bean)
public static void setInnerTop(MutableUINode bean, UINode innerTopNode)
public static UINode getInnerBottom(MutableUINode bean)
public static void setInnerBottom(MutableUINode bean, UINode innerBottomNode)
public static UINode getInnerLeft(MutableUINode bean)
public static void setInnerLeft(MutableUINode bean, UINode innerLeftNode)
public static UINode getInnerRight(MutableUINode bean)
public static void setInnerRight(MutableUINode bean, UINode innerRightNode)
public static UINode getInnerStart(MutableUINode bean)
public static void setInnerStart(MutableUINode bean, UINode innerStartNode)
public static UINode getInnerEnd(MutableUINode bean)
public static void setInnerEnd(MutableUINode bean, UINode innerEndNode)
|
UIX 2.2.16 | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |