C# Class Habanero.Faces.Base.NumericUpDownIntegerMapper

Wraps a NumericUpDown control in order to display and capture an integer property of the business object
Inheritance: NumericUpDownMapper
Afficher le fichier Open project: Chillisoft/habanero.faces Class Usage Examples

Méthodes publiques

Méthode Description
ApplyChangesToBusinessObject ( ) : void

Updates the properties on the represented business object

NumericUpDownIntegerMapper ( INumericUpDown numericUpDownControl, string propName, bool isReadOnly, IControlFactory factory ) : System

Constructor to initialise a new instance of the class

Method Details

ApplyChangesToBusinessObject() public méthode

Updates the properties on the represented business object
public ApplyChangesToBusinessObject ( ) : void
Résultat void

NumericUpDownIntegerMapper() public méthode

Constructor to initialise a new instance of the class
public NumericUpDownIntegerMapper ( INumericUpDown numericUpDownControl, string propName, bool isReadOnly, IControlFactory factory ) : System
numericUpDownControl INumericUpDown The numericUpDownControl object to map
propName string The property name
isReadOnly bool Whether this control is read only
factory IControlFactory the control factory to be used when creating the controlMapperStrategy
Résultat System