Méthode | Description | |
---|---|---|
ControlFactory ( ) : System |
Creates a ControlFactory with default values.
|
|
GetControl ( |
Creates the control to show for the given cell. Use Cell.Data to store any state object for the cell.
|
|
UpdateControl ( |
Allows an existing control to be modified or swapped for another control. Return null if the same control is left in place, or return a control if that is to replace the current one.
|
public abstract GetControl ( |
||
cell | The cell that the control will be added to. | |
Résultat |
public UpdateControl ( |
||
cell | The cell that contains the control. | |
control | The current control in that cell. | |
Résultat |