Свойство | Тип | Описание |
---|
Метод | Описание | |
---|---|---|
CallAdaptorGetData ( object aSender ) : void |
Calls ControlAdaptors method to transfer data, so it can be wrapped into widget specific things and all checkups
|
|
DataDatePicker ( ) : System |
Creates Widget
|
|
DataDatePicker ( object aDataSource, string aMappings ) : System |
Creates Widget
|
|
DataDatePicker ( string aMappings ) : System |
Creates Widget
|
|
DefaultFactoryCreate ( FactoryInvocationArgs aArgs ) : IAdaptableControl | ||
GetDataFromDataSource ( object aSender ) : void |
Notification method activated from Adaptor
|
|
PutDataToDataSource ( object aSender ) : void |
Updates parent object to DataSource object
|
Метод | Описание | |
---|---|---|
OnChange ( object sender, |
Overrides OnChanged to put data in DataSource if needed
|
public CallAdaptorGetData ( object aSender ) : void | ||
aSender | object |
/// Sender object |
Результат | void |
public DataDatePicker ( object aDataSource, string aMappings ) : System | ||
aDataSource | object |
/// DataSource connected to this widget |
aMappings | string |
/// Mappings with this widget |
Результат | System |
public DataDatePicker ( string aMappings ) : System | ||
aMappings | string |
/// Mappings with this widget |
Результат | System |
public static DefaultFactoryCreate ( FactoryInvocationArgs aArgs ) : IAdaptableControl | ||
aArgs | FactoryInvocationArgs | |
Результат | IAdaptableControl |
public GetDataFromDataSource ( object aSender ) : void | ||
aSender | object |
/// Object that made change |
Результат | void |
protected OnChange ( object sender, |
||
sender | object | |
e | ||
Результат | void |
public PutDataToDataSource ( object aSender ) : void | ||
aSender | object | |
Результат | void |