Modifier and Type | Field and Description |
---|---|
static String |
copyright |
protected TextFormat |
headerTextFormat |
protected TextFormat |
hrefTextFormat |
protected String |
label |
protected PropertyAccessor |
propertyAccessor |
protected String |
title |
protected TextFormat |
titleTextFormat |
Constructor and Description |
---|
TableForm.Column(PropertyAccessor propertyAccessor) |
Modifier and Type | Method and Description |
---|---|
String |
getActualLabel() |
TextFormat |
getHeaderTextFormat() |
TextFormat |
getHrefTextFormat() |
String |
getLabel() |
PropertyAccessor |
getPropertyAccessor() |
String |
getTitle() |
TextFormat |
getTitleTextFormat() |
void |
setHeaderTextFormat(TextFormat headerTextFormat) |
void |
setHrefTextFormat(TextFormat hrefTextFormat) |
void |
setLabel(String label) |
void |
setTitle(String title) |
void |
setTitleTextFormat(TextFormat altTextFormat) |
public static final String copyright
protected final PropertyAccessor propertyAccessor
protected String label
protected String title
protected TextFormat headerTextFormat
protected TextFormat hrefTextFormat
protected TextFormat titleTextFormat
public TableForm.Column(PropertyAccessor propertyAccessor)
public PropertyAccessor getPropertyAccessor()
public String getLabel()
public void setLabel(String label)
public String getActualLabel()
public TextFormat getHeaderTextFormat()
public void setHeaderTextFormat(TextFormat headerTextFormat)
public TextFormat getHrefTextFormat()
public void setHrefTextFormat(TextFormat hrefTextFormat)
public TextFormat getTitleTextFormat()
public void setTitleTextFormat(TextFormat altTextFormat)
public String getTitle()
public void setTitle(String title)