@ApplicationScoped public class TableDisplayerType extends AbstractDataDisplayerType
Modifier and Type | Field and Description |
---|---|
protected String |
groupByTotalsHtmlStyle |
protected String |
htmlClass |
protected String |
htmlStyle |
protected String |
iconPath |
protected LocaleManager |
localeManager |
protected int |
maxRowsPerPage |
protected String |
rowEventClass |
protected String |
rowHoverClass |
protected String |
rowOddClass |
protected javax.enterprise.inject.Instance<DataDisplayerRenderer> |
tableRenderers |
protected String |
uid |
protected TableDisplayerXMLFormat |
xmlFormat |
displayerRenderers
Constructor and Description |
---|
TableDisplayerType() |
Modifier and Type | Method and Description |
---|---|
void |
copyDataDisplayer(DataDisplayer source,
DataDisplayer target) |
DataDisplayer |
createDataDisplayer() |
String |
getDescription(Locale l) |
String |
getIconPath() |
String |
getUid() |
DataDisplayerXMLFormat |
getXmlFormat() |
protected void |
init() |
equals, getDefaultRenderer, getSupportedRenderers, hashCode
@Inject protected String uid
@Inject protected String iconPath
@Inject protected TableDisplayerXMLFormat xmlFormat
@Inject protected int maxRowsPerPage
@Inject protected String htmlStyle
@Inject protected String htmlClass
@Inject protected String rowEventClass
@Inject protected String rowOddClass
@Inject protected String rowHoverClass
@Inject protected String groupByTotalsHtmlStyle
@Inject protected javax.enterprise.inject.Instance<DataDisplayerRenderer> tableRenderers
@Inject protected LocaleManager localeManager
@PostConstruct protected void init()
public String getUid()
public String getIconPath()
public DataDisplayerXMLFormat getXmlFormat()
public DataDisplayer createDataDisplayer()
public void copyDataDisplayer(DataDisplayer source, DataDisplayer target)
Copyright © 2012-2014 JBoss by Red Hat. All Rights Reserved.