javax.rad.ui.celleditor
Interface IDateCellEditor

All Superinterfaces:
IAlignmentConstants, ICellEditor, IStyledCellEditor
All Known Implementing Classes:
JVxDateCellEditor, QVxDateCellEditor, UIDateCellEditor, WebDateCellEditor

public interface IDateCellEditor
extends IStyledCellEditor

Platform and technology independent date editor definition. It is designed for use with AWT, Swing, SWT, JSP, JSF, ... .


Field Summary
 
Fields inherited from interface javax.rad.ui.IAlignmentConstants
ALIGN_BOTTOM, ALIGN_CENTER, ALIGN_LEFT, ALIGN_RIGHT, ALIGN_STRETCH, ALIGN_TOP
 
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 interface javax.rad.model.ui.ICellEditor
createCellEditorHandler, isDirectCellEditor
 
Methods inherited from interface javax.rad.ui.IAlignmentConstants
getHorizontalAlignment, getVerticalAlignment, setHorizontalAlignment, setVerticalAlignment
 

Method Detail

getDateFormat

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

Returns:
the date format

setDateFormat

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

Parameters:
pDateFormat - the date format


Copyright © 2009 SIB Visions GmbH. All Rights Reserved.