C# 클래스 Habanero.Faces.Base.NumericUpDownIntegerMapper

Wraps a NumericUpDown control in order to display and capture an integer property of the business object
상속: NumericUpDownMapper
파일 보기 프로젝트 열기: Chillisoft/habanero.faces 1 사용 예제들

공개 메소드들

메소드 설명
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

메소드 상세

ApplyChangesToBusinessObject() 공개 메소드

Updates the properties on the represented business object
public ApplyChangesToBusinessObject ( ) : void
리턴 void

NumericUpDownIntegerMapper() 공개 메소드

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
리턴 System