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
-
-
Constructor Summary
Constructors Constructor Description XHtmlIframe()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
write()
-
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
-
-
-
-
Method Detail
-
write
public String write()
- Overrides:
write
in classcom.hp.gagawa.java.elements.Iframe
-
-