|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.sibvisions.rad.ui.web.ext.gwt.celleditor.StyledCellEditor
com.sibvisions.rad.ui.web.ext.gwt.celleditor.TextCellEditor
public class TextCellEditor
The TextCellEditor defines the text cell editor and is not a cell editor
itself.
| 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 |
|---|
public static final String TEXT_PLAIN_SINGLELINE
public static final String TEXT_PLAIN_MULTILINE
public static final String TEXT_PLAIN_WRAPPEDMULTILINE
public static final String TEXT_PLAIN_PASSWORD
| Constructor Detail |
|---|
public TextCellEditor()
TextCellEditor.
| Method Detail |
|---|
public void setContentType(String pContentType)
pContentType - the content typepublic String getContentType()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||