RichFaces UI Components UI 4.3.5.Final

org.richfaces.component.attribute
Interface CoreProps


public interface CoreProps

Interface defining the methods for core-props.xml

Author:
Brian Leathem

Method Summary
 String getStyle()
          CSS style(s) to be applied when this component is rendered.
 String getStyleClass()
          Space-separated list of CSS style class(es) to be applied when this element is rendered.
 String getTitle()
          Advisory title information about markup elements generated for this component.
 

Method Detail

getStyle

String getStyle()
CSS style(s) to be applied when this component is rendered.


getStyleClass

String getStyleClass()
Space-separated list of CSS style class(es) to be applied when this element is rendered. This value must be passed through as the "class" attribute on generated markup.


getTitle

String getTitle()
Advisory title information about markup elements generated for this component.


RichFaces UI Components UI 4.3.5.Final

Copyright © 2014 JBoss by Red Hat. All Rights Reserved.