Package de.xima.fc.form.common
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 -
Method Summary
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
-
Constructor Details
-
XHtmlIframe
public XHtmlIframe()
-
-
Method Details
-
write
- Overrides:
write
in classcom.hp.gagawa.java.elements.Iframe
-