Method | Description | |
---|---|---|
ButtonSpecFromView ( ViewBase element ) : |
Gets the ButtonSpec associated with the provided view element.
|
|
DesignerGetHitTest ( Point pt ) : bool |
Is the provided over a part of the view that wants the mouse.
|
|
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.
|
|
PageCollectionChanged ( ) : void |
Change has occured to the collection of pages.
|
|
PageEnabledStateChanged ( |
Process a change in the enabled state for a page.
|
|
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.
|
|
SelectedPageChanged ( ) : void |
Process a change in the selected page
|
|
UpdateStatePalettes ( ) : void |
Ensure the correct state palettes are being used.
|
Method | Description | |
---|---|---|
CreateButtonSpecManager ( ) : void |
Create a manager for handling the button specifications.
|
|
CreateCheckItemView ( ) : void |
Create the view hierarchy for this view mode.
|
|
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.
|
|
UpdateOrientation ( ) : void |
Update the bar orientation.
|
public ButtonSpecFromView ( ViewBase element ) : |
||
element | ViewBase | Element to search against. |
return |
public DesignerGetHitTest ( Point pt ) : bool | ||
pt | Point | Mouse point. |
return | bool |
public NextActionEnabled ( DirectionButtonAction action ) : ButtonEnabled | ||
action | DirectionButtonAction | Requested action. |
return | ButtonEnabled |
protected OnViewBuilderPropertyChanged ( object sender, |
||
sender | object | Source of the event. |
e | Property changed details. | |
return | void |
public PageEnabledStateChanged ( |
||
page | Page that has changed enabled state. | |
return | void |
public PageVisibleStateChanged ( |
||
page | Page that has changed visible state. | |
return | void |
public PerformNextAction ( DirectionButtonAction action, |
||
action | DirectionButtonAction | Requested action. |
page | Selected page at time of action request. | |
return | void |
public PerformPreviousAction ( DirectionButtonAction action, |
||
action | DirectionButtonAction | Requested action. |
page | Selected page at time of action request. | |
return | void |
public PreviousActionEnabled ( DirectionButtonAction action ) : ButtonEnabled | ||
action | DirectionButtonAction | Requested action. |
return | ButtonEnabled |