|
SAP NetWeaver '04 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.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 String |
m_borderColor
The color of the border |
protected String |
m_cols
Number of columns in the frameset |
protected String |
m_frameBorder
Frame border definition. values : YES | 1 | NO | 0 |
protected int |
m_frameSpacing
space between the frames |
protected 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. |
String |
getBorderColor()
Get the value of m_borderColor. |
String |
getCols()
Get the value of m_cols. |
String |
getFrameBorder()
Get the value of m_frameBorder. |
int |
getFrameSpacing()
Get the value of m_frameSpacing. |
String |
getRows()
Get the value of m_rows. |
void |
outputAttributes(PrintWriter out)
Deprecated. |
void |
outputAttributes(StringBuffer strbuf)
|
void |
outputAttributes(Writer out)
|
HtmlFrameSet |
setBorder(int v)
Set the value of m_border. |
HtmlFrameSet |
setBorderColor(String v)
Set the value of m_borderColor. |
HtmlFrameSet |
setCols(String v)
Set the value of m_cols. |
HtmlFrameSet |
setFrameBorder(String v)
Set the value of m_frameBorder. |
HtmlFrameSet |
setFrameSpacing(int v)
Set the value of m_frameSpacing. |
HtmlFrameSet |
setRows(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 String m_frameBorder
protected String m_borderColor
protected String m_cols
protected String m_rows
| Constructor Detail |
public HtmlFrameSet()
| Method Detail |
public void outputAttributes(StringBuffer strbuf)
outputAttributes in interface IHtmlAttributeContaineroutputAttributes in class HtmlAttributeContainerpublic void outputAttributes(PrintWriter out)
outputAttributes in interface IHtmlAttributeContaineroutputAttributes in class HtmlAttributeContainerpublic void outputAttributes(Writer out)
outputAttributes in interface IHtmlAttributeContaineroutputAttributes in class HtmlAttributeContainerpublic String getCols()
public HtmlFrameSet setCols(String v)
v - Value to assign to m_cols.public String getRows()
public HtmlFrameSet setRows(String v)
v - Value to assign to m_rows.public String getFrameBorder()
public HtmlFrameSet setFrameBorder(String v)
v - Value to assign to m_frameBorder.public String getBorderColor()
public HtmlFrameSet setBorderColor(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.
|
SAP NetWeaver '04 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||