| 
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.WindowName
The WindowName class is used to set the attribute to direct a link to display in a targeted window. The variables in this class correspond to the magic target names used in the TARGET attribute.
AreaElement, 
AnchorElement, 
FormElement, 
FrameElement| Field Summary | |
static WindowName | 
blank
Deprecated. Causes the link to always be loaded in a new blank, unnamed window.  | 
static WindowName | 
parent
Deprecated. Causes the link to be loaded in the immediate FRAMESET parent.  | 
static WindowName | 
self
Deprecated. Causes the link to always be loaded in the same window as the originating link.  | 
static WindowName | 
top
Deprecated. Causes the link to load at the top of the document in the same window.  | 
| Fields inherited from class weblogic.html.HtmlElement | 
codeset,  
useObsolete | 
| Constructor Summary | |
WindowName(java.lang.String str)
Deprecated. Constructs a WindowName object.  | 
|
| 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 WindowName blank
public static WindowName self
public static WindowName parent
public static WindowName top
| Constructor Detail | 
public WindowName(java.lang.String str)
  | 
Documentation is available at http://download.oracle.com/docs/cd/E13222_01/wls/docs70  | 
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||