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, ... .


Field Summary
 
Fields inherited from interface javax.rad.ui.celleditor.IInplaceCellEditor
DOUBLE_CLICK, SINGLE_CLICK
 
Fields inherited from interface javax.rad.ui.IAlignmentConstants
ALIGN_BOTTOM, ALIGN_CENTER, ALIGN_LEFT, ALIGN_RIGHT, ALIGN_STRETCH, ALIGN_TOP
 
Method Summary
 boolean isAutoOpenPopup()
          Gets true, if the popup is automatically opened.
 void setAutoOpenPopup(boolean pAutoOpenPopup)
          Gets true, if the popup is automatically opened.
 
Methods inherited from interface javax.rad.ui.celleditor.IInplaceCellEditor
getPreferredEditorMode, setPreferredEditorMode
 
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

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.