Method | Description | |
---|---|---|
ButtonSpecFromView ( ViewBase element ) : |
Gets the ButtonSpec associated with the provided view element.
|
|
Construct ( ViewBase filler ) : |
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 and cleanup the view hierarchy of the header group.
|
|
GetContextShowPoint ( ) : Point |
Gets the screen coorindates for showing a context action menu.
|
|
NextActionEnabled ( DirectionButtonAction action ) : DirectionButtonAction |
Get the appropriate action for the header group next action.
|
|
PostCreate ( ) : void |
Perform actions required after the create of hierarchy is completed
|
|
PreviousActionEnabled ( DirectionButtonAction action ) : DirectionButtonAction |
Get the appropriate action for the header group previous action.
|
|
UpdateButtons ( ) : void |
Recreate the buttons to reflect a change in selected page.
|
|
UpdateStatePalettes ( ) : void |
Ensure the correct state palettes are being used.
|
|
ViewBuilderPropertyChanged ( |
Process the change in a property that might effect the viewlet.
|
|
ViewletHeaderGroup ( |
Initialize a new instance of the ViewletHeaderGroup class.
|
Method | Description | |
---|---|---|
GetHeaderSecondaryVisible ( ) : bool |
Gets the visible state of the secondary header.
|
|
GetPrimaryValues ( ) : IContentValues |
Gets the source of the primary header values.
|
|
GetSecondaryValues ( ) : IContentValues |
Gets the source of the secondary header values.
|
Method | Description | |
---|---|---|
CreateButtonSpecManager ( ) : void | ||
CreateDragDrop ( ) : void | ||
CreateHeaderGroupView ( ViewBase filler ) : void | ||
OnDragEnd ( object sender, |
||
OnDragMove ( object sender, |
||
OnDragQuit ( object sender, |
||
OnDragStart ( object sender, |
||
OnLeftDoubleClick ( object sender, |
||
OnLeftMouseDown ( object sender, |
||
OnRightMouseDown ( object sender, |
||
SetEnabled ( bool enabled ) : void | ||
SetHeaderPosition ( |
||
SetHeaderStyle ( |
||
SetPalettes ( |
||
UpdateHeaders ( ) : void |
public ButtonSpecFromView ( ViewBase element ) : |
||
element | ViewBase | Element to search against. |
return |
public Construct ( ViewBase filler ) : |
||
filler | ViewBase | View element to fill in the header group. |
return |
public DesignerGetHitTest ( Point pt ) : bool | ||
pt | Point | Mouse point. |
return | bool |
protected GetHeaderSecondaryVisible ( ) : bool | ||
return | bool |
protected GetPrimaryValues ( ) : IContentValues | ||
return | IContentValues |
protected GetSecondaryValues ( ) : IContentValues | ||
return | IContentValues |
public NextActionEnabled ( DirectionButtonAction action ) : DirectionButtonAction | ||
action | DirectionButtonAction | Requested action. |
return | DirectionButtonAction |
public PreviousActionEnabled ( DirectionButtonAction action ) : DirectionButtonAction | ||
action | DirectionButtonAction | Requested action. |
return | DirectionButtonAction |
public ViewBuilderPropertyChanged ( |
||
e | Property changed details. | |
return | void |
public ViewletHeaderGroup ( |
||
navigator | Reference to navigator instance. | |
redirector | Palette redirector. | |
needPaintDelegate | NeedPaintHandler | Delegate for notifying paint requests. |
return | System |