Méthode | Description | |
---|---|---|
ButtonSpecFromView ( ViewBase element ) : |
Gets the ButtonSpec associated with the provided view element.
|
|
Construct ( |
Construct the view appropriate for this builder.
|
|
Destruct ( ) : void |
Destruct the previously created view.
|
|
PageEnabledStateChanged ( |
Process a change in the enabled state for a page.
|
|
PageFromView ( ViewBase element ) : |
Gets the KryptonPage associated with the provided view element.
|
|
ProcessMnemonic ( char charCode ) : bool |
Processes a mnemonic character.
|
|
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 |
protected OnViewBuilderPropertyChanged ( object sender, |
||
sender | object | Source of the event. |
e | Property changed details. | |
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 ProcessMnemonic ( char charCode ) : bool | ||
charCode | char | The mnemonic character entered. |
Résultat | bool |