Method | Description | |
---|---|---|
Clear ( ) : void |
Clears the business object collection and the rows in the selector
|
|
CollapsiblePanelSelectorWin ( IControlFactory controlFactory ) : System |
Constructor for CollapsiblePanelSelectorWin
|
|
GetBusinessObjectAtRow ( int row ) : IBusinessObject |
Returns the business object at the specified row number
|
Method | Description | |
---|---|---|
AddBOPanel ( IBusinessObject businessObject ) : void | ||
BusinessObjectAddedHandler ( object sender, Habanero.Base.BOEventArgs e ) : void |
This handler is called when a business object has been added to the collection - it subsequently adds the item to the ListBox list as well.
|
|
BusinessObjectRemovedHandler ( object sender, Habanero.Base.BOEventArgs e ) : void |
This handler is called when a business object has been removed from the collection - it subsequently removes the item from the ListBox list as well.
|
|
ClearPanel ( ) : void | ||
CollectionHasItems ( ) : bool | ||
CreateBOCollapsiblePanels ( ) : void | ||
FindCollapsiblePanel ( IBusinessObject businessObject ) : ICollapsiblePanel | ||
FireBusinessObjectSelected ( ) : void | ||
IndexOutOfRange ( int row ) : bool | ||
RegisterForEvents ( ) : void | ||
RemoveBOPanel ( IBusinessObject businessObject ) : void | ||
SelectFirstItem ( ) : void | ||
UnregisterForEvents ( ) : void |
public CollapsiblePanelSelectorWin ( IControlFactory controlFactory ) : System | ||
controlFactory | IControlFactory | |
return | System |
public GetBusinessObjectAtRow ( int row ) : IBusinessObject | ||
row | int | The row number in question |
return | IBusinessObject |