|
BEA Systems, Inc. | ||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use HtmlContainer | |
weblogic.html |
Uses of HtmlContainer in weblogic.html |
Methods in weblogic.html that return HtmlContainer | |
HtmlContainer |
HtmlElement.asHtmlContainer()
Returns an HtmlElement as an HtmlContainer. |
HtmlContainer |
HtmlPage.getBody()
Returns the HtmlContainer that is the body portion of an HtmlPage. |
HtmlContainer |
HtmlPage.getHead()
Returns the HtmlContainer that is the head portion of an HtmlPage. |
HtmlContainer |
TableElement.getColGroup()
Gets the colgroup set of a TableElement. |
HtmlContainer |
HtmlContainer.addElement(HtmlElement elem)
Adds an HtmlElement to an HtmlContainer. |
HtmlContainer |
HtmlContainer.addElement(java.lang.String str)
Adds a string to an HtmlContainer. |
HtmlContainer |
HtmlContainer.addElement(java.lang.String newkey,
java.lang.String str)
Adds a string identified by the specified key 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 str,
int pos)
Inserts a string into an HtmlContainer at the specified index position. |
HtmlContainer |
HtmlContainer.insertElementAt(java.lang.String newkey,
java.lang.String str,
int pos)
Inserts a string identified by the specified key 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 str,
java.lang.String keyname)
Inserts a string into an HtmlContainer at the specified key location. |
HtmlContainer |
HtmlContainer.insertElementAt(java.lang.String newkey,
java.lang.String str,
java.lang.String keyname)
Inserts a string identified by the specified key 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 str,
int pos)
Replaces whatever is at the specified index position with the specified string. |
HtmlContainer |
HtmlContainer.replaceElementAt(java.lang.String newkey,
java.lang.String str,
int pos)
Replaces whatever is at the specified index position with the specified string identified by the specified key. |
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 str,
java.lang.String keystr)
Replaces whatever is at the specified key location with the specified string. |
HtmlContainer |
HtmlContainer.replaceElementAt(java.lang.String newkey,
java.lang.String str,
java.lang.String oldkey)
Replaces whatever is at the specified key location with the specified string identified by the specified key. |
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. |
HtmlContainer |
HtmlContainer.removeElementAt(int pos)
Removes whatever is at the specified index position. |
HtmlContainer |
HtmlContainer.removeElementAt(java.lang.String pos)
Removes whatever is at the specified index position. |
HtmlContainer |
BodyElement.getContainer()
Returns the HtmlContainer that is bounded by the start and end tags of a BodyElement. |
HtmlContainer |
BodyElement.addElement(HtmlElement he)
Adds an element to the HtmlContainer of a BodyElement. |
|
Documentation is available at http://www.weblogic.com/docs51 |
|||||||||
PREV NEXT | FRAMES NO FRAMES |