Uses of Class
com.sapportals.portal.prt.util.html.HtmlStyle.StyleType

Packages that use HtmlStyle.StyleType
com.sapportals.portal.prt.util.html   
 

Uses of HtmlStyle.StyleType in com.sapportals.portal.prt.util.html
 

Fields in com.sapportals.portal.prt.util.html declared as HtmlStyle.StyleType
protected  HtmlStyle.StyleType HtmlStyle.m_styleType
          The type of the style.
static HtmlStyle.StyleType HtmlStyle.StyleType.TEXT_CSS
           
 

Methods in com.sapportals.portal.prt.util.html that return HtmlStyle.StyleType
 HtmlStyle.StyleType HtmlStyle.getStyleType()
          Get the value of m_styleType.
 

Methods in com.sapportals.portal.prt.util.html with parameters of type HtmlStyle.StyleType
 HtmlStyle HtmlStyle.setStyleType(HtmlStyle.StyleType v)
          Set the value of m_styleType.
 

Constructors in com.sapportals.portal.prt.util.html with parameters of type HtmlStyle.StyleType
HtmlStyle(HtmlStyle.StyleType styleType)