Main Page | Packages | Class Tree | Index | Help

xp.system

interface IEditManager


interface IEditManager

Interface implemented by all row/cell edit managers


Author:
ProWin Computers Ltd. - Rob Edgar

Version:
3.0.0.000

See also:


Constructor

public
IEditManager ( host: ScrollSelectView, itemsControl: ListItemsControl, context: Object)
Create a new edit manager

Method Summary

public
hideEditor ( save: Boolean ): Boolean
Hides the cell editor

public
showEditor ( context: Object ): Boolean
Shows the cell editor row



Constructor Documentation

IEditManager

public function IEditManager(host: ScrollSelectView,
 itemsControl: ListItemsControl,
 context: Object)
Create a new edit manager

EditManagers are usually instantiated through a host control

Parameters:
host
The ScrollSelectView hosting this editor
itemsControl
The ListItemsControl this editor we work on
context
The editor initialisation context.

Method Documentation

hideEditor

public function hideEditor(save: Boolean): Boolean
Hides the cell editor

Returns:
true if the editor was closed

showEditor

public function showEditor(context: Object): Boolean
Shows the cell editor row

Parameters:
context
Edit session context object.
Returns:
true if the editor was opened


The documentation was generated from the following file:


Generated on 10/30/2005 9:34:02 PM by AS2Doc