public class TableColumn extends Object
Modifier and Type | Field and Description |
---|---|
protected String |
cellHtmlStyle |
static String |
DEFAULT_HTMLVALUE |
protected String |
headerHtmlStyle |
protected Map<Locale,String> |
hintI18nMap |
protected String |
htmlValue |
protected Map<Locale,String> |
nameI18nMap |
protected String |
propertyId |
protected boolean |
selectable |
protected boolean |
sortable |
protected Table |
table |
Constructor and Description |
---|
TableColumn() |
Modifier and Type | Method and Description |
---|---|
String |
getCellHtmlStyle() |
String |
getHeaderHtmlStyle() |
String |
getHint(Locale l) |
Map<Locale,String> |
getHintI18nMap() |
String |
getHtmlValue() |
String |
getName(Locale l) |
Map<Locale,String> |
getNameI18nMap() |
String |
getPropertyId() |
Table |
getTable() |
boolean |
isSelectable() |
boolean |
isSortable() |
void |
setCellHtmlStyle(String cellHtmlStyle) |
void |
setHeaderHtmlStyle(String headerHtmlStyle) |
void |
setHint(String name,
Locale l) |
void |
setHintI18nMap(Map<Locale,String> hintI18nMap) |
void |
setHtmlValue(String htmlValue) |
void |
setName(String name,
Locale l) |
void |
setNameI18nMap(Map<Locale,String> nameI18nMap) |
void |
setPropertyId(String propertyId) |
void |
setSelectable(boolean selectable) |
void |
setSortable(boolean sortable) |
void |
setTable(Table table) |
public static final String DEFAULT_HTMLVALUE
protected String propertyId
protected Table table
protected String headerHtmlStyle
protected String cellHtmlStyle
protected String htmlValue
protected boolean selectable
protected boolean sortable
public Table getTable()
public void setTable(Table table)
public String getCellHtmlStyle()
public void setCellHtmlStyle(String cellHtmlStyle)
public String getHeaderHtmlStyle()
public void setHeaderHtmlStyle(String headerHtmlStyle)
public String getHtmlValue()
public void setHtmlValue(String htmlValue)
public boolean isSelectable()
public void setSelectable(boolean selectable)
public boolean isSortable()
public void setSortable(boolean sortable)
public String getPropertyId()
public void setPropertyId(String propertyId)
Copyright © 2012-2014 JBoss by Red Hat. All Rights Reserved.