com.sapportals.portal.prt.util.html

Class HtmlIFrame

java.lang.Object
  extended bycom.sapportals.portal.prt.util.html.HtmlAttributeContainer
      extended bycom.sapportals.portal.prt.util.html.HtmlBase
          extended bycom.sapportals.portal.prt.util.html.HtmlContainer
              extended bycom.sapportals.portal.prt.util.html.HtmlContainerIdentifiable
                  extended bycom.sapportals.portal.prt.util.html.HtmlIFrame
All Implemented Interfaces:
IHtmlAttributeContainer, IHtmlBase, IHtmlIdentifiable, IHtmlOutputable

public class HtmlIFrame
extends HtmlContainerIdentifiable

HtmlIFrame.java Created: Wed Nov 24 17:44:18 1999


Nested Class Summary
static class HtmlIFrame.IFrameAlign
           
 
Field Summary
protected  HtmlIFrame.IFrameAlign m_align
          Alignments of frame content
protected  int m_frameBorder
          The border of the frame
protected  String m_height
          How tall is the image
protected  String m_hSpace
          horizontal distance between the text and the image
protected  String m_name
          Name of the frame
protected  String m_scrolling
          SCROLLING says if there should be a scroll bar on the right and/or bottom of the frame.
protected  String m_src
          Source document of the frame.
protected  String m_vSpace
          vertical distance between the text and the image
protected  String m_width
          how wide is the image
 
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
HtmlIFrame()
           
 
Method Summary
 HtmlIFrame.IFrameAlign getAlign()
          Get the value of m_align.
 int getFrameBorder()
          Get the value of m_frameBorder.
 String getHeight()
          Get the value of m_height.
 String getHSpace()
          Get the value of m_hSpace.
 String getName()
          Get the value of m_name.
 String getScrolling()
          Get the value of m_scrolling.
 String getSrc()
          Get the value of m_src.
 String getVSpace()
          Get the value of m_vSpace.
 String getWidth()
          Get the value of m_width.
 void outputAttributes(PrintWriter out)
          Deprecated.  
 void outputAttributes(StringBuffer strbuf)
           
 void outputAttributes(Writer out)
           
 HtmlIFrame setAlign(HtmlIFrame.IFrameAlign v)
          Set the value of m_align.
 HtmlIFrame setFrameBorder(int v)
          Set the value of m_frameBorder.
 HtmlIFrame setHeight(String v)
          Set the value of m_height.
 HtmlIFrame setHSpace(String v)
          Set the value of m_hSpace.
 HtmlIFrame setName(String v)
          Set the value of m_name.
 HtmlIFrame setScrolling(String v)
          Set the value of m_scrolling.
 HtmlIFrame setSrc(String v)
          Set the value of m_src.
 HtmlIFrame setVSpace(String v)
          Set the value of m_vSpace.
 HtmlIFrame setWidth(String v)
          Set the value of m_width.
 
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_src

protected String m_src
Source document of the frame.


m_name

protected String m_name
Name of the frame


m_scrolling

protected String m_scrolling
SCROLLING says if there should be a scroll bar on the right and/or bottom of the frame. SCROLLING=YES says there absolutely will be scroll bars, even if they are not needed. SCROLLING=NO says there will not be scroll bars, even if they might be needed. SCROLLING=AUTO is the default: there will be scroll bars on the side and/or bottom as needed.


m_frameBorder

protected int m_frameBorder
The border of the frame


m_width

protected String m_width
how wide is the image


m_height

protected String m_height
How tall is the image


m_hSpace

protected String m_hSpace
horizontal distance between the text and the image


m_vSpace

protected String m_vSpace
vertical distance between the text and the image


m_align

protected HtmlIFrame.IFrameAlign m_align
Alignments of frame content

Constructor Detail

HtmlIFrame

public HtmlIFrame()
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

getSrc

public String getSrc()
Get the value of m_src.

