Свойство | Тип | Описание | |
---|---|---|---|
_loadCollectionAfterFormLoad | bool |
Метод | Описание | |
---|---|---|
ApplyChangesToBusinessObject ( ) : void |
Updates the properties on the represented business object
|
|
ExtendedTextBoxMapper ( IExtendedTextBox ctl, string propName, bool isReadOnly, IControlFactory controlFactory ) : System |
Constructs the mapper for IExtendedComboBox.
|
|
SetupPopupForm ( ) : void |
Shows the popup form that is displayed when the button is clicked. This popup form is used to edit the BusinessObjects that fill the combobox.
|
Метод | Описание | |
---|---|---|
CancelClickHandler ( object sender, |
Handler for the Cancel click
|
|
CloseForm ( ) : void |
|
|
GetLookupTypeClassDef ( |
||
GetReadOnlyGrid ( IControlHabanero parent = null ) : IReadOnlyGridControl |
Returns the IReadOnlyGrid that is being used to select the RelatedBusinessObject.
|
|
GetSelectedBusinessObject ( ) : IBusinessObject |
The BusinessObject that is set on the IBOGridAndEditorControl.
|
|
HandlePopUpFormClosedEvent ( object sender, CancelEventArgs e ) : void |
Handles the Closing of the Popup form. By default this saves the Business Object that is currently selectedin the Popup (if there is one) and Sets the Currently selected Business Object.ToString as the text of the TextBox
|
|
InternalUpdateControlValueFromBo ( ) : void |
Updates the value on the control from the corresponding property on the represented IControlMapper.BusinessObject
|
|
SelectClickHandler ( object sender, |
Handler for the Select click
|
Метод | Описание | |
---|---|---|
CreatePopupForm ( ) : void | ||
GenerateSelectionInterface ( IClassDef lookupTypeClassDef, ISupportAsyncLoadingCollection &viewer, int &minHeight, int &minWidth, IGenericGridFilterControl &filterControlPanel ) : IControlHabanero | ||
GetCollection ( |
||
LoadSelectionCollection ( ISupportAsyncLoadingCollection viewer, |
||
SetupSelectButtonGroupControl ( ) : void |
public ApplyChangesToBusinessObject ( ) : void | ||
Результат | void |
protected CancelClickHandler ( object sender, |
||
sender | object | |
e | ||
Результат | void |
public ExtendedTextBoxMapper ( IExtendedTextBox ctl, string propName, bool isReadOnly, IControlFactory controlFactory ) : System | ||
ctl | IExtendedTextBox | |
propName | string | |
isReadOnly | bool | |
controlFactory | IControlFactory | |
Результат | System |
protected GetLookupTypeClassDef ( |
||
classType | ||
Результат | IClassDef |
protected GetReadOnlyGrid ( IControlHabanero parent = null ) : IReadOnlyGridControl | ||
parent | IControlHabanero | |
Результат | IReadOnlyGridControl |
protected GetSelectedBusinessObject ( ) : IBusinessObject | ||
Результат | IBusinessObject |
protected HandlePopUpFormClosedEvent ( object sender, CancelEventArgs e ) : void | ||
sender | object | |
e | CancelEventArgs | |
Результат | void |
protected InternalUpdateControlValueFromBo ( ) : void | ||
Результат | void |
protected SelectClickHandler ( object sender, |
||
sender | object | |
e | ||
Результат | void |