javax.rad.genui.celleditor
Class UIComboCellEditor<CE extends IComboCellEditor>
java.lang.Object
javax.rad.genui.celleditor.UICellEditor<CE>
javax.rad.genui.celleditor.UIInplaceCellEditor<CE>
javax.rad.genui.celleditor.UIComboCellEditor<CE>
- Type Parameters:
CE
- an instance of IComboBoxCellEditor.
- All Implemented Interfaces:
- ICellEditor, IComboCellEditor, IInplaceCellEditor, IStyledCellEditor, IAlignmentConstants, IResource
- Direct Known Subclasses:
- UIDateCellEditor, UILinkedCellEditor
public class UIComboCellEditor<CE extends IComboCellEditor>
- extends UIInplaceCellEditor<CE>
- implements IComboCellEditor
Platform and technology independent combo cell editor.
It is designed for use with AWT, Swing, SWT, JSP, JSF, ... .
Constructor Summary |
protected |
UIComboCellEditor(CE pCEResource)
Constructs a new UIComboCellEditor . |
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 |
UIComboCellEditor
protected UIComboCellEditor(CE pCEResource)
- Constructs a new
UIComboCellEditor
.
- Parameters:
pCEResource
- the CellEditor resource.- See Also:
IComboCellEditor
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.