|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjavax.rad.genui.AbstractUIFactoryResource<CE>
javax.rad.genui.celleditor.UICellEditor<CE>
javax.rad.genui.celleditor.UIInplaceCellEditor<CE>
javax.rad.genui.celleditor.UIComboCellEditor<CE>
CE
- an instance of IComboCellEditor.public class UIComboCellEditor<CE extends IComboCellEditor>
Platform and technology independent combo cell editor. 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_DEFAULT, ALIGN_LEFT, ALIGN_RIGHT, ALIGN_STRETCH, ALIGN_TOP |
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 javax.rad.genui.celleditor.UIInplaceCellEditor |
---|
getPreferredEditorMode, setPreferredEditorMode |
Methods inherited from class javax.rad.genui.AbstractUIFactoryResource |
---|
getUIResource, setUIResource |
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 |
---|
protected UIComboCellEditor(CE pCEResource)
UIComboCellEditor
.
pCEResource
- the CellEditor resource.IComboCellEditor
Method Detail |
---|
public boolean isAutoOpenPopup()
isAutoOpenPopup
in interface IComboCellEditor
public void setAutoOpenPopup(boolean pAutoOpenPopup)
setAutoOpenPopup
in interface IComboCellEditor
pAutoOpenPopup
- true, if the popup is automatically opened.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |