org.apache.myfaces.component
Interface StyleAware

All Known Implementing Classes:
AbstractDiv, AbstractFieldset, AbstractHtmlCollapsiblePanel, AbstractHtmlDataScroller, AbstractHtmlRadio, AbstractHtmlSwapImage, AbstractHtmlTag, Div, DocumentBody, Fieldset, HtmlCollapsiblePanel, HtmlDataScroller, HtmlRadio, HtmlSwapImage, HtmlTag

public interface StyleAware

Since:
1.1.7
Version:
$Revision: 691856 $ $Date: 2008-09-03 21:40:30 -0500 (Wed, 03 Sep 2008) $
Author:
Leonardo Uribe (latest modification by $Author: lu4242 $)

Method Summary
 java.lang.String getStyle()
          HTML: CSS styling instructions.
 java.lang.String getStyleClass()
          The CSS class for this element.
 

Method Detail

getStyle

java.lang.String getStyle()
HTML: CSS styling instructions.


getStyleClass

java.lang.String getStyleClass()
The CSS class for this element. Corresponds to the HTML 'class' attribute.



Copyright © 2011 The Apache Software Foundation. All Rights Reserved.