javax.rad.genui.celleditor
Class UIDateCellEditor
java.lang.Object
javax.rad.genui.celleditor.UICellEditor<CE>
javax.rad.genui.celleditor.UIInplaceCellEditor<CE>
javax.rad.genui.celleditor.UIComboCellEditor<IDateCellEditor>
javax.rad.genui.celleditor.UIDateCellEditor
- All Implemented Interfaces:
- ICellEditor, IComboCellEditor, IDateCellEditor, IInplaceCellEditor, IStyledCellEditor, IAlignmentConstants, IResource
public class UIDateCellEditor
- extends UIComboCellEditor<IDateCellEditor>
- implements IDateCellEditor
Platform and technology independent date editor.
It is designed for use with AWT, Swing, SWT, JSP, JSF, ... .
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
UIDateCellEditor
public UIDateCellEditor()
- Creates a new instance of
UIDateCellEditor
.
- See Also:
IDateCellEditor
UIDateCellEditor
protected UIDateCellEditor(IDateCellEditor pEditor)
- Creates a new instance of
UIDateCellEditor
with the given
date cell editor.
- Parameters:
pEditor
- the date cell editor- See Also:
IDateCellEditor
UIDateCellEditor
public UIDateCellEditor(String pDateFormat)
- Creates a new instance of
UIDateCellEditor
with the given format.
- Parameters:
pDateFormat
- then DateFormat.- See Also:
IDateCellEditor
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.