javax.rad.ui.celleditor
Interface ITextCellEditor

All Superinterfaces:
IAlignmentConstants, ICellEditor, IInplaceCellEditor, IStyledCellEditor
All Known Implementing Classes:
JVxTextCellEditor, UITextCellEditor

public interface ITextCellEditor
extends IInplaceCellEditor

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

TEXT_PLAIN_SINGLELINE

static final String TEXT_PLAIN_SINGLELINE
Content type for using a single line editor.

See Also:
Constant Field Values

TEXT_PLAIN_MULTILINE

static final String TEXT_PLAIN_MULTILINE
Content type for using a multi line line editor.

See Also:
Constant Field Values

TEXT_PLAIN_WRAPPEDMULTILINE

static final String TEXT_PLAIN_WRAPPEDMULTILINE
Content type for using a multi line line editor.

See Also:
Constant Field Values

TEXT_PLAIN_PASSWORD

static final String TEXT_PLAIN_PASSWORD
Content type for using a multi line line editor.

See Also:
Constant Field Values
Method Detail

getContentType

String getContentType()
Gets the content type used for editing the text.

Returns:
the content type

setContentType

void setContentType(String pContentType)
Sets the content type used for editing the text.

Parameters:
pContentType - the content type


Copyright © 2009 SIB Visions GmbH. All Rights Reserved.