Adds a string to the LabelText. @param string String to add @return HtmlInfoBuilder
(final String string)
| 71 | * @return HtmlInfoBuilder |
| 72 | */ |
| 73 | public HtmlInfoBuilder append(final String string) |
| 74 | { |
| 75 | buffer.append(string); |
| 76 | return this; |
| 77 | } |
| 78 | |
| 79 | /** |
| 80 | * Adds a character to the LabelText. |
no outgoing calls