public interface IObjectFieldConfiguration<T>
| Modifier and Type | Method and Description |
|---|---|
Collection<IActionFactory<T>> |
getActionFactorys() |
Color |
getBackgroundColor() |
Collection<IButtonFactory<T>> |
getButtonFactorys() |
ICharFilter |
getCharacterFilter() |
int |
getColumns() |
IBooleanModel |
getEnabledModel() |
IKeyListenerFactory<T> |
getKeyListenerFactory() |
IObjectModel<T> |
getModel() |
IConverter<String,T,RuntimeException> |
getToObjectConverter() |
IToolTipFactory |
getToolTipFactory() |
IConverter<T,String,RuntimeException> |
getToStringConverter() |
IObjectModel<IValidationResult> |
getValidationResultModel() |
IValidator<String> |
getValidator() |
boolean |
isDisguise() |
boolean |
isEditable() |
IValidator<String> getValidator()
IConverter<String,T,RuntimeException> getToObjectConverter()
IConverter<T,String,RuntimeException> getToStringConverter()
int getColumns()
boolean isEditable()
IToolTipFactory getToolTipFactory()
IObjectModel<T> getModel()
IObjectModel<IValidationResult> getValidationResultModel()
Collection<IActionFactory<T>> getActionFactorys()
Color getBackgroundColor()
IKeyListenerFactory<T> getKeyListenerFactory()
ICharFilter getCharacterFilter()
IBooleanModel getEnabledModel()
Collection<IButtonFactory<T>> getButtonFactorys()
boolean isDisguise()
Copyright © 2007–2019 Andreas W. Bartels. All rights reserved.