public class FixedTextCellRenderer extends AbstractCellRenderer
| Modifier and Type | Field and Description |
|---|---|
protected String |
_text
this is the text that will be shown in the column
|
_alignment| Constructor and Description |
|---|
FixedTextCellRenderer() |
| Modifier and Type | Method and Description |
|---|---|
String |
getCellValue(WebTable table,
Object data,
int row,
int col)
this is the method that subclasses need to implement to set their value.
|
String |
getText() |
void |
setText(String text) |
getAlignment, isAligned, renderCell, setAlignmentprotected String _text
public String getCellValue(WebTable table, Object data, int row, int col)
AbstractCellRenderergetCellValue in class AbstractCellRendererpublic String getText()
public void setText(String text)
Copyright © 2013 Atlassian. All Rights Reserved.