javax.rad.genui.celleditor
Class UIDateCellEditor
java.lang.Object
javax.rad.genui.AbstractUIFactoryResource<CE>
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, ... .
Constructor Summary |
|
UIDateCellEditor()
Creates a new instance of UIDateCellEditor . |
protected |
UIDateCellEditor(IDateCellEditor pEditor)
Creates a new instance of UIDateCellEditor with the given
date cell editor. |
|
UIDateCellEditor(java.lang.String pDateFormat)
Creates a new instance of UIDateCellEditor with the given format. |
Method Summary |
java.lang.String |
getDateFormat()
Gets the date format used for editing the date. |
void |
setDateFormat(java.lang.String pDateFormat)
Sets the date format used for editing the date. |
Methods inherited from class javax.rad.genui.celleditor.UICellEditor |
addDefaultCellEditor, createCacheKey, createCellEditorHandler, getDefaultCellEditor, getDefaultCellEditor, getDefaultCellEditors, getDefaultCellEditors, getHorizontalAlignment, getResource, getVerticalAlignment, isDirectCellEditor, removeAllDefaultCellEditors, removeAllDefaultCellEditors, removeDefaultCellEditor, setDefaultCellEditor, setHorizontalAlignment, setVerticalAlignment |
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(java.lang.String pDateFormat)
- Creates a new instance of
UIDateCellEditor
with the given format.
- Parameters:
pDateFormat
- then DateFormat.- See Also:
IDateCellEditor
getDateFormat
public java.lang.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(java.lang.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.