javax.rad.ui.celleditor
Interface IComboCellEditor
- All Superinterfaces:
- IAlignmentConstants, ICellEditor, IInplaceCellEditor, IStyledCellEditor
- All Known Subinterfaces:
- IDateCellEditor, ILinkedCellEditor
- All Known Implementing Classes:
- JVxComboCellEditor, JVxDateCellEditor, JVxLinkedCellEditor, UIComboCellEditor, UIDateCellEditor, UILinkedCellEditor
public interface IComboCellEditor
- extends IInplaceCellEditor
Platform and technology independent combo box cell editor definition.
It is designed for use with AWT, Swing, SWT, JSP, JSF, ... .
Method Summary |
boolean |
isAutoOpenPopup()
Gets true, if the popup is automatically opened. |
void |
setAutoOpenPopup(boolean pAutoOpenPopup)
Gets true, if the popup is automatically opened. |
isAutoOpenPopup
boolean isAutoOpenPopup()
- Gets true, if the popup is automatically opened.
On focus lost the popup should be closed again.
- Returns:
- true, if the popup is automatically opened.
setAutoOpenPopup
void setAutoOpenPopup(boolean pAutoOpenPopup)
- Gets true, if the popup is automatically opened.
On focus lost the popup should be closed again.
- Parameters:
pAutoOpenPopup
- true, if the popup is automatically opened.
Copyright © 2009 SIB Visions GmbH. All Rights Reserved.