|
String | getValue () throws WrongValueException |
|
void | setValue (String value) throws WrongValueException |
|
- Author
- Lluis TurrĂ³ Cutiller lluis.nosp@m.@tur.nosp@m.ro.or.nosp@m.g
Definition at line 29 of file WikiTextbox.java.
◆ getValue()
String org.turro.zkoss.text.WikiTextbox.getValue |
( |
| ) |
throws WrongValueException |
Definition at line 32 of file WikiTextbox.java.
33 return HTMLEntities.escape(super.getValue());
◆ setValue()
void org.turro.zkoss.text.WikiTextbox.setValue |
( |
String |
value | ) |
throws WrongValueException |
Definition at line 37 of file WikiTextbox.java.
38 super.setValue(HTMLEntities.unescape(value));
The documentation for this class was generated from the following file: