public interface IObjectFieldConfiguration<T>
| Modifier and Type | Method and Description |
|---|---|
Collection<IActionFactory<T>> |
getActionFactorys() |
Color |
getBackgroundColor() |
int |
getColumns() |
net.anwiba.commons.model.IObjectModel<T> |
getModel() |
IConverter<String,T,RuntimeException> |
getToObjectConverter() |
IToolTipFactory |
getToolTipFactory() |
IConverter<T,String,RuntimeException> |
getToStringConverter() |
net.anwiba.commons.model.IObjectModel<net.anwiba.commons.utilities.validation.IValidationResult> |
getValidationResultModel() |
net.anwiba.commons.utilities.validation.IValidator<String> |
getValidator() |
boolean |
isEditable() |
net.anwiba.commons.utilities.validation.IValidator<String> getValidator()
IConverter<String,T,RuntimeException> getToObjectConverter()
IConverter<T,String,RuntimeException> getToStringConverter()
int getColumns()
boolean isEditable()
IToolTipFactory getToolTipFactory()
net.anwiba.commons.model.IObjectModel<T> getModel()
net.anwiba.commons.model.IObjectModel<net.anwiba.commons.utilities.validation.IValidationResult> getValidationResultModel()
Collection<IActionFactory<T>> getActionFactorys()
Color getBackgroundColor()
Copyright © 2007–2017 Andreas W. Bartels. All rights reserved.