new DatePickerEditor()
Class that provides the basic text editor , implements
(defined in @link {goog.pear.ui.editor.IEditor}.
- Source:
Extends
Members
-
rootElement_ :Element
-
Type:
- Element
- Inherited From:
- Source:
Methods
-
<protected> close()
-
Close this editor
- Source:
-
<protected> commit()
-
Commit
- Inherited From:
- Source:
-
<protected> createDom()
-
create Editor Dom
- Inherited From:
- Source:
-
<protected> createEditorDom()
-
Create DOM for Editor
- Source:
-
createEditorRootDom()
-
Root DOM of Editor
- Inherited From:
- Source:
-
<protected> disposeInternal()
-
Deletes or nulls out any references to COM objects, DOM nodes, or other disposable objects
- Source:
-
getEditorElement() → {Element}
-
Editor Element
- Inherited From:
- Source:
Returns:
[description]- Type
- Element
-
<protected> getEventTarget() → {Element}
-
Get Event Target
- Inherited From:
- Source:
Returns:
[description]- Type
- Element
-
getGridCellData() → {*}
-
Get Old Value
- Inherited From:
- Source:
Returns:
[description]- Type
- *
-
<protected> getKeyHandler() → {Element}
-
Get Key Handler
- Inherited From:
- Source:
Returns:
- Type
- Element
-
getMediator() → {pear.ui.editor.CellEditorMediator}
-
get Mediator
- Inherited From:
- Source:
Returns:
-
<protected> getNewValue() → {*}
-
Get New Value
- Inherited From:
- Source:
Returns:
[description]- Type
- *
-
<protected> handleKeyEvent(e) → {boolean}
-
handle Key event on Editor
Parameters:
Name Type Description egoog.events.KeyEvent Key event to handle. - Inherited From:
- Source:
Returns:
- Type
- boolean
-
<protected> handleMouseEvent(be)
-
handleMouseEvent
Parameters:
Name Type Description begoog.events.BrowserEvent Key event to handle. - Inherited From:
- Source:
-
isOpen() → {boolean}
-
Is Editor Open ?
- Inherited From:
- Source:
Returns:
[description]- Type
- boolean
-
<protected> open()
-
Open Editor
- Inherited From:
- Source:
-
<protected> rollback()
-
Rollback
- Inherited From:
- Source:
-
setFocus()
-
set Focus on Editor
- Source:
-
setMediator(mediator)
-
set Mediator
Parameters:
Name Type Description mediatorpear.ui.editor.CellEditorMediator - Inherited From:
- Source:
-
<protected> setNewValue(value)
-
set new Value
Parameters:
Name Type Description value* [description] - Inherited From:
- Source:
-
setValidateCallback(fn)
-
set Validator Function
Parameters:
Name Type Description fnfunction [description] - Inherited From:
- Source:
-
setValueFromEditor()
-
Set new Value
- Source:
-
validateInternal(oldrowdata, newrowdata) → {boolean}
-
validateInternal
Parameters:
Name Type Description oldrowdata* [description] newrowdata* [description] - Inherited From:
- Source:
Returns:
true , if pass- Type
- boolean