java.lang.Object
ch.nolix.application.databaseapplication.frontend.fieldbinder.AbstractFieldBinder<F,W>
- Bekannte direkte Unterklassen:
OptionalReferenceBinder
,OptionalValueBinder
,ReferenceBinder
,ValueBinder
-
Konstruktorübersicht
Konstruktoren -
Methodenübersicht
Modifizierer und TypMethodeBeschreibungprotected abstract void
addSelectionOptionsToControlForField
(W control, F field) final FieldBinding
bindControlWithField
(W control, F field) protected abstract W
final FieldBinding
createControlAndBindItWithField
(F field) protected abstract void
setNoteUpdateActionToControl
(W control, Runnable noteUpdateAction) protected abstract void
updateControlFromField
(W control, F field) protected abstract void
updateFieldFromControl
(F field, W control)
-
Konstruktordetails
-
AbstractFieldBinder
public AbstractFieldBinder()
-
-
Methodendetails
-
bindControlWithField
-
createControlAndBindItWithField
-
addSelectionOptionsToControlForField
-
createControl
-
setNoteUpdateActionToControl
-
updateFieldFromControl
-
updateControlFromField
-