

Public Member Functions | |
| JpaListbox () | |
| JpaListbox (Dao dao, String query, boolean checkmark, boolean autoSave) | |
| boolean | isAutoSave () |
| void | setAutoSave (boolean autoSave) |
| Dao | getDao () |
| void | setDao (Dao dao) |
| String | getQuery () |
| void | setQuery (String query) |
| abstract String | convertToString (V v) |
| abstract boolean | getChecked (V v) |
| abstract void | setChecked (V v, boolean checked) |
| boolean | isAllowNull () |
| void | setAllowNull (boolean allowNull) |
| String | getNullLabel () |
| void | setNullLabel (String nullLabel) |
Public Member Functions inherited from org.turro.zkoss.input.GenericListbox< V > | |
| GenericListbox () | |
| void | setDisabled (boolean value) |
| void | afterCompose () |
| void | clearItems () |
| void | setObjectValue (V value) |
| void | setObjectValues (Collection< V > collection) |
| V | getObjectValue () |
| Collection< V > | getObjectValues () |
| Collection< V > | getDeselectedObjectValues () |
| boolean | isSelectFirst () |
| void | setSelectFirst (boolean selectFirst) |
| Set | getDeselectedItems () |
| void | sort () |
| Object | getRelatedEntity () |
| void | setRelatedEntity (Object relatedEntity) |
Protected Member Functions | |
| void | populateList () |
| boolean | equals (V value, V obj) |
Additional Inherited Members | |
Protected Attributes inherited from org.turro.zkoss.input.GenericListbox< V > | |
| boolean | populated = false |
Definition at line 33 of file JpaListbox.java.
| org.turro.jpa.input.JpaListbox< V >.JpaListbox | ( | ) |
Definition at line 41 of file JpaListbox.java.
| org.turro.jpa.input.JpaListbox< V >.JpaListbox | ( | Dao | dao, |
| String | query, | ||
| boolean | checkmark, | ||
| boolean | autoSave | ||
| ) |
Definition at line 44 of file JpaListbox.java.
|
abstract |

|
protected |
Reimplemented from org.turro.zkoss.input.GenericListbox< V >.
Definition at line 125 of file JpaListbox.java.

|
abstract |

| Dao org.turro.jpa.input.JpaListbox< V >.getDao | ( | ) |
Definition at line 59 of file JpaListbox.java.
| String org.turro.jpa.input.JpaListbox< V >.getNullLabel | ( | ) |
Definition at line 116 of file JpaListbox.java.
| String org.turro.jpa.input.JpaListbox< V >.getQuery | ( | ) |
Definition at line 67 of file JpaListbox.java.
| boolean org.turro.jpa.input.JpaListbox< V >.isAllowNull | ( | ) |
Definition at line 108 of file JpaListbox.java.
| boolean org.turro.jpa.input.JpaListbox< V >.isAutoSave | ( | ) |
Definition at line 51 of file JpaListbox.java.
|
protected |
Reimplemented from org.turro.zkoss.input.GenericListbox< V >.
Reimplemented in org.turro.publication.zul.www.CategoryListbox.
Definition at line 76 of file JpaListbox.java.

| void org.turro.jpa.input.JpaListbox< V >.setAllowNull | ( | boolean | allowNull | ) |
Definition at line 112 of file JpaListbox.java.
| void org.turro.jpa.input.JpaListbox< V >.setAutoSave | ( | boolean | autoSave | ) |
|
abstract |

| void org.turro.jpa.input.JpaListbox< V >.setDao | ( | Dao | dao | ) |
| void org.turro.jpa.input.JpaListbox< V >.setNullLabel | ( | String | nullLabel | ) |
| void org.turro.jpa.input.JpaListbox< V >.setQuery | ( | String | query | ) |