org.jboss.gravel.common.ui
Interface HasHtmlCoreAttributes

All Superinterfaces:
HasHtmlStyleAttributes, HasJsfCoreAttributes
All Known Subinterfaces:
HasHtmlBasicAttributes, HasHtmlCellAlignAttributes, HasHtmlCellAttributes
All Known Implementing Classes:
UIDataTable, UIForm, UIInputFile, UILabel, UISimple, UITableCell, UITableRow

public interface HasHtmlCoreAttributes
extends HasHtmlStyleAttributes, HasJsfCoreAttributes


Method Summary
 String getTitle()
           
 
Methods inherited from interface org.jboss.gravel.common.ui.HasHtmlStyleAttributes
getStyle, getStyleClass
 
Methods inherited from interface org.jboss.gravel.common.ui.HasJsfCoreAttributes
getId, isRendered
 

Method Detail

getTitle

String getTitle()