|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface ITextCellEditor
Platform and technology independent text editor definition. It is designed for use with AWT, Swing, SWT, JSP, JSF, ... .
Field Summary | |
---|---|
static String |
TEXT_PLAIN_MULTILINE
Content type for using a multi line line editor. |
static String |
TEXT_PLAIN_PASSWORD
Content type for using a multi line line editor. |
static String |
TEXT_PLAIN_SINGLELINE
Content type for using a single line editor. |
static String |
TEXT_PLAIN_WRAPPEDMULTILINE
Content type for using a multi line line editor. |
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 |
Method Summary | |
---|---|
String |
getContentType()
Gets the content type used for editing the text. |
void |
setContentType(String pContentType)
Sets the content type used for editing the text. |
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 |
Field Detail |
---|
static final String TEXT_PLAIN_SINGLELINE
static final String TEXT_PLAIN_MULTILINE
static final String TEXT_PLAIN_WRAPPEDMULTILINE
static final String TEXT_PLAIN_PASSWORD
Method Detail |
---|
String getContentType()
void setContentType(String pContentType)
pContentType
- the content type
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |