TLiteralColumn represents a static text column that is bound to a field in a data source.
The cells in the column will be displayed with static texts using the data indexed by
{@link setDataField DataField}. You can customize the display by
setting {@link setDataFormatString DataFormatString}.
If {@link setDataField DataField} is not specified, the cells will be filled
with {@link setText Text}.
If {@link setEncode Encode} is true, the static texts will be HTML-encoded.
getText()
публичный Метод
public getText ( ) : string |
Результат |
string |
static text to be displayed in the column. Defaults to empty. |
setText()
публичный Метод