OverviewSingleDeprecated

jsx3.gui

interface Matrix.BlockMask

jsx3.gui.Matrix.EditMask
->jsx3.gui.Matrix.BlockMask

interface Matrix.BlockMask
extends jsx3.gui.Matrix.EditMask
The interface that defines the methods that affect the behavior of a composite object used as an edit mask of a matrix column. Any object used as an edit mask that extends jsx3.gui.Block but does not implement jsx3.gui.Form will have these methods inserted into it. Such an object only has to define the methods whose default behavior it wishes to override.

Since:

3.2

Method Summary
void
emBeginEdit(strValue : ?, objTdDim : ?, objPaneDim : ?, objMatrix : ?, objColumn : ?, strRecordId : ?, objTD : ?)
void
void
void
emInit(objColumn : ?)
jsx3.gui.Painted
Returns the DOM node that should be focused when the edit session begins.
String
Returns the value currently stored in this edit mask.
void
setMaskValue(strValue : String)
Sets the value currently stored in this edit mask.
Methods Inherited From jsx3.gui.Matrix.EditMask
commitEditMask, emGetSession, resumeEditSession, suspendEditSession
Method Detail

emBeginEdit

final void emBeginEdit(strValue : ?, objTdDim : ?, objPaneDim : ?, objMatrix : ?, objColumn : ?, strRecordId : ?, objTD : ?)

Parameters:

strValue
objTdDim
objPaneDim
objMatrix
objColumn
strRecordId
objTD

Overrides:

emBeginEdit in jsx3.gui.Matrix.EditMask

emEndEdit

final void emEndEdit()

Overrides:

emEndEdit in jsx3.gui.Matrix.EditMask

emGetValue

final void emGetValue()

Overrides:

emGetValue in jsx3.gui.Matrix.EditMask

emInit

final void emInit(objColumn : ?)

Parameters:

objColumn

Overrides:

emInit in jsx3.gui.Matrix.EditMask

getMaskFirstResponder

jsx3.gui.Painted getMaskFirstResponder()
Returns the DOM node that should be focused when the edit session begins. The default behavior is to return the first descendant (breadth-first) that implements jsx3.gui.Form.

Returns:

 

getMaskValue

String getMaskValue()
Returns the value currently stored in this edit mask. The default behavior is to return the value of the first descendant (breadth-first) that implements jsx3.gui.Form.

Returns:

 

setMaskValue

void setMaskValue(strValue : String)
Sets the value currently stored in this edit mask. The default behavior is to set the value of the first descendant (breadth-first) that implements jsx3.gui.Form.

Parameters:

strValue