| jimm.datavision.field.Field jimm.datavision.field.TextField
TextField | public class TextField extends Field (Code) | | A text field represents static text. The value of a text field holds the
text.
author: Jim Menard, jimm@io.com |
Constructor Summary | |
public | TextField(Long id, Report report, Section section, Object value, boolean visible) Constructs a text field with the specified id in the specified report
section whose text value is value. |
TextField | public TextField(Long id, Report report, Section section, Object value, boolean visible)(Code) | | Constructs a text field with the specified id in the specified report
section whose text value is value.
Parameters: id - the new field's id Parameters: report - the report containing this element Parameters: section - the report section in which the field resides Parameters: value - the text string Parameters: visible - show/hide flag |
formulaString | public String formulaString()(Code) | | Returns a string representing the field as it appears in a formula.
We need to escape quotes in the string.
a string useful in a formula |
|
|