|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.google.gwt.user.client.ui.UIObject
com.google.gwt.user.client.ui.Widget
com.google.gwt.user.client.ui.Composite
com.itmill.toolkit.terminal.gwt.client.ui.richtextarea.IRichTextArea
public class IRichTextArea
This class implements a basic client side rich text editor component.
Nested Class Summary |
---|
Nested classes/interfaces inherited from class com.google.gwt.user.client.ui.UIObject |
---|
com.google.gwt.user.client.ui.UIObject.DebugIdImpl, com.google.gwt.user.client.ui.UIObject.DebugIdImplEnabled |
Field Summary | |
---|---|
static String |
CLASSNAME
The input node CSS classname. |
protected ApplicationConnection |
client
|
protected String |
id
|
Fields inherited from class com.google.gwt.user.client.ui.UIObject |
---|
DEBUG_ID_PREFIX |
Fields inherited from interface com.google.gwt.user.client.ui.KeyboardListener |
---|
KEY_ALT, KEY_BACKSPACE, KEY_CTRL, KEY_DELETE, KEY_DOWN, KEY_END, KEY_ENTER, KEY_ESCAPE, KEY_HOME, KEY_LEFT, KEY_PAGEDOWN, KEY_PAGEUP, KEY_RIGHT, KEY_SHIFT, KEY_TAB, KEY_UP, MODIFIER_ALT, MODIFIER_CTRL, MODIFIER_META, MODIFIER_SHIFT |
Constructor Summary | |
---|---|
IRichTextArea()
|
Method Summary | |
---|---|
void |
onChange(com.google.gwt.user.client.ui.Widget sender)
|
void |
onFocus(com.google.gwt.user.client.ui.Widget sender)
|
void |
onKeyDown(com.google.gwt.user.client.ui.Widget sender,
char keyCode,
int modifiers)
|
void |
onKeyPress(com.google.gwt.user.client.ui.Widget sender,
char keyCode,
int modifiers)
|
void |
onKeyUp(com.google.gwt.user.client.ui.Widget sender,
char keyCode,
int modifiers)
|
void |
onLostFocus(com.google.gwt.user.client.ui.Widget sender)
|
void |
setEnabled(boolean enabled)
|
void |
setHeight(String height)
|
void |
setWidth(String width)
|
void |
updateFromUIDL(UIDL uidl,
ApplicationConnection client)
|
Methods inherited from class com.google.gwt.user.client.ui.Composite |
---|
getWidget, initWidget, isAttached, onAttach, onBrowserEvent, onDetach, setWidget |
Methods inherited from class com.google.gwt.user.client.ui.Widget |
---|
doAttachChildren, doDetachChildren, getParent, onLoad, onUnload, removeFromParent |
Methods inherited from class com.google.gwt.user.client.ui.UIObject |
---|
addStyleDependentName, addStyleName, ensureDebugId, ensureDebugId, ensureDebugId, getAbsoluteLeft, getAbsoluteTop, getElement, getOffsetHeight, getOffsetWidth, getStyleElement, getStyleName, getStyleName, getStylePrimaryName, getStylePrimaryName, getTitle, isVisible, isVisible, onEnsureDebugId, removeStyleDependentName, removeStyleName, setElement, setElement, setPixelSize, setSize, setStyleName, setStyleName, setStyleName, setStylePrimaryName, setStylePrimaryName, setTitle, setVisible, setVisible, sinkEvents, toString, unsinkEvents |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
---|
public static final String CLASSNAME
protected String id
protected ApplicationConnection client
Constructor Detail |
---|
public IRichTextArea()
Method Detail |
---|
public void setEnabled(boolean enabled)
public void updateFromUIDL(UIDL uidl, ApplicationConnection client)
updateFromUIDL
in interface Paintable
public void onChange(com.google.gwt.user.client.ui.Widget sender)
onChange
in interface com.google.gwt.user.client.ui.ChangeListener
public void onFocus(com.google.gwt.user.client.ui.Widget sender)
onFocus
in interface com.google.gwt.user.client.ui.FocusListener
public void onLostFocus(com.google.gwt.user.client.ui.Widget sender)
onLostFocus
in interface com.google.gwt.user.client.ui.FocusListener
public void setHeight(String height)
setHeight
in class com.google.gwt.user.client.ui.UIObject
public void setWidth(String width)
setWidth
in class com.google.gwt.user.client.ui.UIObject
public void onKeyDown(com.google.gwt.user.client.ui.Widget sender, char keyCode, int modifiers)
onKeyDown
in interface com.google.gwt.user.client.ui.KeyboardListener
public void onKeyPress(com.google.gwt.user.client.ui.Widget sender, char keyCode, int modifiers)
onKeyPress
in interface com.google.gwt.user.client.ui.KeyboardListener
public void onKeyUp(com.google.gwt.user.client.ui.Widget sender, char keyCode, int modifiers)
onKeyUp
in interface com.google.gwt.user.client.ui.KeyboardListener
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |