BEA Systems, Inc.

WebLogic Server 5.1.0 API Reference

Uses of Class
weblogic.html.HtmlElement

Packages that use HtmlElement
weblogic.html   
 

Uses of HtmlElement in weblogic.html
 

Subclasses of HtmlElement in weblogic.html
 class AcronymElement
          An AcronymElement is used to mark a sequence of characters that compose an acronym.
 class AddressElement
          Use an AddressElement to create the ADDRESS element on an HtmlPage.
 class AlignType
          The AlignType class contains variables for setting alignment of HtmlElements.
 class AnchorElement
          Use an AnchorElement object to create hypertext links in a document.
 class AnchorType
          This class encapsulates attributes for an AnchorElement.
 class AppletElement
          Deprecated. Use the ObjectElement instead
 class AreaElement
          This class supports Netscape client-side image maps.
 class BaseElement
          A BaseElement object is analogous to an HTML BASE element.
 class BaseFontElement
          Deprecated. Use StyleElement
 class BeanHTML
          Uses Java Bean idioms to create various HTML elements.
 class BigElement
          A BigElement is used to place text in a large font.
 class BlockquoteElement
          A BlockquoteElement is used for quotes or citations that appear in an indented block in a document.
 class BodyElement
          The BodyElement class is used to set attributes for the body of an HtmlPage.
 class BoldElement
          A BoldElement is used to set the font attribute to bold-face type.
 class BorderstyleType
          This class encapsulates valid values for BORDERSTYLE attributes.
 class BreakElement
          This class extends the functionality of the convenient MarkupElement.Break.
 class ButtonElement
          A ButtonElement is used as a special kind of input element on an HTML form.
 class CenteredElement
          Deprecated. Use DivElement.setCentered()
 class CiteElement
          A CiteElement is used for citations or references to other sources.
 class ClearType
          Use a ClearType object to set the HTML CLEAR attribute for an HtmlElement.
 class CodeElement
          A CodeElement is used to add strong emphasis to a phrase.
 class ColElement
           
 class ColGroupElement
           
 class CommentElement
          A CommentElement is used to place comments within an HtmlPage.
 class DefineTermElement
          A DefineTermElement is used to mark the defining instance of the enclosed term.
 class DefinitionItem
          A DefinitionItem object is made up of a term and a definition.
 class DefinitionList
          A DefinitionList object is a list of terms and definitions.
 class DirList
          Deprecated. Use UnorderedList instead
 class DivElement
          A DivElement is used to define the attributes for a division in an HTML document.
 class ElementWithAttributes
          The ElementWithAttributes is the parent class from which all HtmlElements with attributes are derived.
 class EmbedElement
          Use an EmbedElement to insert an arbitrary object directly into an HTML page.
 class EmphasisElement
          An EmphasisElement is used to add basic emphasis to a phrase.
 class FieldsetElement
          The FieldsetElement allows form designers to group thematically related controls together.
 class FieldType
          The FieldType class contains variables for setting the attribute of an InputElement added to an htmlKona FormElement.
 class FileElement
          A FileElement object is used to retrieve the contents of a file.
 class FontElement
          Deprecated. Use StyleElement
 class FormElement
          FormElement objects are used to set and get attributes customarily used in the HTML FORM indicator, like "ACTION" and "ONSUBMIT".
 class FrameElement
          Add one FrameElement for each frame to a FrameSetElement object to lay out multiple frames.
 class FrameSetElement
          A FrameSetElement is used to place multiple frames on an htmlKona page.
 class 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.
 class HeadingElement
          HeadingElement objects are used to add HTML headings (H1, H2, etc.) to an htmlKona page.
 class HorizontalRuleElement
          This class extends the functionality of the convenient MarkupElement.HoriztonalLine or MarkupElement.HorizontalRule.
 class HtmlContainer
          Class for HtmlContainer objects.
 class ImageElement
          An ImageElement is used to display an image (GIF/JPEG) on an htmlKona page and set the HTML attributes of the image, such as source, border, size, and alignment.
 class InputElement
          An InputElement object is used to capture user input on an htmlKona FormElement.
 class IsIndexElement
          Deprecated. Use a standard InputElement instead
 class ItalicElement
          An ItalicElement displays italicized type.
 class KeyboardElement
          A KeyboardElement is used for text that is to be typed by the user.
 class LegendElement
          The LegendElement sets a legend for a FieldsetElement.
 class LinkElement
          This class has been superceded in version 2.1 by the AnchorElement.
 class LinkHeadElement
          A LinkHeadElement is used to add a LINK element to the head portion of an HtmlPage.
 class ListElement
          Parent class for various htmlKona lists.
 class ListItem
          ListItems are added to a ListElement object (or an object from one of its subclasses, OrderedList, and UnorderedList) to build a list on an htmlKona page.
 class LiteralElement
          LiteralElement objects are used to pass data to the htmlKona engine that creates the HTML exactly as it exists.
 class MapElement
          This class supports Netscape client-side image maps.
 class MarkupElement
          This class encapsulates certain HTML markup elements for an htmlKona canvas.
 class MediaType
          The MediaType class identifies media types for use with the StyleElement.
 class MenuList
          Deprecated. Use UnorderedList instead
 class MetaElement
          A MetaElement is used to add META information to the head portion of an HtmlPage.
 class MimeType
           
 class MultiColElement
          Use a MultiColElement to display text in a multicolumn format on an HtmlPage.
 class MultiPartElement
          The MultiPartElement class is the parent class for all HtmlElements that have multiple components.
 class NoFramesElement
          The contents of a NoFramesElement will be displayed if the FrameSetElement and its FrameElements on the same HtmlPage cannot be displayed.
 class NoScriptElement
          Use a NoScriptElement container for HtmlElements that will be displayed (instead of executing the code in a ScriptElement on the same page) when a user has scripts turned off or if the displaying browser doesn't support scripts.
 class ObjectElement
          An ObjectElement, introduced in HTML 4.0, provides a generic method for including various resources in a document, including images, applets, files, and image maps.
 class OptionElement
          Use OptionElement objects to build a SelectElement.
 class OrderedList
          An OrderedList object (a type of ListElement) is used to create a numbered list on an htmlKona page.
 class ParagraphElement
          This class extends the functionality of the convenient MarkupElement.BeginParagraph/EndParagraph.
 class ParamElement
          A ParamElement is used to set applet parameters for an AppletElement.
 class QElement
          A QElement is used for quotes or citations that appear inline a document.
 class RulesType
          This class encapsulated valid values for the RULE attribute, introduced by HTML 4.0 and supported by some browsers, that is used to describe how horizontal and vertical rules should be placed, particularly between cells of a table.
 class SampleElement
          A SampleElement is used for sample output from programs, scripts, etc.
 class ScriptElement
          Use a ScriptElement to add a JavaScript script to an HtmlPage.
 class ScrollType
          A ScrollType object is used to describe if an htmlKona FrameElement should have scrollbars.
 class SelectElement
          A SelectElement object is analogous to an HTML select set used in a form for capturing user choices from a multi-item dropdown-type combo box.
 class SinglePartElement
          The SinglePartElement class is the parent class for all HtmlElements that have a single component.
 class SmallElement
          A SmallElement is used to place text in a small font.
 class SpacerElement
          Use a SpacerElement to control the spacing between objects and whitespace on an HtmlPage.
 class SpacerType
          Encapsulates permitted types of SpaceElements.
 class SpanElement
          A SpanElement, like a DivElement, offers a generic mechanism for adding structure to documents.
 class StrikeElement
          Deprecated.  
 class StringElement
          A StringElement is used to add String objects to an HtmlPage.
 class StrongElement
          A StrongElement is used to add strong emphasis to a phrase.
 class StyleElement
          The StyleElement provides a means for including rendering information with style notation.
 class SubscriptElement
          A SubscriptElement object is used to set the subscript attribute for an HtmlElement.
 class SuperscriptElement
          A SuperscriptElement object is used to set the superscript attribute for an HtmlElement.
 class TableCaptionElement
          A TableCaptionElement object is used to set the caption and its attributes for an htmlKona TableElement.
 class TableDataElement
          A TableDataElement object is used to display a single cell of an htmlKona TableElement.
 class TableElement
          A TableElement is analogous to an HTML table.
 class TableHeadingElement
          A TableHeadingElement object is used to set the heading for a column in a TableElement.
 class TableRowElement
          A TableRowElement is used to build the rows of an htmlKona TableElement.
 class TBodyElement
           
 class TeletypeElement
          A TeletypeElement is used to set the font attribute to a teletype or monospace, typewriter-like font.
 class TextAlignType
          A TextAlignType object is used to set the alignment for text, that is, for the text contents of an HtmlElement.
 class TextAreaElement
          A TextAreaElement is used to capture user input in a text field on a form.
 class TextFlowElement
          Use a TextFlowElement to supply alternate text for an AppletElement.
 class TFootElement
           
 class THeadElement
           
 class TitleElement
          A TitleElement is used to add TITLE information to the head portion of an HtmlPage.
 class UnderlineElement
          Deprecated.  
 class UnorderedList
          An UnorderedList object (a type of ListElement) is used to create a bulleted list on an htmlKona page.
 class VariableElement
          A VariableElement is used for variables or arguments to commands.
 class WindowName
          The WindowName class is used to set the attribute to direct a link to display in a targeted window.
 class WrapType
          A WrapType object is used to set the wrap attributes of an HtmlElement, an extension supported by some browsers.
 

Fields in weblogic.html declared as HtmlElement
protected  HtmlElement TableDataElement.val
           
 

Methods in weblogic.html that return HtmlElement
protected  HtmlElement ElementWithAttributes.getElementAttribute(java.lang.String key)
           
protected  HtmlElement MultiPartElement.getMultiElementAt(int pos)
           
protected  HtmlElement MultiPartElement.replaceMultiElementAt(HtmlElement val, int pos)
           
protected  HtmlElement MultiPartElement.addHeadMultiElement(HtmlElement val)
           
 HtmlElement NoScriptElement.getElementAt(int pos)
          Gets an HtmlElement at the specified index position in a NoScriptElement.
 HtmlElement SinglePartElement.setElement(java.lang.String str)
          Returns the specified String as an HtmlElement.
 HtmlElement SinglePartElement.setElement(HtmlElement elem)
          Returns the specified HtmlElement as an HtmlElement.
 HtmlElement SinglePartElement.getElement()
          Gets a SinglePartElement as an HtmlElement.
 HtmlElement TableDataElement.getHtmlElement()
          Gets the underlying HtmlElement used to create the contents of the TableDataElement.
 HtmlElement FormElement.getElementAt(int pos)
          Gets the HtmlElement at the specified index position.
 HtmlElement AppletElement.getElementAt(int pos)
          Deprecated. Returns the HtmlElement at the specified index position.
 HtmlElement FrameSetElement.getElementAt(int pos)
          Gets the HtmlElement at the specified index position in a FrameSetElement.
 HtmlElement NoFramesElement.getElementAt(int pos)
          Gets an HtmlElement at the specified index position in a NoFramesElement.
 HtmlElement DivElement.getElementAt(int pos)
          Gets the HtmlElement at the specified index position.
 HtmlElement HtmlContainer.getElementAt(java.lang.String key)
          Returns the HtmlElement at the specified key location.
 HtmlElement HtmlContainer.getElementAt(int pos)
          Returns the HtmlElement at the specified index position.
 HtmlElement HtmlContainer.lastElement()
          Returns the last HtmlElement in an HtmlContainer.
 HtmlElement HtmlContainer.firstElement()
          Returns the first HtmlElement in an HtmlContainer.
 

Methods in weblogic.html with parameters of type HtmlElement
protected  void ElementWithAttributes.setElementAttribute(java.lang.String key, HtmlElement val)
           
protected  void MultiPartElement.addMultiElement(HtmlElement val)
           
protected  HtmlElement MultiPartElement.replaceMultiElementAt(HtmlElement val, int pos)
           
protected  HtmlElement MultiPartElement.addHeadMultiElement(HtmlElement val)
           
 MultiPartElement MultiPartElement.replaceElementAt(HtmlElement val, int pos)
          Replaces the element at the specified position with the HtmlElement specified in the first argument.
 MultiPartElement MultiPartElement.removeElement(HtmlElement elementname)
          Removes the specified, named HtmlElement.
 NoScriptElement NoScriptElement.addElement(HtmlElement elem)
          Adds an HtmlElement to a NoScriptElement.
 HtmlElement SinglePartElement.setElement(HtmlElement elem)
          Returns the specified HtmlElement as an HtmlElement.
 ListElement ListElement.addElement(HtmlElement val)
          Adds an HtmlElement to a ListElement.
 FormElement FormElement.addElement(HtmlElement val)
          Adds an HtmlElement to a FormElement.
 AddressElement AddressElement.setAuthor(HtmlElement author)
          Sets the author information for an AddressElement.
 TableRowElement TableRowElement.addElement(HtmlElement val)
          Adds the specified HtmlElement as a TableDataElement to a TableRowElement.
 AppletElement AppletElement.addElement(HtmlElement val)
          Deprecated. Adds the specified HtmlElement to an AppletElement.
 StyleElement StyleElement.setContents(HtmlElement contents)
          Sets the contents of a StyleElement.
 TextFlowElement TextFlowElement.setText(HtmlElement elem)
          Sets the contents of a TextFlowElement.
 StringElement StringElement.replace(java.lang.String oldstr, HtmlElement elem)
          Replaces a string in a StringElement with the string representation of an HtmlElement.
 DefinitionItem DefinitionItem.setTerm(HtmlElement elem)
          Sets the term of a DefinitionItem.
 DefinitionItem DefinitionItem.setDef(HtmlElement elem)
          Sets the definition of a DefinitionItem.
 ButtonElement ButtonElement.setContents(HtmlElement contents)
          Sets the contents of a ButtonElement.
 AnchorElement AnchorElement.setHref(HtmlElement url)
          Sets the HREF attribute for an AnchorElement.
 InputElement InputElement.setUnquotedSrc(HtmlElement src)
          Sets the SRC attribute of an InputElement to an HtmlElement without double quotes.
 ImageElement ImageElement.setUseMap(HtmlElement url, boolean ismap)
          Sets the USEMAP attribute for an ImageElement.
 NoFramesElement NoFramesElement.addElement(HtmlElement elem)
          Adds an HtmlElement to a NoFramesElement.
 DivElement DivElement.addElement(HtmlElement val)
          Adds an HtmlElement to a DivElement.
 MultiColElement MultiColElement.setContents(HtmlElement contents)
          Sets the contents of a MultiColElement.
 TableElement TableElement.setCellAt(int row, int col, HtmlElement val)
          Sets the cell at the specified row and column to the specified HtmlElement value.
 TableElement TableElement.setCaption(HtmlElement he)
          Sets the caption to the specified HtmlElement.
 HtmlContainer HtmlContainer.addElement(HtmlElement elem)
          Adds an HtmlElement to an HtmlContainer.
 HtmlContainer HtmlContainer.addElement(java.lang.String newkey, HtmlElement val)
          Adds an HtmlElement identified by the specified key to an HtmlContainer.
 HtmlContainer HtmlContainer.insertElementAt(HtmlElement elem, int pos)
          Inserts an HtmlElement into an HtmlContainer at the specified index position.
 HtmlContainer HtmlContainer.insertElementAt(java.lang.String newkey, HtmlElement val, int pos)
          Inserts an HtmlElement identified by the specified key into an HtmlContainer at the specified index position.
 HtmlContainer HtmlContainer.insertElementAt(HtmlElement elem, java.lang.String keyname)
          Inserts an HtmlElement into an HtmlContainer at the specified key location.
 HtmlContainer HtmlContainer.insertElementAt(java.lang.String newkey, HtmlElement val, java.lang.String keyname)
          Inserts an HtmlElement identified by the specified key into an HtmlContainer at the specified key location.
 HtmlContainer HtmlContainer.replaceElementAt(HtmlElement elem, int pos)
          Replaces whatever is at the specified index position with the specified HtmlElement.
 HtmlContainer HtmlContainer.replaceElementAt(java.lang.String newkey, HtmlElement val, int pos)
          Replaces whatever is at the specified index position with the specified HtmlElement identified by the specified key.
 HtmlContainer HtmlContainer.replaceElementAt(HtmlElement elem, java.lang.String keystr)
          Replaces whatever is at the specified key location with the specified HtmlElement.
 HtmlContainer HtmlContainer.replaceElementAt(java.lang.String newkey, HtmlElement val, java.lang.String oldkey)
          Replaces whatever is at the specified key location with the specified HtmlElement identified by the specified key.
 FieldsetElement FieldsetElement.addElement(HtmlElement formelement)
          Adds an HtmlElement to a FieldsetElement.
 HtmlContainer BodyElement.addElement(HtmlElement he)
          Adds an element to the HtmlContainer of a BodyElement.
 SpanElement SpanElement.addElement(HtmlElement val)
          Adds an HtmlElement to a SpanElement.
 

Constructors in weblogic.html with parameters of type HtmlElement
SinglePartElement.SinglePartElement(HtmlElement val)
          Constructs a SinglePartElement with the specified HtmlElement.
SuperscriptElement.SuperscriptElement(HtmlElement val)
          Constructs a SuperscriptElement with the specified value.
UnderlineElement.UnderlineElement(HtmlElement val)
          Deprecated. Constructs a UnderlineElement with the specified HtmlElement.
TableDataElement.TableDataElement(HtmlElement elem)
          Constructs a TableDataElement object with the specified HtmlElement object.
TableCaptionElement.TableCaptionElement(HtmlElement elem)
          Constructs a TableCaptionElement with the specified HtmlElement.
LiteralElement.LiteralElement(HtmlElement val)
          Constructs a LiteralElement with the specified HtmlElement.
SampleElement.SampleElement(HtmlElement val)
          Constructs a SampleElement with the specified HtmlElement.
CiteElement.CiteElement(HtmlElement val)
          Constructs a CiteElement with the specified HtmlElement.
TableHeadingElement.TableHeadingElement(HtmlElement elem)
          Constructs a TableHeadingElement object with the specified HtmlElement.
AddressElement.AddressElement(HtmlElement author)
          Constructs an AddressElement with the specified string.
AddressElement.AddressElement(java.lang.String url, HtmlElement author)
          Constructs an AddressElement with the specified URL and author information.
CommentElement.CommentElement(HtmlElement comment)
          Constructs a CommentElement with the specified HtmlElement.
TableRowElement.TableRowElement(HtmlElement elem)
          Constructs a TableRowElement with the specified HtmlElement.
VariableElement.VariableElement(HtmlElement val)
          Constructs a VariableElement with the specified HtmlElement.
StyleElement.StyleElement(MimeType type, HtmlElement contents)
          Constructs a StyleElement with the specified contents and sets it to the specified style notation.
TextFlowElement.TextFlowElement(HtmlElement elem)
          Constructs a TextFlowElement with the specified HtmlElement.
BoldElement.BoldElement(HtmlElement val)
          Constructs a BoldElement with the specified HtmlElement.
StringElement.StringElement(HtmlElement val)
          Constructs a StringElement with the specified HtmlElement.
DefinitionItem.DefinitionItem(HtmlElement term)
          Constructs a DefinitionItem with the specified HtmlElement as a term.
DefinitionItem.DefinitionItem(HtmlElement term, HtmlElement def)
          Constructs a DefinitionItem with the specified HtmlElements as a term and a definition.
ButtonElement.ButtonElement(java.lang.String name, FieldType typeval, HtmlElement contents)
          Constructs a ButtonElement with the specified name and of the specified FieldType (submit, reset, or button), set to the specified HtmlElement (for instance, an ImageElement).
AnchorElement.AnchorElement(HtmlElement display)
          Constructs a AnchorElement with the specified display information and no URL.
AnchorElement.AnchorElement(java.lang.String url, HtmlElement display)
          Constructs a AnchorElement with the specified URL and display information.