Returns:
Value of m_src.

setSrc

public HtmlIFrame setSrc(String v)
Set the value of m_src.

Parameters:
v - Value to assign to m_src.

getName

public String getName()
Get the value of m_name.

Returns:
Value of m_name.

setName

public HtmlIFrame setName(String v)
Set the value of m_name.

Parameters:
v - Value to assign to m_name.

getScrolling

public String getScrolling()
Get the value of m_scrolling.

Returns:
Value of m_scrolling.

setScrolling

public HtmlIFrame setScrolling(String v)
Set the value of m_scrolling.

Parameters:
v - Value to assign to m_scrolling.

getFrameBorder

public int getFrameBorder()
Get the value of m_frameBorder.

Returns:
Value of m_frameBorder.

setFrameBorder

public HtmlIFrame setFrameBorder(int v)
Set the value of m_frameBorder.

Parameters:
v - Value to assign to m_frameBorder.

getWidth

public String getWidth()
Get the value of m_width.

Returns:
Value of m_width.

setWidth

public HtmlIFrame setWidth(String v)
Set the value of m_width.

Parameters:
v - Value to assign to m_width.

getHeight

public String getHeight()
Get the value of m_height.

Returns:
Value of m_height.

setHeight

public HtmlIFrame setHeight(String v)
Set the value of m_height.

Parameters:
v - Value to assign to m_height.

getHSpace

public String getHSpace()
Get the value of m_hSpace.

Returns:
Value of m_hSpace.

setHSpace

public HtmlIFrame setHSpace(String v)
Set the value of m_hSpace.

Parameters:
v - Value to assign to m_hSpace.

getVSpace

public String getVSpace()
Get the value of m_vSpace.

Returns:
Value of m_vSpace.

setVSpace

public HtmlIFrame setVSpace(String v)
Set the value of m_vSpace.

Parameters:
v - Value to assign to m_vSpace.

getAlign

public HtmlIFrame.IFrameAlign getAlign()
Get the value of m_align.

Returns:
Value of m_align.

setAlign

public HtmlIFrame setAlign(HtmlIFrame.IFrameAlign v)
Set the value of m_align.

Parameters:
v - Value to assign to m_align.


Copyright 2006 SAP AG. All rights reserved. No part of this publication may be reproduced or transmitted in any form or for any purpose without the express permission of SAP AG. The information contained herein may be changed without prior notice. Microsoft, Windows, Outlook, and PowerPoint are registered trademarks of Microsoft Corporation. Oracle is a registered trademark of Oracle Corporation. UNIX, X/Open, OSF/1, and Motif are registered trademarks of the Open Group. Citrix, ICA, Program Neighborhood, MetaFrame, WinFrame, VideoFrame, and MultiWin are trademarks or registered trademarks of Citrix Systems, Inc. HTML, XML, XHTML and W3C are trademarks or registered trademarks of W3C, World Wide Web Consortium, Massachusetts Institute of Technology. Java is a registered trademark of Sun Microsystems, Inc. JavaScript is a registered trademark of Sun Microsystems, Inc., used under license for technology invented and implemented by Netscape. MaxDB is a trademark of MySQL AB, Sweden. SAP, R/3, mySAP, mySAP.com, xApps, xApp, SAP NetWeaver, and other SAP products and services mentioned herein as well as their respective logos are trademarks or registered trademarks of SAP AG in Germany and in several other countries all over the world. All other product and service names mentioned are the trademarks of their respective companies. Data contained in this document serves informational purposes only. National product specifications may vary. These materials are subject to change without notice. These materials are provided by SAP AG and its affiliated companies ("SAP Group") for informational purposes only, without representation or warranty of any kind, and SAP Group shall not be liable for errors or omissions with respect to the materials. The only warranties for SAP Group products and services are those that are set forth in the express warranty statements accompanying such products and services, if any. Nothing herein should be construed as constituting an additional warranty.