Method | Description | |
---|---|---|
GetBreadCrumbs ( PageReference pageReference ) : List |
Returns breadcrumbs specific to the block that should be added to navigation based on the current page reference. This function is called during the page's oninit to load any initial breadcrumbs.
|
|
ShowDetail ( int batchId ) : void |
Shows the detail.
|
Method | Description | |
---|---|---|
Block_BlockUpdated ( object sender, |
Handles the BlockUpdated event of the control.
|
|
OnInit ( |
Raises the E:System.Web.UI.Control.Init event.
|
|
OnLoad ( |
Raises the E:System.Web.UI.Control.Load event.
|
|
ShowEditDetails ( FinancialBatch batch ) : void |
Shows the edit details.
|
|
lbCancel_Click ( object sender, |
Handles the Click event of the lbCancelFinancialBatch control.
|
|
lbEdit_Click ( object sender, |
Handles the Click event of the lbEdit control.
|
|
lbHistory_Click ( object sender, |
Handles the Click event of the lbHistory control.
|
|
lbMatch_Click ( object sender, |
Handles the Click event of the lbMatch control.
|
|
lbSave_Click ( object sender, |
Handles the Click event of the lbSave control.
|
Method | Description | |
---|---|---|
GetBatch ( int batchId, |
Gets the batch.
|
|
SetEditMode ( bool editable ) : void |
Sets the edit mode.
|
|
SetHeadingInfo ( FinancialBatch batch, string title ) : void |
Sets the heading information.
|
|
ShowReadonlyDetails ( FinancialBatch batch ) : void |
Shows the financial batch summary.
|
protected Block_BlockUpdated ( object sender, |
||
sender | object | The source of the event. |
e | The |
|
return | void |
public GetBreadCrumbs ( PageReference pageReference ) : List |
||
pageReference | PageReference | The |
return | List |
protected OnInit ( |
||
e | An |
|
return | void |
protected OnLoad ( |
||
e | The |
|
return | void |
public ShowDetail ( int batchId ) : void | ||
batchId | int | The financial batch identifier. |
return | void |
protected ShowEditDetails ( FinancialBatch batch ) : void | ||
batch | FinancialBatch | The financial batch. |
return | void |
protected lbCancel_Click ( object sender, |
||
sender | object | The source of the event. |
e | The |
|
return | void |
protected lbEdit_Click ( object sender, |
||
sender | object | The source of the event. |
e | The |
|
return | void |
protected lbHistory_Click ( object sender, |
||
sender | object | The source of the event. |
e | The |
|
return | void |
protected lbMatch_Click ( object sender, |
||
sender | object | The source of the event. |
e | The |
|
return | void |
protected lbSave_Click ( object sender, |
||
sender | object | The source of the event. |
e | The |
|
return | void |