Public Member Functions | |
PayrollDateListbox () | |
String | convertToString (Date v) |
boolean | getChecked (Date v) |
void | setChecked (Date v, boolean checked) |
Public Member Functions inherited from org.turro.jpa.input.JpaListbox< V > | |
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) |
Additional Inherited Members | |
Protected Member Functions inherited from org.turro.jpa.input.JpaListbox< V > | |
void | populateList () |
boolean | equals (V value, V obj) |
Protected Attributes inherited from org.turro.zkoss.input.GenericListbox< V > | |
boolean | populated = false |
Definition at line 29 of file PayrollDateListbox.java.
org.turro.financials.payroll.PayrollDateListbox.PayrollDateListbox | ( | ) |
Definition at line 31 of file PayrollDateListbox.java.
String org.turro.financials.payroll.PayrollDateListbox.convertToString | ( | Date | v | ) |
boolean org.turro.financials.payroll.PayrollDateListbox.getChecked | ( | Date | v | ) |
Definition at line 46 of file PayrollDateListbox.java.
void org.turro.financials.payroll.PayrollDateListbox.setChecked | ( | Date | v, |
boolean | checked | ||
) |
Definition at line 51 of file PayrollDateListbox.java.