Extends
Members
-
rootElement_ :Element
-
Type:
- Source:
Methods
-
close()
-
Close Editor
- Source:
-
<protected> commit()
-
Commit
- Source:
-
<protected> createDom()
-
create Editor Dom
- Source:
-
<protected> createEditorDom()
-
create Editor DOM
- Source:
-
createEditorRootDom()
-
Root DOM of Editor
- Source:
-
<protected> disposeInternal()
-
- Source:
-
getEditorElement() → {Element}
-
Editor Element
- Source:
Returns:
[description]
-
Type
-
Element
-
<protected> getEventTarget() → {Element}
-
Get Event Target
- Source:
Returns:
[description]
-
Type
-
Element
-
getGridCellData() → {*}
-
Get Old Value
- Source:
Returns:
[description]
-
Type
-
*
-
<protected> getKeyHandler() → {Element}
-
Get Key Handler
- Source:
Returns:
-
Type
-
Element
-
-
get Mediator
- Source:
Returns:
-
Type
-
pear.ui.editor.CellEditorMediator
-
<protected> getNewValue() → {*}
-
Get New Value
- Source:
Returns:
[description]
-
Type
-
*
-
<protected> handleKeyEvent(e) → {boolean}
-
handle Key event on Editor
Parameters:
| Name |
Type |
Description |
e |
goog.events.KeyEvent
|
Key event to handle. |
- Source:
Returns:
-
Type
-
boolean
-
<protected> handleMouseEvent(be)
-
handleMouseEvent
Parameters:
| Name |
Type |
Description |
be |
goog.events.BrowserEvent
|
Key event to handle. |
- Source:
-
isOpen() → {boolean}
-
Is Editor Open ?
- Source:
Returns:
[description]
-
Type
-
boolean
-
<protected> open()
-
Open Editor
- Source:
-
<protected> rollback()
-
Rollback
- Source:
-
<protected> setFocus()
-
set Focus on Editor
- Source:
-
-
set Mediator
Parameters:
- Source:
-
<protected> setNewValue(value)
-
set new Value
Parameters:
| Name |
Type |
Description |
value |
*
|
[description] |
- Source:
-
setValidateCallback(fn)
-
set Validator Function
Parameters:
| Name |
Type |
Description |
fn |
function
|
[description] |
- Source:
-
validateInternal(oldrowdata, newrowdata) → {boolean}
-
validateInternal
Parameters:
| Name |
Type |
Description |
oldrowdata |
*
|
[description] |
newrowdata |
*
|
[description] |
- Source:
Returns:
true , if pass
-
Type
-
boolean