Class XHtmlIframe

java.lang.Object
com.hp.gagawa.java.Node
com.hp.gagawa.java.elements.Iframe
de.xima.fc.form.common.XHtmlIframe

public class XHtmlIframe extends com.hp.gagawa.java.elements.Iframe
Creates an HTML compliant iframe, which requires a closing tag. According to the HTML spec, iframe does not allow for tag omission and must not have a closing end tag: https://developer.mozilla.org/en-US/docs/Web/HTML/Element/iframe
Author:
XIMA MEDIA GmbH
  • Field Summary

    Fields inherited from class com.hp.gagawa.java.Node

    attributes_, parent_, tag_
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
     

    Methods inherited from class com.hp.gagawa.java.elements.Iframe

    getAlign, getCSSClass, getFrameborder, getHeight, getId, getLongdesc, getMarginheight, getMarginwidth, getName, getScrolling, getSrc, getStyle, getTitle, getWidth, removeAlign, removeCSSClass, removeFrameborder, removeHeight, removeId, removeLongdesc, removeMarginheight, removeMarginwidth, removeName, removeScrolling, removeSrc, removeStyle, removeTitle, removeWidth, setAlign, setCSSClass, setFrameborder, setHeight, setId, setLongdesc, setMarginheight, setMarginwidth, setName, setScrolling, setSrc, setStyle, setTitle, setWidth

    Methods inherited from class com.hp.gagawa.java.Node

    getAttribute, getParent, removeAttribute, setAttribute, setParent, writeClose, writeOpen

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • XHtmlIframe

      public XHtmlIframe()
  • Method Details

    • write

      public String write()
      Overrides:
      write in class com.hp.gagawa.java.elements.Iframe