Method | Description | |
---|---|---|
Init ( XCore.Mediator mediator, int hvo, IPatternControl patternControl, |
||
MakeRoot ( ) : void | ||
SelectAt ( object ctxt, int index, bool initial, bool editable, bool install ) : IVwSelection |
Moves the cursor to the specified position in the specified cell.
|
Method | Description | |
---|---|---|
CreateEditingHelper ( ) : EditingHelper | ||
HandleSelectionChange ( IVwRootBox prootb, IVwSelection vwselNew ) : void | ||
OnKeyDown ( |
override this to allow deleting an item IF the key is Delete.
|
|
OnKeyPress ( |
override this to allow deleting an item IF the key is Backspace.
|
|
OnRightMouseUp ( Point pt, |
Method | Description | |
---|---|---|
AdjustSelection ( |
Adjusts the selection.
|
|
GetSelectionInfo ( |
Creates a selection IP for the specified limit.
|
|
SelectCell ( object ctxt, bool initial, bool install ) : IVwSelection | ||
SelectLeftBoundary ( object ctxt, int index, bool install ) : void | ||
SelectRightBoundary ( object ctxt, int index, bool install ) : void | ||
UpdateSelection ( IVwSelection vwselNew ) : void |
Update the new selection. This is called by rule formula view when selection changes.
|
protected CreateEditingHelper ( ) : EditingHelper | ||
return | EditingHelper |
protected HandleSelectionChange ( IVwRootBox prootb, IVwSelection vwselNew ) : void | ||
prootb | IVwRootBox | |
vwselNew | IVwSelection | |
return | void |
public Init ( XCore.Mediator mediator, int hvo, IPatternControl patternControl, |
||
mediator | XCore.Mediator | |
hvo | int | |
patternControl | IPatternControl | |
vc | ||
rootFrag | int | |
sda | ISilDataAccess | |
return | void |
protected OnKeyDown ( |
||
e | ||
return | void |
protected OnKeyPress ( |
||
e | ||
return | void |
protected OnRightMouseUp ( Point pt, |
||
pt | Point | |
rcSrcRoot | ||
rcDstRoot | ||
return | bool |
public SelectAt ( object ctxt, int index, bool initial, bool editable, bool install ) : IVwSelection | ||
ctxt | object | The context. |
index | int | Index of the item in the cell. |
initial | bool | if |
editable | bool | if |
install | bool | if |
return | IVwSelection |