|
BEA Systems, Inc. | ||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--weblogic.html.HtmlElement | +--weblogic.html.MarkupElement | +--weblogic.html.FrameType
This class encapsulates valid values for the FRAME attribute that is supported by some browsers, particularly for use in setting borders around a table. Verify that your browser supports FRAME/RULES attributes before using these values.
TableElement.setFramework(weblogic.html.FrameType, weblogic.html.RulesType)
Field Summary | |
static FrameType |
above
Deprecated. Renders the top side of the frame. |
static FrameType |
below
Deprecated. Renders the bottom side of the frame. |
static FrameType |
border
Deprecated. Renders all four sides of the frame. |
static FrameType |
box
Deprecated. Renders all four sides of the frame. |
static FrameType |
hsides
Deprecated. Renders the top and bottoms sides of the frame. |
static FrameType |
lhs
Deprecated. Renders the left hand side of the frame. |
static FrameType |
none
Deprecated. Does not render any sides of the frame. |
static FrameType |
rhs
Deprecated. Renders the right hand side of the frame. |
static FrameType |
vsides
Deprecated. Renders the left and right sides of the frame. |
Fields inherited from class weblogic.html.HtmlElement |
codeset,
useObsolete |
Constructor Summary | |
FrameType(java.lang.String str)
Deprecated. Constructor. |
Methods inherited from class weblogic.html.MarkupElement |
BeginFont,
BeginFontFace,
BeginFontSize,
BeginHeader,
EndHeader,
output,
output,
output,
setContents |
Methods inherited from class java.lang.Object |
clone,
equals,
finalize,
getClass,
hashCode,
notify,
notifyAll,
wait,
wait,
wait |
Field Detai |