|
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.ScrollType
A ScrollType object is used to describe if an htmlKona FrameElement should have scrollbars. There are three variables in this class; yes means that scrollbars are always visible, no means that scrollbars are never visible, and auto instructs the browser to turn on scrollbars when necessary. Default is auto.
FrameElement| Field Summary | |
static ScrollType |
auto
Deprecated. Sets scroll bars (horizontal and vertical) so that they are visible if needed to be able to view the entire contents of a frame. |
static ScrollType |
no
Deprecated. Sets scroll bars (horizontal and vertical) so that they are never visible. |
static ScrollType |
yes
Deprecated. Sets scroll bars (horizontal and vertical) so that they are always visible. |
| Fields inherited from class weblogic.html.HtmlElement |
codeset,
useObsolete |
| Constructor Summary | |
ScrollType(java.lang.String str)
Deprecated. Constructs a ScrollType object with the specified String ( yes, no, auto). |
|
| 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 Detail |
public static ScrollType yes
public static ScrollType no
public static ScrollType auto
| Constructor Detail |
public ScrollType(java.lang.String str)
FrameElement.setScrolling(ScrollType)
|
Documentation is available at http://e-docs.bea.com/wls/docs60 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||