Méthode | Description | |
---|---|---|
ButtonSpecFromView ( ViewBase element ) : |
Gets the ButtonSpec associated with the provided view element.
|
|
Construct ( |
Construct the view appropriate for this builder.
|
|
DesignerGetHitTest ( Point pt ) : bool |
Is the provided over a part of the view that wants the mouse.
|
|
Destruct ( ) : void |
Destruct the previously created view.
|
|
GetContextShowPoint ( ) : Point |
Gets the screen coorindates for showing a context action menu.
|
|
NextActionEnabled ( DirectionButtonAction action ) : ButtonEnabled |
Calculate the enabled state of the next button based on the required action.
|
|
PageAppearanceChanged ( |
Notification that a krypton page appearance property has changed.
|
|
PageCollectionChanged ( ) : void |
Change has occured to the collection of pages.
|
|
PageEnabledStateChanged ( |
Process a change in the enabled state for a page.
|
|
PageFromView ( ViewBase element ) : |
Gets the KryptonPage associated with the provided view element.
|
|
PageVisibleStateChanged ( |
Process a change in the visible state for a page.
|
|
PerformNextAction ( DirectionButtonAction action, |
Peform the next button action requested.
|
|
PerformPreviousAction ( DirectionButtonAction action, |
Peform the previous button action requested.
|
|
PreviousActionEnabled ( DirectionButtonAction action ) : ButtonEnabled |
Calculate the enabled state of the previous button based on the required action.
|
|
ProcessDialogKey ( Keys keyData ) : bool |
Process a dialog key in a manner appropriate for the view.
|
|
ProcessMnemonic ( char charCode ) : bool |
Processes a mnemonic character.
|
|
SelectedPageChanged ( ) : void |
Process a change in the selected page
|
|
UpdateStatePalettes ( ) : void |
Ensure the correct state palettes are being used.
|
Méthode | Description | |
---|---|---|
OnViewBuilderPropertyChanged ( object sender, |
Process the change in a property that might effect the view builder.
|
Méthode | Description | |
---|---|---|
OnEnabledChanged ( object sender, |
public ButtonSpecFromView ( ViewBase element ) : |
||
element | ViewBase | Element to search against. |
Résultat |
public Construct ( |
||
navigator | Reference to navigator instance. | |
manager | Reference to current manager. | |
redirector | Palette redirector. | |
Résultat | void |
public DesignerGetHitTest ( Point pt ) : bool | ||
pt | Point | Mouse point. |
Résultat | bool |
public NextActionEnabled ( DirectionButtonAction action ) : ButtonEnabled | ||
action | DirectionButtonAction | Requested action. |
Résultat | ButtonEnabled |
protected OnViewBuilderPropertyChanged ( object sender, |
||
sender | object | Source of the event. |
e | Property changed details. | |
Résultat | void |
public PageAppearanceChanged ( |
||
page | Page that has changed. | |
property | string | Name of property that has changed. |
Résultat | void |
public PageEnabledStateChanged ( |
||
page | Page that has changed enabled state. | |
Résultat | void |
public PageFromView ( ViewBase element ) : |
||
element | ViewBase | Element to search against. |
Résultat |
public PageVisibleStateChanged ( |
||
page | Page that has changed visible state. | |
Résultat | void |
public PerformNextAction ( DirectionButtonAction action, |
||
action | DirectionButtonAction | Requested action. |
page | Selected page at time of action request. | |
Résultat | void |
public PerformPreviousAction ( DirectionButtonAction action, |
||
action | DirectionButtonAction | Requested action. |
page | Selected page at time of action request. | |
Résultat | void |
public PreviousActionEnabled ( DirectionButtonAction action ) : ButtonEnabled | ||
action | DirectionButtonAction | Requested action. |
Résultat | ButtonEnabled |
public ProcessDialogKey ( Keys keyData ) : bool | ||
keyData | Keys | Key data. |
Résultat | bool |
public ProcessMnemonic ( char charCode ) : bool | ||
charCode | char | The mnemonic character entered. |
Résultat | bool |