메소드 | 설명 | |
---|---|---|
BOColTabControlManager ( ITabControl tabControl, IControlFactory controlFactory ) : System | ||
GetBo ( ITabPage tabPage ) : IBusinessObject |
Returns the business object represented in the specified tab page
|
|
GetTabPage ( IBusinessObject bo ) : ITabPage |
Returns the TabPage object that is representing the given business object
|
|
TabChanged ( ) : void |
Carries out additional steps when the user selects a different tab
|
메소드 | 설명 | |
---|---|---|
AddBoPageIndexing ( IBusinessObject bo, ITabPage page ) : void |
Adds the necessagry indexing for a Business Object and TabPage relationship.
|
|
AddTabPage ( ITabPage page, IBusinessObject bo ) : void |
Adds a tab page to represent the given business object
|
|
AddTabPageToEnd ( ITabPage page ) : void |
Adds a tab page to the end of the tab order
|
|
ClearTabPages ( ) : void |
Clears the tab pages
|
|
GetBusinessObjectDisplayValueDictionary ( ) : object>.Dictionary |
메소드 | 설명 | |
---|---|---|
ReloadCurrentCollection ( ) : void | ||
TabChangedHandler ( object sender, |
Handles the event that the user chooses a different tab. Calls the TabChanged() method.
|
protected AddBoPageIndexing ( IBusinessObject bo, ITabPage page ) : void | ||
bo | IBusinessObject | The Business Object related to the Tab Page |
page | ITabPage | The Tab Page related to the Business Object |
리턴 | void |
protected AddTabPage ( ITabPage page, IBusinessObject bo ) : void | ||
page | ITabPage | The TabPage object to add |
bo | IBusinessObject | The business ojbect to represent |
리턴 | void |
protected AddTabPageToEnd ( ITabPage page ) : void | ||
page | ITabPage | The Tab Page to be added to the Tab Control |
리턴 | void |
public BOColTabControlManager ( ITabControl tabControl, IControlFactory controlFactory ) : System | ||
tabControl | ITabControl | |
controlFactory | IControlFactory | |
리턴 | System |
public GetBo ( ITabPage tabPage ) : IBusinessObject | ||
tabPage | ITabPage | The tab page |
리턴 | IBusinessObject |
protected GetBusinessObjectDisplayValueDictionary ( ) : object>.Dictionary |
||
리턴 | object>.Dictionary |
public GetTabPage ( IBusinessObject bo ) : ITabPage | ||
bo | IBusinessObject | The business object being represented |
리턴 | ITabPage |