- Author
- Lluis TurrĂ³ Cutiller lluis.nosp@m.@tur.nosp@m.ro.or.nosp@m.g
Definition at line 30 of file JsonListbox.java.
◆ convertToString()
String org.turro.zkoss.input.JsonListbox.convertToString |
( |
Structure |
v | ) |
|
|
protected |
◆ getProperty()
String org.turro.zkoss.input.JsonListbox.getProperty |
( |
| ) |
|
◆ setJson()
void org.turro.zkoss.input.JsonListbox.setJson |
( |
Jsons |
json | ) |
|
Definition at line 34 of file JsonListbox.java.
35 List<Structure> items =
new ArrayList<>();
36 Structure array = json.getStructure();
37 int size = array.asArray().size();
38 for(
int i = 0; i < size; i++) {
39 items.add(array.getObject(i));
◆ setProperty()
void org.turro.zkoss.input.JsonListbox.setProperty |
( |
String |
property | ) |
|
The documentation for this class was generated from the following file: