|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Object
|
+--com.sapportals.portal.prt.util.html.HtmlAttributeContainer
|
+--com.sapportals.portal.prt.util.html.HtmlBase
|
+--com.sapportals.portal.prt.util.html.HtmlContainer
|
+--com.sapportals.portal.prt.util.html.HtmlContainerIdentifiable
|
+--com.sapportals.portal.prt.util.html.HtmlFrameSet
HtmlFrameSet.java Created: Thu Oct 28 10:15:37 1999
| Field Summary | |
protected int |
m_border
The space between frames. |
protected java.lang.String |
m_borderColor
The color of the border |
protected java.lang.String |
m_cols
Number of columns in the frameset |
protected java.lang.String |
m_frameBorder
Frame border definition. values : YES | 1 | NO | 0 |
protected int |
m_frameSpacing
space between the frames |
protected java.lang.String |
m_rows
The number of rows |
| Fields inherited from class com.sapportals.portal.prt.util.html.HtmlContainer |
m_htmlElements |
| Fields inherited from class com.sapportals.portal.prt.util.html.HtmlBase |
m_hasTag |
| Fields inherited from class com.sapportals.portal.prt.util.html.HtmlAttributeContainer |
EQUALS_BEGIN, EQUALS_END, m_attributes, SPACE |
| Constructor Summary | |
HtmlFrameSet()
|
|
| Method Summary | |
int |
getBorder()
Get the value of m_border. |
java.lang.String |
getBorderColor()
Get the value of m_borderColor. |
java.lang.String |
getCols()
Get the value of m_cols. |
java.lang.String |
getFrameBorder()
Get the value of m_frameBorder. |
int |
getFrameSpacing()
Get the value of m_frameSpacing. |
java.lang.String |
getRows()
Get the value of m_rows. |
void |
outputAttributes(java.io.PrintWriter out)
Deprecated. |
void |
outputAttributes(java.lang.StringBuffer strbuf)
|
void |
outputAttributes(java.io.Writer out)
|
HtmlFrameSet |
setBorder(int v)
Set the value of m_border. |
HtmlFrameSet |
setBorderColor(java.lang.String v)
Set the value of m_borderColor. |
HtmlFrameSet |
setCols(java.lang.String v)
Set the value of m_cols. |
HtmlFrameSet |
setFrameBorder(java.lang.String v)
Set the value of m_frameBorder. |
HtmlFrameSet |
setFrameSpacing(int v)
Set the value of m_frameSpacing. |
HtmlFrameSet |
setRows(java.lang.String v)
Set the value of m_rows. |
| Methods inherited from class com.sapportals.portal.prt.util.html.HtmlContainerIdentifiable |
destroy, setID |
| Methods inherited from class com.sapportals.portal.prt.util.html.HtmlContainer |
addElement, addElement, getElementCount, getHtmlElements, output, output, output, outputChildren, outputChildren, outputEndTag, outputEndTag, outputStartTag, outputStartTag, removeAllElements, removeElement, setHtmlElements, toString |
| Methods inherited from class com.sapportals.portal.prt.util.html.HtmlBase |
getTag, hasTag, requireClosingTag, requireClosingTag, setClass, setStyle, setTag |
| Methods inherited from class com.sapportals.portal.prt.util.html.HtmlAttributeContainer |
addAttribute, appendToAttribute, getAttributes, removeAttribute |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Methods inherited from interface com.sapportals.portal.prt.util.html.IHtmlIdentifiable |
setClass |
| Field Detail |
protected int m_border
protected int m_frameSpacing
protected java.lang.String m_frameBorder
protected java.lang.String m_borderColor
protected java.lang.String m_cols
protected java.lang.String m_rows
| Constructor Detail |
public HtmlFrameSet()
| Method Detail |
public void outputAttributes(java.lang.StringBuffer strbuf)
outputAttributes in class HtmlAttributeContainerpublic void outputAttributes(java.io.PrintWriter out)
outputAttributes in class HtmlAttributeContainercom.sapportals.portal.prt.util.html.IHtmlAttributeContainerwriter - public void outputAttributes(java.io.Writer out)
outputAttributes in class HtmlAttributeContainerpublic java.lang.String getCols()
public HtmlFrameSet setCols(java.lang.String v)
v - Value to assign to m_cols.public java.lang.String getRows()
public HtmlFrameSet setRows(java.lang.String v)
v - Value to assign to m_rows.public java.lang.String getFrameBorder()
public HtmlFrameSet setFrameBorder(java.lang.String v)
v - Value to assign to m_frameBorder.public java.lang.String getBorderColor()
public HtmlFrameSet setBorderColor(java.lang.String v)
v - Value to assign to m_borderColor.public int getBorder()
public HtmlFrameSet setBorder(int v)
v - Value to assign to m_border.public int getFrameSpacing()
public HtmlFrameSet setFrameSpacing(int v)
v - Value to assign to m_frameSpacing.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||