@CompileStatic abstract class AbstractStructuredDateBindingEditor<T> extends Object implements StructuredBindingEditor<T>
| Constructor and description |
|---|
AbstractStructuredDateBindingEditor() |
| Type Params | Return Type | Name and description |
|---|---|---|
|
T |
assemble(String propertyName, DataBindingSource fieldValues) |
|
abstract T |
getDate(Calendar c) |
|
List<String> |
getOptionalFields() |
|
T |
getPropertyValue(Object obj, String propertyName, DataBindingSource source) |
|
List<String> |
getRequiredFields() |