
Public Member Functions | |
| String | br () |
| ERXStringWithLineBreaks (WOContext context) | |
| void | reset () |
| void | setValue (Object newValue) |
| String | tabs () |
| String | value () |
| Object | valueWhenEmpty () |
Public Attributes | |
| String | _value |
Protected Member Functions | |
| String | valueToString (Object value) |
value string to be converted valueWhenEmpty if null or length of zero what to display
| ERXStringWithLineBreaks | ( | WOContext | context | ) |
Public constructor
| context | current context |
| String br | ( | ) |
| void reset | ( | ) |
Nulls out cached instance variable: _value
Reimplemented from ERXStatelessComponent.
| void setValue | ( | Object | newValue | ) |
Set the value to be displayed.
This is useful when you want to return a string from a DirectAction for example for debugging purposes.
| newValue | Object to display |
| String tabs | ( | ) |
| String value | ( | ) |
Converts '
', '
', '' into "<br />" and converts '' into five non-breaking spaces.
| String valueToString | ( | Object | value | ) | [protected] |
| Object valueWhenEmpty | ( | ) |
Returns binding valueWhenEmpty.
1.5.8