Public Member Functions | |
String | getCaption () |
void | setCaption (String caption) |
String | getValue () |
void | setValue (String value) |
boolean | isEditing () |
void | setEditing (boolean editing) |
int | getRows () |
void | setRows (int rows) |
void | afterCompose () |
Definition at line 35 of file TextEditable.java.
void org.turro.zkoss.text.TextEditable.afterCompose | ( | ) |
Definition at line 77 of file TextEditable.java.
String org.turro.zkoss.text.TextEditable.getCaption | ( | ) |
Definition at line 43 of file TextEditable.java.
int org.turro.zkoss.text.TextEditable.getRows | ( | ) |
Definition at line 68 of file TextEditable.java.
String org.turro.zkoss.text.TextEditable.getValue | ( | ) |
Definition at line 51 of file TextEditable.java.
boolean org.turro.zkoss.text.TextEditable.isEditing | ( | ) |
Definition at line 59 of file TextEditable.java.
void org.turro.zkoss.text.TextEditable.setCaption | ( | String | caption | ) |
Definition at line 47 of file TextEditable.java.
void org.turro.zkoss.text.TextEditable.setEditing | ( | boolean | editing | ) |
Definition at line 63 of file TextEditable.java.
void org.turro.zkoss.text.TextEditable.setRows | ( | int | rows | ) |
Definition at line 72 of file TextEditable.java.
void org.turro.zkoss.text.TextEditable.setValue | ( | String | value | ) |
Definition at line 55 of file TextEditable.java.