BEA Systems, Inc.

WebLogic Server 5.1.0 API Reference

Uses of Class
weblogic.html.MarkupElement

Packages that use MarkupElement
weblogic.html   
 

Uses of MarkupElement in weblogic.html
 

Subclasses of MarkupElement in weblogic.html
 class AlignType
          The AlignType class contains variables for setting alignment of HtmlElements.
 class AnchorType
          This class encapsulates attributes for an AnchorElement.
 class BorderstyleType
          This class encapsulates valid values for BORDERSTYLE attributes.
 class ClearType
          Use a ClearType object to set the HTML CLEAR attribute for an HtmlElement.
 class FieldType
          The FieldType class contains variables for setting the attribute of an InputElement added to an htmlKona FormElement.
 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 MediaType
          The MediaType class identifies media types for use with the StyleElement.
 class MimeType
           
 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 ScrollType
          A ScrollType object is used to describe if an htmlKona FrameElement should have scrollbars.
 class SpacerType
          Encapsulates permitted types of SpaceElements.
 class TextAlignType
          A TextAlignType object is used to set the alignment for text, that is, for the text contents of an HtmlElement.
 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 MarkupElement
static MarkupElement MarkupElement.Break
          Use with an addElement() method.
static MarkupElement MarkupElement.CR
          Use with an addElement() method.
static MarkupElement MarkupElement.HorizontalLine
          Use with an addElement() method.
static MarkupElement MarkupElement.HorizontalRule
          Use with an addElement() method.
static MarkupElement MarkupElement.NoBreak
          Use with an addElement() method.
static MarkupElement MarkupElement.WordBreak
          Use with an addElement() method.
static MarkupElement MarkupElement.BeginAddress
          Use with an addElement() method.
static MarkupElement MarkupElement.EndAddress
          Use with an addElement() method.
static MarkupElement MarkupElement.BeginBlockquote
          Use with an addElement() method.
static MarkupElement MarkupElement.EndBlockquote
          Use with an addElement() method.
static MarkupElement MarkupElement.BeginBold
          Use with an addElement() method.
static MarkupElement MarkupElement.EndBold
          Use with an addElement() method.
static MarkupElement MarkupElement.BeginBody
          Use with an addElement() method.
static MarkupElement MarkupElement.EndBody
          Use with an addElement() method.
static MarkupElement MarkupElement.BeginCenter
          Use with an addElement() method.
static MarkupElement MarkupElement.EndCenter
          Use with an addElement() method.
static MarkupElement MarkupElement.BeginComment
          Use with an addElement() method.
static MarkupElement MarkupElement.EndComment
          Use with an addElement() method.
static MarkupElement MarkupElement.BeginDiv
          Use with an addElement() method.
static MarkupElement MarkupElement.EndDiv
          Use with an addElement() method.
static MarkupElement MarkupElement.BeginHtml
          Use with an addElement() method.
static MarkupElement MarkupElement.EndHtml
          Use with an addElement() method.
static MarkupElement MarkupElement.BeginItalic
          Use with an addElement() method.
static MarkupElement MarkupElement.EndItalic
          Use with an addElement() method.
static MarkupElement MarkupElement.BeginLiteral
          Use with an addElement() method.
static MarkupElement MarkupElement.EndLiteral
          Use with an addElement() method.
static MarkupElement MarkupElement.BeginParagraph
          Use with an addElement() method.
static MarkupElement MarkupElement.EndParagraph
          Use with an addElement() method.
static MarkupElement MarkupElement.BeginTitle
          Use with an addElement() method.
static MarkupElement MarkupElement.EndTitle
          Use with an addElement() method.
static MarkupElement MarkupElement.EndFont
          Use with an addElement() method with BeginFont().
 

Methods in weblogic.html that return MarkupElement
static MarkupElement MarkupElement.BeginFont(int val)
          Increases or decreases the font size.
static MarkupElement MarkupElement.BeginFontSize(int val)
          Sets the font size to the specified integer.
static MarkupElement MarkupElement.BeginFontFace(java.lang.String face)
          Sets a font face.
static MarkupElement MarkupElement.BeginHeader(int val)
          Sets a heading size.
static MarkupElement MarkupElement.EndHeader(int val)
          Ends a heading container.
 MarkupElement MarkupElement.setContents(java.lang.String val)
           
 


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