com.sibvisions.rad.ui.web.impl.celleditor
Class WebNumberCellEditor

java.lang.Object
  extended by com.sibvisions.rad.ui.web.impl.celleditor.WebCellEditor
      extended by com.sibvisions.rad.ui.web.impl.celleditor.WebNumberCellEditor
All Implemented Interfaces:
ICellEditor, INumberCellEditor, IStyledCellEditor, IAlignmentConstants

public class WebNumberCellEditor
extends WebCellEditor
implements INumberCellEditor

Web server implementation of INumberCellEditor.


Field Summary
 
Fields inherited from interface javax.rad.ui.IAlignmentConstants
ALIGN_BOTTOM, ALIGN_CENTER, ALIGN_LEFT, ALIGN_RIGHT, ALIGN_STRETCH, ALIGN_TOP
 
Constructor Summary
WebNumberCellEditor()
          Creates a new instance of WebNumberCellEditor.
 
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 class com.sibvisions.rad.ui.web.impl.celleditor.WebCellEditor
createCellEditor, createCellEditorHandler, getHorizontalAlignment, getVerticalAlignment, isDirectCellEditor, setHorizontalAlignment, setVerticalAlignment
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface javax.rad.model.ui.ICellEditor
createCellEditorHandler, isDirectCellEditor
 
Methods inherited from interface javax.rad.ui.IAlignmentConstants
getHorizontalAlignment, getVerticalAlignment, setHorizontalAlignment, setVerticalAlignment
 

Constructor Detail

WebNumberCellEditor

public WebNumberCellEditor()
Creates a new instance of WebNumberCellEditor.

See Also:
INumberCellEditor
Method Detail

getNumberFormat

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

Specified by:
getNumberFormat in interface INumberCellEditor
Returns:
the number format

setNumberFormat

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

Specified by:
setNumberFormat in interface INumberCellEditor
Parameters:
pNumberFormat - the number format


Copyright © 2009 SIB Visions GmbH. All Rights Reserved.