javax.rad.genui.celleditor
Class UITextCellEditor
java.lang.Object
javax.rad.genui.AbstractUIFactoryResource<CE>
javax.rad.genui.celleditor.UICellEditor<CE>
javax.rad.genui.celleditor.UIInplaceCellEditor<ITextCellEditor>
javax.rad.genui.celleditor.UITextCellEditor
- All Implemented Interfaces:
- ICellEditor, IInplaceCellEditor, IStyledCellEditor, ITextCellEditor, IAlignmentConstants, IResource
public class UITextCellEditor
- extends UIInplaceCellEditor<ITextCellEditor>
- implements ITextCellEditor
Platform and technology independent text editor.
It is designed for use with AWT, Swing, SWT, JSP, JSF, ... .
Method Summary |
java.lang.String |
getContentType()
Gets the content type used for editing the text. |
void |
setContentType(java.lang.String pContentType)
Sets the content type used for editing the text. |
Methods inherited from class javax.rad.genui.celleditor.UICellEditor |
addDefaultCellEditor, createCacheKey, createCellEditorHandler, getDefaultCellEditor, getDefaultCellEditor, getDefaultCellEditors, getDefaultCellEditors, getHorizontalAlignment, getResource, getVerticalAlignment, isDirectCellEditor, removeAllDefaultCellEditors, removeAllDefaultCellEditors, removeDefaultCellEditor, setDefaultCellEditor, setHorizontalAlignment, setVerticalAlignment |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
UITextCellEditor
public UITextCellEditor()
- Creates a new instance of
UITextCellEditor
.
- See Also:
ITextCellEditor
UITextCellEditor
protected UITextCellEditor(ITextCellEditor pEditor)
- Creates a new instance of
UITextCellEditor
with the given
text cell editor.
- Parameters:
pEditor
- the text cell editor- See Also:
ITextCellEditor
UITextCellEditor
public UITextCellEditor(int pHorizontalAlignment)
- Creates a new instance of
UITextCellEditor
.
- Parameters:
pHorizontalAlignment
- the horizontal alignment.- See Also:
ITextCellEditor
UITextCellEditor
public UITextCellEditor(java.lang.String pContentType)
- Creates a new instance of
UITextCellEditor
.
- Parameters:
pContentType
- the contenttype.- See Also:
ITextCellEditor
getContentType
public java.lang.String getContentType()
- Gets the content type used for editing the text.
- Specified by:
getContentType
in interface ITextCellEditor
- Returns:
- the content type
setContentType
public void setContentType(java.lang.String pContentType)
- Sets the content type used for editing the text.
- Specified by:
setContentType
in interface ITextCellEditor
- Parameters:
pContentType
- the content type
Copyright © 2009 SIB Visions GmbH. All Rights Reserved.