com.sibvisions.rad.ui.swing.ext.celleditor
Class JVxComboCellEditor

java.lang.Object
  extended by com.sibvisions.rad.ui.swing.ext.celleditor.JVxStyledCellEditor
      extended by com.sibvisions.rad.ui.swing.ext.celleditor.JVxInplaceCellEditor
          extended by 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.


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
 
Constructor Summary
JVxComboCellEditor()
          Creates a new instance of JVxComboCellEditor.
 
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 com.sibvisions.rad.ui.swing.ext.celleditor.JVxInplaceCellEditor
getPreferredEditorMode, setPreferredEditorMode
 
Methods inherited from class com.sibvisions.rad.ui.swing.ext.celleditor.JVxStyledCellEditor
getHorizontalAlignment, getVerticalAlignment, setHorizontalAlignment, setVerticalAlignment
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
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
 

Constructor Detail

JVxComboCellEditor

public JVxComboCellEditor()
Creates a new instance of JVxComboCellEditor.

Method Detail

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.