|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.sage.swt.client.widget.table.editing.AbstractBaseCellEditor
com.sage.swt.client.widget.table.editing.AbstractCellEditor
com.sage.swt.client.widget.table.editing.DecimalCellEditor
public class DecimalCellEditor
An DecimalCellEditor that can be used to edit decimal number.
| Nested Class Summary |
|---|
| Nested classes/interfaces inherited from interface com.sage.swt.client.widget.table.editing.TableCellEditor |
|---|
TableCellEditor.TableCallback<ColType>, TableCellEditor.TableCellEditInfo |
| Field Summary |
|---|
| Fields inherited from class com.sage.swt.client.widget.table.editing.AbstractCellEditor |
|---|
DEC_KEYCODE, DEC_NEGATIVE |
| Method Summary | |
|---|---|
void |
doOpenEditor()
Handle the open of the editor box - used for editor with separator dialog box as editor |
com.google.gwt.user.client.ui.Focusable |
getFocusableWidget()
Get the focusable part of the cell editor widget |
static DecimalCellEditor |
getInstance()
|
java.lang.Object |
getValue()
Get the new cell value from the editor. |
void |
setValue(java.lang.Object cellValue)
Set the cell value in the editor. |
| Methods inherited from class com.sage.swt.client.widget.table.editing.AbstractCellEditor |
|---|
doLostFocus, doOnKeyDown, editCell, filterDecimalSeperator, filterDecKeys, filterNonNegativeDecKeys, getEditBoxDirty, getFormatInfo, getWidget, hideEditorPanel, selectText, setEditBoxDirty, setElementID, setName, setWidget |
| Methods inherited from class com.sage.swt.client.widget.table.editing.AbstractBaseCellEditor |
|---|
doCellUpdate, doComplete, doComplete, getOldValue, getTableCallback, getTableCellEditInfo, isValueChanged, setOldValue, setTableCallback, setTableCellEditInfo |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Method Detail |
|---|
public void setValue(java.lang.Object cellValue)
AbstractBaseCellEditor
setValue in class AbstractBaseCellEditorcellValue - the value in the cellpublic java.lang.Object getValue()
AbstractBaseCellEditor
getValue in class AbstractBaseCellEditorpublic static DecimalCellEditor getInstance()
public void doOpenEditor()
doOpenEditor in interface TableCellEditor<java.lang.Object>doOpenEditor in class AbstractBaseCellEditorpublic com.google.gwt.user.client.ui.Focusable getFocusableWidget()
TableCellEditor
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||