org.jboss.gravel.common.ui
Interface HasHtmlCellAttributes

All Superinterfaces:
HasHtmlBasicAttributes, HasHtmlCellAlignAttributes, HasHtmlCoreAttributes, HasHtmlEventsAttributes, HasHtmlI18nAttributes, HasHtmlStyleAttributes, HasJsfCoreAttributes
All Known Implementing Classes:
UITableCell

public interface HasHtmlCellAttributes
extends HasHtmlCellAlignAttributes


Method Summary
 String getAbbr()
           
 String getAxis()
           
 int getColspan()
           
 String getHeaders()
           
 int getRowspan()
           
 String getScope()
           
 
Methods inherited from interface org.jboss.gravel.common.ui.HasHtmlCellAlignAttributes
getAlign, getAlignChar, getCharoff, 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

getAbbr

String getAbbr()

getAxis

String getAxis()

getHeaders

String getHeaders()

getScope

String getScope()

getRowspan

int getRowspan()

getColspan

int getColspan()