DroidDiagram Programmer's Guide
Diagram.raiseCellTextEditing Method
See Also
 






Raises the cellTextEditing event to validate entering in-place editing mode.

Namespace: com.mindfusion.diagramming
Package: com.mindfusion.diagramming

 Syntax

Java  Copy Code

public boolean raiseCellTextEditing (
    TableNode table,
    int column,
    int row
)

 Parameters

table

The TableNode related to the event.

column

The zero-based index of the table column related to the event.

row

The zero-based index of the table row related to the event.

 Return Value

true if the event handlers allow the operation, otherwise false.

 See Also

Diagram Members
Diagram Class
com.mindfusion.diagramming Namespace