BrightSide Workbench Full Report + Source Code
org.turro.zkoss.text.WikiTextbox Class Reference
Inheritance diagram for org.turro.zkoss.text.WikiTextbox:
Collaboration diagram for org.turro.zkoss.text.WikiTextbox:

Public Member Functions

String getValue () throws WrongValueException
 
void setValue (String value) throws WrongValueException
 

Detailed Description

Author
Lluis TurrĂ³ Cutiller lluis.nosp@m.@tur.nosp@m.ro.or.nosp@m.g

Definition at line 29 of file WikiTextbox.java.

Member Function Documentation

◆ getValue()

String org.turro.zkoss.text.WikiTextbox.getValue ( ) throws WrongValueException

Definition at line 32 of file WikiTextbox.java.

32  {
33  return HTMLEntities.escape(super.getValue());
34  }
Here is the call graph for this function:

◆ setValue()

void org.turro.zkoss.text.WikiTextbox.setValue ( String  value) throws WrongValueException

Definition at line 37 of file WikiTextbox.java.

37  {
38  super.setValue(HTMLEntities.unescape(value));
39  }
Here is the call graph for this function:

The documentation for this class was generated from the following file: