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

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

public class WebDateCellEditor
extends WebCellEditor
implements IDateCellEditor

Web server implementation of IDateCellEditor.


Field Summary
 
Fields inherited from interface javax.rad.ui.IAlignmentConstants
ALIGN_BOTTOM, ALIGN_CENTER, ALIGN_LEFT, ALIGN_RIGHT, ALIGN_STRETCH, ALIGN_TOP
 
Constructor Summary
WebDateCellEditor()
          Creates a new instance of WebDateCellEditor.
 
Method Summary
 String getDateFormat()
          Gets the date format used for editing the date.
 void setDateFormat(String pDateFormat)
          Sets the date format used for editing the date.
 
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

WebDateCellEditor

public WebDateCellEditor()
Creates a new instance of WebDateCellEditor.

See Also:
IDateCellEditor
Method Detail

getDateFormat

public String getDateFormat()
Gets the date format used for editing the date.

Specified by:
getDateFormat in interface IDateCellEditor
Returns:
the date format

setDateFormat

public void setDateFormat(String pDateFormat)
Sets the date format used for editing the date.

Specified by:
setDateFormat in interface IDateCellEditor
Parameters:
pDateFormat - the date format


Copyright © 2009 SIB Visions GmbH. All Rights Reserved.