com.sapportals.portal.prt.util.html

Class HtmlFrameSet

java.lang.Object
  extended by com.sapportals.portal.prt.util.html.HtmlAttributeContainer
      extended by com.sapportals.portal.prt.util.html.HtmlBase
          extended by com.sapportals.portal.prt.util.html.HtmlContainer
              extended by com.sapportals.portal.prt.util.html.HtmlContainerIdentifiable
                  extended by 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


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, addIsThreadXHTMLCompliant, appendToAttribute, getAttributes, isThreadXHTMLCompliant, removeAttribute, removeIsThreadXHTMLCompliant
 
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 String m_frameBorder
Frame border definition. values : YES | 1 | NO | 0


m_borderColor

protected String m_borderColor
The color of the border


m_cols

protected String m_cols
Number of columns in the frameset


m_rows

protected String m_rows
The number of rows

Constructor Detail

HtmlFrameSet

public HtmlFrameSet()
Method Detail

outputAttributes

public void outputAttributes(StringBuffer strbuf)
Specified by:
outputAttributes in interface IHtmlAttributeContainer
Overrides:
outputAttributes in class HtmlAttributeContainer

outputAttributes

public void outputAttributes(PrintWriter out)
Deprecated. 

Specified by:
outputAttributes in interface IHtmlAttributeContainer
Overrides:
outputAttributes in class HtmlAttributeContainer

outputAttributes

public void outputAttributes(Writer out)
Specified by:
outputAttributes in interface IHtmlAttributeContainer
Overrides:
outputAttributes in class HtmlAttributeContainer

getCols

public String getCols()
Get the value of m_cols.

Returns:
Value of m_cols.

setCols

public HtmlFrameSet setCols(String v)
Set the value of m_cols.

Parameters:
v - Value to assign to m_cols.

getRows

public String getRows()
Get the value of m_rows.

Returns:
Value of m_rows.

setRows

public HtmlFrameSet setRows(String v)
Set the value of m_rows.

Parameters:
v - Value to assign to m_rows.

getFrameBorder

public String getFrameBorder()
Get the value of m_frameBorder.

Returns:
Value of m_frameBorder.

setFrameBorder

public HtmlFrameSet setFrameBorder(String v)
Set the value of m_frameBorder.

Parameters:
v - Value to assign to m_frameBorder.

getBorderColor

public String getBorderColor()
Get the value of m_borderColor.

Returns:
Value of m_borderColor.

setBorderColor

public HtmlFrameSet setBorderColor(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.
Access Rights

This class can be accessed from:


SC DC Public Part ACH
[sap.com] EP-BASIS-API [sap.com] epbc.prtapi._apideprecated default EP-PIN-PRT
[sap.com] EP-BASIS-API [sap.com] tc/epbc/prt/api api EP-PIN
[sap.com] EP-BASIS-API [sap.com] tc/epbc/prt/lib/api api EP-PIN


Copyright 2011 SAP AG Complete Copyright Notice