public class TableColumnElement extends WrapperElement
| Constructor and Description |
|---|
TableColumnElement() |
| Modifier and Type | Method and Description |
|---|---|
PresentationElement |
getEditComponent() |
FilterElement |
getFilter() |
java.lang.String |
getId() |
java.lang.String |
getLabel() |
java.lang.String |
getWidth() |
boolean |
isEditable() |
boolean |
isSortable() |
void |
setEditable(boolean editable) |
void |
setEditComponent(PresentationElement editComponent) |
void |
setFilter(FilterElement filter) |
void |
setId(java.lang.String id) |
void |
setLabel(java.lang.String label) |
void |
setSortable(boolean sortable) |
void |
setWidth(java.lang.String width) |
getComponent, setComponentgetAttributePath, setAttributePathgetComponentId, setComponentIdpublic java.lang.String getId()
getId in class PresentationElementpublic void setId(java.lang.String id)
setId in class PresentationElementpublic java.lang.String getLabel()
public void setLabel(java.lang.String label)
public boolean isEditable()
public void setEditable(boolean editable)
public java.lang.String getWidth()
public void setWidth(java.lang.String width)
public boolean isSortable()
public void setSortable(boolean sortable)
public PresentationElement getEditComponent()
public void setEditComponent(PresentationElement editComponent)
public FilterElement getFilter()
public void setFilter(FilterElement filter)