com.sibvisions.rad.ui.swing.ext.celleditor
Class JVxComboCellEditor
java.lang.Object
com.sibvisions.rad.ui.swing.ext.celleditor.JVxStyledCellEditor
com.sibvisions.rad.ui.swing.ext.celleditor.JVxInplaceCellEditor
com.sibvisions.rad.ui.swing.ext.celleditor.JVxComboCellEditor
- All Implemented Interfaces:
- ICellEditor, IComboCellEditor, IInplaceCellEditor, IStyledCellEditor, IAlignmentConstants
- Direct Known Subclasses:
- JVxDateCellEditor, JVxLinkedCellEditor
public abstract class JVxComboCellEditor
- extends JVxInplaceCellEditor
- implements IComboCellEditor
The JVxComboCellEditor
defines popup handling of in place editors.
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 class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
JVxComboCellEditor
public JVxComboCellEditor()
- Creates a new instance of
JVxComboCellEditor
.
isAutoOpenPopup
public boolean isAutoOpenPopup()
- Gets true, if the popup is automatically opened.
On focus lost the popup should be closed again.
- Specified by:
isAutoOpenPopup
in interface IComboCellEditor
- Returns:
- true, if the popup is automatically opened.
setAutoOpenPopup
public void setAutoOpenPopup(boolean pAutoOpenPopup)
- Gets true, if the popup is automatically opened.
On focus lost the popup should be closed again.
- Specified by:
setAutoOpenPopup
in interface IComboCellEditor
- Parameters:
pAutoOpenPopup
- true, if the popup is automatically opened.
Copyright © 2009 SIB Visions GmbH. All Rights Reserved.