public class DefaultObjectFieldConfiguration<T> extends AbstractObjectTextFieldConfiguration<T>
| Modifier and Type | Method and Description |
|---|---|
ICharFilter |
getCharacterFilter() |
IConverter<String,T,RuntimeException> |
getToObjectConverter() |
IConverter<T,String,RuntimeException> |
getToStringConverter() |
IValidator<String> |
getValidator() |
getActionFactorys, getBackgroundColor, getButtonFactorys, getColumns, getEnabledModel, getKeyListenerFactory, getModel, getToolTipFactory, getValidationResultModel, isDisguise, isEditablepublic DefaultObjectFieldConfiguration(IObjectModel<T> model, IObjectModel<IValidationResult> validStateModel, IValidator<String> validator, ICharFilter characterFilter, IConverter<String,T,RuntimeException> toObjectConverter, IConverter<T,String,RuntimeException> toStringConverter)
public DefaultObjectFieldConfiguration(IObjectModel<T> model, IObjectModel<IValidationResult> validStateModel, IValidator<String> validator, ICharFilter characterFilter, IConverter<String,T,RuntimeException> toObjectConverter, IConverter<T,String,RuntimeException> toStringConverter, boolean isEditable)
public DefaultObjectFieldConfiguration(IObjectModel<T> model, IObjectModel<IValidationResult> validStateModel, IValidator<String> validator, ICharFilter characterFilter, IConverter<String,T,RuntimeException> toObjectConverter, IConverter<T,String,RuntimeException> toStringConverter, IToolTipFactory toolTipFactory, IBooleanModel enabledModel, boolean isEditable, int columns, List<IActionFactory<T>> actionFactorys, List<IButtonFactory<T>> buttonFactorys, IKeyListenerFactory<T> keyListenerFactory, Color backgroundColor, boolean isDisguise)
public IConverter<String,T,RuntimeException> getToObjectConverter()
public IConverter<T,String,RuntimeException> getToStringConverter()
public IValidator<String> getValidator()
public ICharFilter getCharacterFilter()
Copyright © 2007–2019 Andreas W. Bartels. All rights reserved.