Свойство | Type | Description | |
---|---|---|---|
_buttonManager | ButtonSpecManagerBase | ||
_drawGroup | |||
_drawPanel | |||
_layoutBar | |||
_layoutBarDocker | |||
_layoutBarViewport | |||
_newRoot | ViewBase | ||
_oldRoot | ViewBase | ||
_pageLookup | PageToNavCheckItem |
Свойство | Type | Description | |
---|---|---|---|
BringPageIntoView | void | ||
CreateNavCheckItems | void | ||
DestructCheckButtons | void | ||
DestructNavCheckItems | void | ||
OnCheckButtonDragOffset | void | ||
OnCheckButtonDragRect | void | ||
OnItemPageInserted | void | ||
OnItemPageRemoved | void | ||
OnItemPagesCleared | void | ||
OnNavigatorEnabledChanged | void | ||
OnNavigatorRightToLeftChanged | void | ||
OnViewportAnimation | void | ||
RecreateView | void | ||
RefreshButtons | void | ||
UpdateButtonsAndPalette | void | ||
UpdateCheckItemStyle | void | ||
UpdateSelectedPageFocus | void |
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.
|
|
GetFixedButtonLocation ( |
Gets the appropriate display location for the button.
|
|
GiveNavigatorFocus ( ViewBase element ) : bool |
Should this element cause the navigator to gain the focus.
|
|
GotFocus ( ) : void |
Occurs when the navigator takes the focus.
|
|
LostFocus ( ) : void |
Occurs when the navigator loses the focus.
|
|
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.
|
|
PostLayout ( ) : void |
Perform post layout operations.
|
|
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.
|
|
SelectedPageChanged ( ) : void |
Process a change in the selected page
|
|
UpdateStatePalettes ( ) : void |
Ensure the correct state palettes are being used.
|
Méthode | Description | |
---|---|---|
ConvertButtonBorderBackOrientation ( ) : VisualOrientation |
Gets the visual orientation of the check butttons border and background.
|
|
ConvertButtonContentOrientation ( ) : VisualOrientation |
Gets the visual orientation of the check butttons content.
|
|
CreateButtonSpecManager ( ) : void |
Create a manager for handling the button specifications.
|
|
CreateCheckItem ( |
Create a new check item with initial settings.
|
|
CreateCheckItemView ( ) : void |
Create the view hierarchy for this view mode.
|
|
DestructButtonSpecManager ( ) : void |
Destruct the button manager instance.
|
|
DestructCheckItemView ( ) : void |
Destruct the view hierarchy for this mode.
|
|
OnViewBuilderPropertyChanged ( object sender, |
Process the change in a property that might effect the view builder.
|
|
PostCreate ( ) : void |
Perform post create tasks.
|
|
ResolveButtonContentOrientation ( VisualOrientation orientation ) : VisualOrientation |
Convert the item orientation using the requested parent orientation.
|
|
UpdateItemOrientation ( ) : void |
Update the orientation of the individual items.
|
|
UpdateOrientation ( ) : void |
Update the bar orientation.
|
Méthode | Description | |
---|---|---|
BringPageIntoView ( |
||
CreateNavCheckItems ( ) : void | ||
DestructCheckButtons ( ) : void | ||
DestructNavCheckItems ( ) : void | ||
OnCheckButtonDragOffset ( object sender, |
||
OnCheckButtonDragRect ( object sender, |
||
OnItemPageInserted ( object sender, TypedCollectionEventArgs |
||
OnItemPageRemoved ( object sender, TypedCollectionEventArgs |
||
OnItemPagesCleared ( object sender, |
||
OnNavigatorEnabledChanged ( object sender, |
||
OnNavigatorRightToLeftChanged ( object sender, |
||
OnViewportAnimation ( object sender, |
||
RecreateView ( ) : void | ||
RefreshButtons ( ) : void | ||
UpdateButtonsAndPalette ( ) : void | ||
UpdateCheckItemStyle ( ) : void | ||
UpdateSelectedPageFocus ( ) : void |
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 ConvertButtonBorderBackOrientation ( ) : VisualOrientation | ||
Résultat | VisualOrientation |
protected ConvertButtonContentOrientation ( ) : VisualOrientation | ||
Résultat | VisualOrientation |
protected CreateButtonSpecManager ( ) : void | ||
Résultat | void |
protected CreateCheckItem ( |
||
page | Page for which the check button is to be created. | |
orientation | VisualOrientation | Initial orientation of the check button. |
Résultat | INavCheckItem |
public DesignerGetHitTest ( Point pt ) : bool | ||
pt | Point | Mouse point. |
Résultat | bool |
protected DestructButtonSpecManager ( ) : void | ||
Résultat | void |
public GetFixedButtonLocation ( |
||
buttonSpec | ButtonSpec instance. | |
Résultat | HeaderLocation |
public GiveNavigatorFocus ( ViewBase element ) : bool | ||
element | ViewBase | Element that is being activated. |
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 |
protected ResolveButtonContentOrientation ( VisualOrientation orientation ) : VisualOrientation | ||
orientation | VisualOrientation | |
Résultat | VisualOrientation |
protected abstract UpdateOrientation ( ) : void | ||
Résultat | void |
protected ButtonSpecManagerBase _buttonManager | ||
Résultat | ButtonSpecManagerBase |
protected ViewDrawCanvas,ComponentFactory.Krypton.Toolkit _drawGroup | ||
Résultat |
protected ViewDrawPanel,ComponentFactory.Krypton.Toolkit _drawPanel | ||
Résultat |
protected ViewLayoutBar,ComponentFactory.Krypton.Navigator _layoutBar | ||
Résultat |
protected ViewLayoutDocker,ComponentFactory.Krypton.Toolkit _layoutBarDocker | ||
Résultat |
protected ViewLayoutViewport,ComponentFactory.Krypton.Toolkit _layoutBarViewport | ||
Résultat |