|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IInplaceCellEditor
Platform and technology independent in place cell editor definition. It is designed for use with AWT, Swing, SWT, JSP, JSF, ... .
Field Summary | |
---|---|
static int |
DOUBLE_CLICK
Open Editor on double click. |
static int |
SINGLE_CLICK
Open Editor with single click. |
Fields inherited from interface javax.rad.ui.IAlignmentConstants |
---|
ALIGN_BOTTOM, ALIGN_CENTER, ALIGN_LEFT, ALIGN_RIGHT, ALIGN_STRETCH, ALIGN_TOP |
Method Summary | |
---|---|
int |
getPreferredEditorMode()
Gets the preferred Editor Mode. |
void |
setPreferredEditorMode(int pPreferredEditorMode)
Sets the preferred Editor Mode. |
Methods inherited from interface javax.rad.model.ui.ICellEditor |
---|
createCellEditorHandler, isDirectCellEditor |
Methods inherited from interface javax.rad.ui.IAlignmentConstants |
---|
getHorizontalAlignment, getVerticalAlignment, setHorizontalAlignment, setVerticalAlignment |
Field Detail |
---|
static final int DOUBLE_CLICK
static final int SINGLE_CLICK
Method Detail |
---|
int getPreferredEditorMode()
void setPreferredEditorMode(int pPreferredEditorMode)
pPreferredEditorMode
- the preferred Editor Mode.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |