org.jboss.gravel.common.ui
Interface HasHtmlCellAlignAttributes

All Superinterfaces:
HasHtmlBasicAttributes, HasHtmlCoreAttributes, HasHtmlEventsAttributes, HasHtmlI18nAttributes, HasHtmlStyleAttributes, HasJsfCoreAttributes
All Known Subinterfaces:
HasHtmlCellAttributes
All Known Implementing Classes:
UITableCell, UITableRow

public interface HasHtmlCellAlignAttributes
extends HasHtmlBasicAttributes


Method Summary
 String getAlign()
           
 String getAlignChar()
           
 String getCharoff()
           
 String getValign()
           
 
Methods inherited from interface org.jboss.gravel.common.ui.HasHtmlEventsAttributes
getOnclick, getOndblclick, getOnkeydown, getOnkeypress, getOnkeyup, getOnload, getOnmousedown, getOnmousemove, getOnmouseout, getOnmouseover, getOnmouseup, getOnunload
 
Methods inherited from interface org.jboss.gravel.common.ui.HasHtmlCoreAttributes
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
 
Methods inherited from interface org.jboss.gravel.common.ui.HasHtmlI18nAttributes
getDir, getLang
 

Method Detail

getAlign

String getAlign()

getAlignChar

String getAlignChar()

getCharoff

String getCharoff()

getValign

String getValign()