com.stimulsoft.web.html
Class StiHtmlElement
java.lang.Object
com.stimulsoft.web.html.StiHtmlElement
public class StiHtmlElement
- extends Object
Copyright Stimulsoft
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
STYLE_ATTRIBUTE
public static final String STYLE_ATTRIBUTE
- See Also:
- Constant Field Values
WIDTH_ATTRIBUTE
public static final String WIDTH_ATTRIBUTE
- See Also:
- Constant Field Values
HEIGHT_ATTRIBUTE
public static final String HEIGHT_ATTRIBUTE
- See Also:
- Constant Field Values
BACKGROUND_COLOR_ATTRIBUTE
public static final String BACKGROUND_COLOR_ATTRIBUTE
- See Also:
- Constant Field Values
CSS_CLASS_ATTRIBUTE
public static final String CSS_CLASS_ATTRIBUTE
- See Also:
- Constant Field Values
ID_ATTRIBUTE
public static final String ID_ATTRIBUTE
- See Also:
- Constant Field Values
StiHtmlElement
public StiHtmlElement()
createJavascriptHtmlElement
public static Element createJavascriptHtmlElement(Document ownerDoc)
createPanelHtmlElement
public static Element createPanelHtmlElement(Document ownerDoc)
addStyle
public static void addStyle(Element elemnt,
String styleAttribute,
String styleValue)
setCssClass
public static void setCssClass(Element element,
String cssClass)
setID
public static void setID(Element element,
String id)
setBackColor
public static void setBackColor(Element element,
StiColor color)
Copyright © 2017 Stimulsoft. All Rights Reserved.