org.apache.myfaces.component
Interface StyleAware

All Known Implementing Classes:
AbstractDiv, AbstractFieldset, AbstractHtmlCollapsiblePanel, AbstractHtmlDataScroller, AbstractHtmlRadio, AbstractHtmlSwapImage, AbstractHtmlTag, org.apache.myfaces.custom.htmlTag.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
 String getStyle()
          HTML: CSS styling instructions.
 String getStyleClass()
          The CSS class for this element.
 

Method Detail

getStyle

String getStyle()
HTML: CSS styling instructions.


getStyleClass

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



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