com.sibvisions.rad.ui.web.ext.gwt.celleditor
Class DateCellEditor

java.lang.Object
  extended by com.sibvisions.rad.ui.web.ext.gwt.celleditor.StyledCellEditor
      extended by com.sibvisions.rad.ui.web.ext.gwt.celleditor.DateCellEditor
All Implemented Interfaces:
IAlignmentConstants, Serializable

public class DateCellEditor
extends StyledCellEditor

The DateCellEditor defines the date cell editor and is not a cell editor itself.

See Also:
Serialized Form

Field Summary
 
Fields inherited from interface com.sibvisions.rad.ui.web.ext.gwt.IAlignmentConstants
ALIGN_BOTTOM, ALIGN_CENTER, ALIGN_LEFT, ALIGN_RIGHT, ALIGN_STRETCH, ALIGN_TOP
 
Constructor Summary
DateCellEditor()
          Creates a new instance of DateCellEditor.
 
Method Summary
 String getDateFormat()
          Gets the date/time format used for editing the date.
 void setDateFormat(String pDateFormat)
          Sets the date/time format used for editing the date.
 
Methods inherited from class com.sibvisions.rad.ui.web.ext.gwt.celleditor.StyledCellEditor
getEditorColumn, getHorizontalAlignment, getHorizontalWebAlignment, getVerticalAlignment, getVerticalWebAlignment, isStyleSupported, setEditorColumn, setHorizontalAlignment, setVerticalAlignment
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DateCellEditor

public DateCellEditor()
Creates a new instance of DateCellEditor.

Method Detail

setDateFormat

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

Parameters:
pDateFormat - the date/tme format

getDateFormat

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

Returns:
the date/time format


Copyright © 2009 SIB Visions GmbH. All Rights Reserved.