com.sapportals.portal.prt.util.html
Class HtmlFrameSet

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
All Implemented Interfaces:
IHtmlAttributeContainer, IHtmlBase, IHtmlIdentifiable, IHtmlOutputable

public class HtmlFrameSet
extends HtmlContainerIdentifiable

HtmlFrameSet.java Created: Thu Oct 28 10:15:37 1999

Version:
$Revision: #3 $

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

m_border

protected int m_border
The space between frames.

m_frameSpacing

protected int m_frameSpacing
space between the frames

m_frameBorder

protected java.lang.String m_frameBorder
Frame border definition. values : YES | 1 | NO | 0

m_borderColor

protected java.lang.String m_borderColor
The color of the border

m_cols

protected java.lang.String m_cols
Number of columns in the frameset

m_rows

protected java.lang.String m_rows
The number of rows
Constructor Detail

HtmlFrameSet

public HtmlFrameSet()
Method Detail

outputAttributes

public void outputAttributes(java.lang.StringBuffer strbuf)
Overrides:
outputAttributes in class HtmlAttributeContainer

outputAttributes

public void outputAttributes(java.io.PrintWriter out)
Deprecated.  

Overrides:
outputAttributes in class HtmlAttributeContainer
Following copied from interface: com.sapportals.portal.prt.util.html.IHtmlAttributeContainer
Parameters:
writer -  

outputAttributes

public void outputAttributes(java.io.Writer out)
Overrides:
outputAttributes in class HtmlAttributeContainer

getCols

public java.lang.String getCols()
Get the value of m_cols.
Returns:
Value of m_cols.

setCols

public HtmlFrameSet setCols(java.lang.String v)
Set the value of m_cols.
Parameters:
v - Value to assign to m_cols.

getRows

public java.lang.String getRows()
Get the value of m_rows.
Returns:
Value of m_rows.

setRows

public HtmlFrameSet setRows(java.lang.String v)
Set the value of m_rows.
Parameters:
v - Value to assign to m_rows.

getFrameBorder

public java.lang.String getFrameBorder()
Get the value of m_frameBorder.
Returns:
Value of m_frameBorder.

setFrameBorder

public HtmlFrameSet setFrameBorder(java.lang.String v)
Set the value of m_frameBorder.
Parameters:
v - Value to assign to m_frameBorder.

getBorderColor

public java.lang.String getBorderColor()
Get the value of m_borderColor.
Returns:
Value of m_borderColor.

setBorderColor

public HtmlFrameSet setBorderColor(java.lang.String v)
Set the value of m_borderColor.
Parameters:
v - Value to assign to m_borderColor.

getBorder

public int getBorder()
Get the value of m_border.
Returns:
Value of m_border.

setBorder

public HtmlFrameSet setBorder(int v)
Set the value of m_border.
Parameters:
v - Value to assign to m_border.

getFrameSpacing

public int getFrameSpacing()
Get the value of m_frameSpacing.
Returns:
Value of m_frameSpacing.

setFrameSpacing

public HtmlFrameSet setFrameSpacing(int v)
Set the value of m_frameSpacing.
Parameters:
v - Value to assign to m_frameSpacing.