Class HtmlPlainString
This widget represents a plain sequence of text. This text sequence
will not contain any HTML tag. When rendered all
the HTML significant characters are replaced by their respective
HTML encoding.
constructor contents
Initializes the object and specifies its initial contents.
|
render
Outputs the HTML representation of the widget.
|
setContents contents
Modifies the current contents of this widget.
|
|
constructor
HtmlPlainString constructor contents
Initializes the object and specifies its initial contents.
- Parameters:
- contents -
String that will be used as the contents of the widget.
-
render
HtmlPlainString render
Outputs the HTML representation of the widget.
-
setContents
HtmlPlainString setContents contents
Modifies the current contents of this widget.
- Parameters:
- contents -
String that will be used as the new contents of the widget.
-
Report a bug or request new features
© 2013