javax.rad.ui.celleditor
Interface INumberCellEditor

All Superinterfaces:
IAlignmentConstants, ICellEditor, IInplaceCellEditor, IStyledCellEditor
All Known Implementing Classes:
JVxNumberCellEditor, UINumberCellEditor

public interface INumberCellEditor
extends IInplaceCellEditor

Platform and technology independent number editor definition. It is designed for use with AWT, Swing, SWT, JSP, JSF, ... .


Field Summary
 
Fields inherited from interface javax.rad.ui.celleditor.IInplaceCellEditor
DOUBLE_CLICK, SINGLE_CLICK
 
Fields inherited from interface javax.rad.ui.IAlignmentConstants
ALIGN_BOTTOM, ALIGN_CENTER, ALIGN_LEFT, ALIGN_RIGHT, ALIGN_STRETCH, ALIGN_TOP
 
Method Summary
 String getNumberFormat()
          Gets the number format used for editing the number.
 void setNumberFormat(String pNumberFormat)
          Sets the number format used for editing the number.
 
Methods inherited from interface javax.rad.ui.celleditor.IInplaceCellEditor
getPreferredEditorMode, setPreferredEditorMode
 
Methods inherited from interface javax.rad.model.ui.ICellEditor
createCellEditorHandler, isDirectCellEditor
 
Methods inherited from interface javax.rad.ui.IAlignmentConstants
getHorizontalAlignment, getVerticalAlignment, setHorizontalAlignment, setVerticalAlignment
 

Method Detail

getNumberFormat

String getNumberFormat()
Gets the number format used for editing the number.

Returns:
the number format

setNumberFormat

void setNumberFormat(String pNumberFormat)
Sets the number format used for editing the number.

Parameters:
pNumberFormat - the number format


Copyright © 2009 SIB Visions GmbH. All Rights Reserved.