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

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

보호된 프로퍼티들

프로퍼티 타입 설명
_numericUpDown INumericUpDown

보호된 메소드들

메소드 설명
InternalUpdateControlValueFromBo ( ) : void

Updates the value on the control from the corresponding property on the represented IControlMapper.BusinessObject

NumericUpDownMapper ( INumericUpDown ctl, string propName, bool isReadOnly, IControlFactory factory ) : System

Constructor to instantiate a new instance of the class

메소드 상세

InternalUpdateControlValueFromBo() 보호된 메소드

Updates the value on the control from the corresponding property on the represented IControlMapper.BusinessObject
protected InternalUpdateControlValueFromBo ( ) : void
리턴 void

NumericUpDownMapper() 보호된 메소드

Constructor to instantiate a new instance of the class
protected NumericUpDownMapper ( INumericUpDown ctl, string propName, bool isReadOnly, IControlFactory factory ) : System
ctl INumericUpDown The control object to map
propName string The property name
isReadOnly bool Whether the control is read only. /// If so, it then becomes disabled. If not, /// handlers are assigned to manage key presses, depending on the strategy assigned to this mapper.
factory IControlFactory The control factory to be used when creating the controlMapperStrategy
리턴 System

프로퍼티 상세

_numericUpDown 보호되어 있는 프로퍼티

Teh actual INumericUpDown control being mapped to the IBusinessObject.IBOProp
protected INumericUpDown _numericUpDown
리턴 INumericUpDown