com.sibvisions.rad.ui.web.impl.celleditor
Class WebTextCellEditor

java.lang.Object
  extended by com.sibvisions.rad.ui.web.impl.celleditor.WebCellEditor
      extended by com.sibvisions.rad.ui.web.impl.celleditor.WebTextCellEditor
All Implemented Interfaces:
ICellEditor, IStyledCellEditor, ITextCellEditor, IAlignmentConstants

public class WebTextCellEditor
extends WebCellEditor
implements ITextCellEditor

Web server implementation of ITextCellEditor.


Field Summary
 
Fields inherited from interface javax.rad.ui.celleditor.ITextCellEditor
TEXT_PLAIN_MULTILINE, TEXT_PLAIN_PASSWORD, TEXT_PLAIN_SINGLELINE, TEXT_PLAIN_WRAPPEDMULTILINE
 
Fields inherited from interface javax.rad.ui.IAlignmentConstants
ALIGN_BOTTOM, ALIGN_CENTER, ALIGN_LEFT, ALIGN_RIGHT, ALIGN_STRETCH, ALIGN_TOP
 
Constructor Summary
WebTextCellEditor()
          Creates a new instance of WebCellEditor.
 
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 class com.sibvisions.rad.ui.web.impl.celleditor.WebCellEditor
createCellEditor, createCellEditorHandler, getHorizontalAlignment, getVerticalAlignment, isDirectCellEditor, setHorizontalAlignment, setVerticalAlignment
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface javax.rad.model.ui.ICellEditor
createCellEditorHandler, isDirectCellEditor
 
Methods inherited from interface javax.rad.ui.IAlignmentConstants
getHorizontalAlignment, getVerticalAlignment, setHorizontalAlignment, setVerticalAlignment
 

Constructor Detail

WebTextCellEditor

public WebTextCellEditor()
Creates a new instance of WebCellEditor.

See Also:
ITextCellEditor
Method Detail

getContentType

public 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(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.