Module net.anwiba.commons.swing
Class DefaultObjectFieldConfiguration<T>
java.lang.Object
net.anwiba.commons.swing.object.AbstractObjectTextFieldConfiguration<T>
net.anwiba.commons.swing.object.temporal.DefaultObjectFieldConfiguration<T>
- All Implemented Interfaces:
IObjectFieldConfiguration<T>
-
Constructor Summary
ConstructorsConstructorDescriptionDefaultObjectFieldConfiguration(IObjectModel<T> model, IObjectModel<IValidationResult> validStateModel, IValidator<String> validator, ICharFilter characterFilter, IConverter<String, T, RuntimeException> toObjectConverter, IConverter<T, String, RuntimeException> toStringConverter) DefaultObjectFieldConfiguration(IObjectModel<T> model, IObjectModel<IValidationResult> validStateModel, IValidator<String> validator, ICharFilter characterFilter, IConverter<String, T, RuntimeException> toObjectConverter, IConverter<T, String, RuntimeException> toStringConverter, boolean isEditable) 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) -
Method Summary
Modifier and TypeMethodDescriptionMethods inherited from class net.anwiba.commons.swing.object.AbstractObjectTextFieldConfiguration
getActionFactorys, getBackgroundColor, getButtonFactorys, getColumns, getEnabledModel, getKeyListenerFactory, getModel, getToolTipFactory, getValidationResultModel, isDisguise, isEditable
-
Constructor Details
-
DefaultObjectFieldConfiguration
public DefaultObjectFieldConfiguration(IObjectModel<T> model, IObjectModel<IValidationResult> validStateModel, IValidator<String> validator, ICharFilter characterFilter, IConverter<String, T, RuntimeException> toObjectConverter, IConverter<T, String, RuntimeException> toStringConverter) -
DefaultObjectFieldConfiguration
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) -
DefaultObjectFieldConfiguration
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)
-
-
Method Details
-
getToObjectConverter
-
getToStringConverter
-
getValidator
-
getCharacterFilter
-