com.sibvisions.rad.ui.web.ext.gwt.celleditor
Class TextCellEditor

java.lang.Object
  extended by com.sibvisions.rad.ui.web.ext.gwt.celleditor.StyledCellEditor
      extended by com.sibvisions.rad.ui.web.ext.gwt.celleditor.TextCellEditor
All Implemented Interfaces:
IAlignmentConstants, Serializable

public class TextCellEditor
extends StyledCellEditor

The TextCellEditor defines the text cell editor and is not a cell editor itself.

See Also:
Serialized Form

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 com.sibvisions.rad.ui.web.ext.gwt.IAlignmentConstants
ALIGN_BOTTOM, ALIGN_CENTER, ALIGN_LEFT, ALIGN_RIGHT, ALIGN_STRETCH, ALIGN_TOP
 
Constructor Summary
TextCellEditor()
          Creates a new instance of TextCellEditor.
 
Method Summary
 String getContentType()
          Gets the content type for the editor.
 void setContentType(String pContentType)
          Sets the content type for the editor.
 
Methods inherited from class com.sibvisions.rad.ui.web.ext.gwt.celleditor.StyledCellEditor
getEditorColumn, getHorizontalAlignment, getHorizontalWebAlignment, getVerticalAlignment, getVerticalWebAlignment, isStyleSupported, setEditorColumn, setHorizontalAlignment, setVerticalAlignment
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

TEXT_PLAIN_SINGLELINE

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

See Also:
Constant Field Values

TEXT_PLAIN_MULTILINE

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

See Also:
Constant Field Values

TEXT_PLAIN_WRAPPEDMULTILINE

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

See Also:
Constant Field Values

TEXT_PLAIN_PASSWORD

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

See Also:
Constant Field Values
Constructor Detail

TextCellEditor

public TextCellEditor()
Creates a new instance of TextCellEditor.

Method Detail

setContentType

public void setContentType(String pContentType)
Sets the content type for the editor.

Parameters:
pContentType - the content type

getContentType

public String getContentType()
Gets the content type for the editor.

Returns:
the content type


Copyright © 2009 SIB Visions GmbH. All Rights Reserved.