com.sapportals.portal.prt.util.html
Class HtmlClassStyleRule

java.lang.Object
  |
  +--com.sapportals.portal.prt.util.html.HtmlStyleRule
        |
        +--com.sapportals.portal.prt.util.html.HtmlClassStyleRule
All Implemented Interfaces:
IHtmlOutputable

public class HtmlClassStyleRule
extends HtmlStyleRule

Style rule for the classes (defined by CLASS= tag) Created: Thu Nov 04 11:00:23 1999

Version:
$Revision: #3 $

Fields inherited from class com.sapportals.portal.prt.util.html.HtmlStyleRule
m_background, m_backgroundAttachment, m_backgroundColor, m_backgroundImage, m_backgroundPosition, m_backgroundRepeat, m_border, m_borderBottom, m_borderBottomWidth, m_borderColor, m_borderLeft, m_borderLeftWidth, m_borderRight, m_borderRightWidth, m_borderStyle, m_borderTop, m_borderTopWidth, m_borderWidth, m_clear, m_color, m_display, m_float, m_font, m_fontFamily, m_fontSize, m_fontStyle, m_fontVariant, m_fontWeight, m_height, m_letterSpacing, m_lineHeight, m_listStyle, m_listStyleImage, m_listStylePosition, m_listStyleType, m_margin, m_marginBottom, m_marginLeft, m_marginRight, m_marginTop, m_overflow, m_padding, m_paddingBottom, m_paddingLeft, m_paddingRight, m_paddingTop, m_selector, m_textAlign, m_textDecoration, m_textIndent, m_textTransform, m_verticalAlign, m_whiteSpace, m_width, m_wordSpacing
 
Constructor Summary
HtmlClassStyleRule(java.lang.String classIdentifier)
           
 
Methods inherited from class com.sapportals.portal.prt.util.html.HtmlStyleRule
destroy, getBackground, getBackgroundAttachment, getBackgroundColor, getBackgroundImage, getBackgroundPosition, getBackgroundRepeat, getBorder, getBorderBottom, getBorderBottomWidth, getBorderColor, getBorderLeft, getBorderLeftWidth, getBorderRight, getBorderRightWidth, getBorderStyle, getBorderTop, getBorderTopWidth, getBorderWidth, getClear, getColor, getDisplay, getElementCount, getFloat, getFont, getFontFamily, getFontSize, getFontStyle, getFontVariant, getFontWeight, getHeight, getLetterSpacing, getLineHeight, getListStyle, getListStyleImage, getListStylePosition, getListStyleType, getMargin, getMarginBottom, getMarginLeft, getMarginRight, getMarginTop, getOverflow, getPadding, getPaddingBottom, getPaddingLeft, getPaddingRight, getPaddingTop, getSelector, getTextAlign, getTextDecoration, getTextIndent, getTextTransform, getVerticalAlign, getWhiteSpace, getWidth, getWordSpacing, output, output, output, setBackground, setBackgroundAttachment, setBackgroundColor, setBackgroundImage, setBackgroundPosition, setBackgroundRepeat, setBorder, setBorderBottom, setBorderBottomWidth, setBorderColor, setBorderLeft, setBorderLeftWidth, setBorderRight, setBorderRightWidth, setBorderStyle, setBorderTop, setBorderTopWidth, setBorderWidth, setClear, setColor, setDisplay, setFloat, setFont, setFontFamily, setFontSize, setFontStyle, setFontVariant, setFontWeight, setHeight, setLetterSpacing, setLineHeight, setListStyle, setListStyleImage, setListStylePosition, setListStyleType, setMargin, setMarginBottom, setMarginLeft, setMarginRight, setMarginTop, setOverflow, setPadding, setPaddingBottom, setPaddingLeft, setPaddingRight, setPaddingTop, setSelector, setTextAlign, setTextDecoration, setTextIndent, setTextTransform, setVerticalAlign, setWhiteSpace, setWidth, setWordSpacing, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

HtmlClassStyleRule

public HtmlClassStyleRule(java.lang.String classIdentifier)