AnchorElement.AnchorElement(AnchorType type, java.lang.String link, HtmlElement display)
          Constructs an AnchorElement of the specified type and link, and sets the contents of the anchor.
AnchorElement.AnchorElement(java.lang.String url, HtmlElement display, java.lang.String target)
          Constructs an AnchorElement with the specified URL, sets the display information to the specified HtmlElement, and sets the display window to the specified string name.
AnchorElement.AnchorElement(java.lang.String url, HtmlElement display, WindowName target)
          Constructs an AnchorElement with the specified URL, display information, and target.
InputElement.InputElement(java.lang.String namestr, FieldType typeval, HtmlElement value)
          Constructs an InputElement with the specified name and of the specified type, set to the specified HtmlElement.
InputElement.InputElement(java.lang.String namestr, FieldType typeval, java.lang.String value, HtmlElement label)
          Constructs an InputElement with the specified name, type, and value, with the label set to the specified label.
ImageElement.ImageElement(HtmlElement src)
          Constructs an ImageElement with the specified source.
DefineTermElement.DefineTermElement(HtmlElement val)
          Constructs a DefineTermElement with the specified HtmlElement.
LinkElement.LinkElement(HtmlElement elem)
           
LinkElement.LinkElement(java.lang.String str, HtmlElement elem)
           
StrongElement.StrongElement(HtmlElement val)
          Constructs a StrongElement with the specified HtmlElement.
BigElement.BigElement(HtmlElement val)
          Constructs a BigElement with the specified HtmlElement.
KeyboardElement.KeyboardElement(HtmlElement val)
          Constructs a KeyboardElement with the specified HtmlElement.
MultiColElement.MultiColElement(int cols, HtmlElement contents)
          Constructs a MultiColElement with the specified number of columns.
MultiColElement.MultiColElement(int cols, int gutter, int width, HtmlElement contents)
          Constructs a MultiColElement with the specified number of columns, gutter space, and column width.
BlockquoteElement.BlockquoteElement(HtmlElement contents)
          Constructs a BlockquoteElement with the specified HtmlElement.
ItalicElement.ItalicElement(HtmlElement val)
          Constructs an ItalicElement with the specified HtmlElement.
EmphasisElement.EmphasisElement(HtmlElement val)
          Constructs a EmphasisElement with the specified HtmlElement.
CenteredElement.CenteredElement(HtmlElement val)
          Deprecated. Constructs a CenteredElement with the specified HtmlElement.
HeadingElement.HeadingElement(HtmlElement val, int num)
          Constructs a HeadingElement with the specified HtmlElement set to the specified level.
SubscriptElement.SubscriptElement(HtmlElement val)
          Constructs a SubscriptElement with the specified value
ParagraphElement.ParagraphElement(HtmlElement val)
          Constructs a ParagraphElement with the specified HtmlElement.
StrikeElement.StrikeElement(HtmlElement val)
          Deprecated. Constructs a StrikeElement with the specified HtmlElement.
ListItem.ListItem(HtmlElement val)
          Constructs a ListItem with the specified HtmlElement.
CodeElement.CodeElement(HtmlElement val)
          Constructs a CodeElement with the specified HtmlElement.
TeletypeElement.TeletypeElement(HtmlElement val)
          Constructs a TeletypeElement with the specified HtmlElement.
SmallElement.SmallElement(HtmlElement val)
          Constructs a SmallElement with the specified HtmlElement.
FontElement.FontElement(int size, HtmlElement val)
          Deprecated. Constructs a FontElement of the specified font size with the specified HtmlElement.
FontElement.FontElement(java.lang.String size, HtmlElement val)
          Deprecated. Constructs a FontElement of the specified font size with the specified HtmlElement.
FontElement.FontElement(int size, java.lang.String color, HtmlElement val)
          Deprecated. Constructs a FontElement of the specified font size and color with the specified HtmlElement.
FontElement.FontElement(java.lang.String size, java.lang.String color, HtmlElement val)
          Deprecated. Constructs a FontElement of the specified font size and color with the specified HtmlElement.
 


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