BEA Systems, Inc.

WebLogic Server 5.1.0 API Reference

weblogic.html
Class NoFramesElement

java.lang.Object
  |
  +--weblogic.html.HtmlElement
        |
        +--weblogic.html.ElementWithAttributes
              |
              +--weblogic.html.MultiPartElement
                    |
                    +--weblogic.html.NoFramesElement

public class NoFramesElement
extends MultiPartElement

The contents of a NoFramesElement will be displayed if the FrameSetElement and its FrameElements on the same HtmlPage cannot be displayed. The contents of a NoFramesElement are accessible by index position.

Version:
2.1
Author:
Copyright (c) 1995-96, WebLogic, Inc.
Copyright © 2000 BEA Systems, Inc. All Rights Reserved.
See Also:
FrameSetElement, FrameElement

Fields inherited from class weblogic.html.HtmlElement
codeset, useObsolete
 
Constructor Summary
NoFramesElement()
           
 
Method Summary
 NoFramesElement addElement(HtmlElement elem)
          Adds an HtmlElement to a NoFramesElement.
 NoFramesElement addElement(java.lang.String str)
          Adds a string to a NoFramesElement.
 HtmlElement getElementAt(int pos)
          Gets an HtmlElement at the specified index position in a NoFramesElement.
protected  java.lang.String getHtmlCode()
           
protected  boolean printCR()
           
 
Methods inherited from class weblogic.html.MultiPartElement
addHeadMultiElement, addMultiElement, getMultiElementAt, getNumElements, printBody, printBody, printBody, removeElement, removeElementAt, replaceElementAt, replaceMultiElementAt, widthAsLiteral
 
Methods inherited from class weblogic.html.ElementWithAttributes
addAttribute, addAttribute, escapeQuotes, getBooleanAttribute, getElementAttribute, getLocalVar, getQuotedAttribute, output, output, output, printBody, printEndingTag, setBooleanAttribute, setBooleanAttribute, setClass, setDirection, setElementAttribute, setElementAttribute, setElementAttribute, setElementAttribute, setElementAttribute, setId, setLang, setLocalVar, setQuotedAttribute, setStyle
 
Methods inherited from class weblogic.html.HtmlElement
asAnchorElement, asBigElement, asBlockquoteElement, asBoldElement, asCenteredElement, asCiteElement, asCodeElement, asCommentElement, asDefineTermElement, asEmphasisElement, asFontElement, asFontElement, asFontElement, asHtmlContainer, asItalicElement, asKeyboardElement, asLiteralElement, asParagraphElement, asSampleElement, asSmallElement, asStrikeElement, asStrongElement, asSubscriptElement, asSuperscriptElement, asTeletypeElement, asUnderlineElement, asVariableElement, getVersion, setAnchorMode, setCodeset, toString, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

NoFramesElement

public NoFramesElement()
Method Detail

printCR

protected boolean printCR()

Overrides:
printCR in class ElementWithAttributes

getHtmlCode

protected java.lang.String getHtmlCode()

Overrides:
getHtmlCode in class ElementWithAttributes

addElement

public NoFramesElement addElement(HtmlElement elem)
Adds an HtmlElement to a NoFramesElement.

Parameters:
elem - HtmlElement
Returns:
NoFramesElement

addElement

public NoFramesElement addElement(java.lang.String str)
Adds a string to a NoFramesElement.

Parameters:
str - String
Returns:
NoFramesElement

getElementAt

public HtmlElement getElementAt(int pos)
Gets an HtmlElement at the specified index position in a NoFramesElement.

Parameters:
pos - Index into the contents
Returns:
NoFramesElement

Documentation is available at
http://www.weblogic.com/docs51