javax.rad.ui.celleditor
Interface IDateCellEditor
- All Superinterfaces:
- IAlignmentConstants, ICellEditor, IComboCellEditor, IInplaceCellEditor, IStyledCellEditor
- All Known Implementing Classes:
- AbstractDateCellEditor, JVxDateCellEditor, UIDateCellEditor
public interface IDateCellEditor
- extends IComboCellEditor
Platform and technology independent date editor definition.
It is designed for use with AWT, Swing, SWT, JSP, JSF, ... .
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. |
getDateFormat
java.lang.String getDateFormat()
- Gets the date format used for editing the date.
- Returns:
- the date format
setDateFormat
void setDateFormat(java.lang.String pDateFormat)
- Sets the date format used for editing the date.
- Parameters:
pDateFormat
- the date format
Copyright © 2009 SIB Visions GmbH. All Rights Reserved.