com.stimulsoft.web.html
Class StiHtmlElement

java.lang.Object
  extended by com.stimulsoft.web.html.StiHtmlElement

public class StiHtmlElement
extends Object

Copyright Stimulsoft


Field Summary
static String BACKGROUND_COLOR_ATTRIBUTE
           
static String CSS_CLASS_ATTRIBUTE
           
static String HEIGHT_ATTRIBUTE
           
static String ID_ATTRIBUTE
           
static String STYLE_ATTRIBUTE
           
static String WIDTH_ATTRIBUTE
           
 
Constructor Summary
StiHtmlElement()
           
 
Method Summary
static void addStyle(Element elemnt, String styleAttribute, String styleValue)
           
static Element createJavascriptHtmlElement(Document ownerDoc)
           
static Element createPanelHtmlElement(Document ownerDoc)
           
static void setBackColor(Element element, StiColor color)
           
static void setCssClass(Element element, String cssClass)
           
static void setID(Element element, String id)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

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
Constructor Detail

StiHtmlElement

public StiHtmlElement()
Method Detail

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.