org.kuali.student.common.ui.client.widgets.impl
Class KSRichEditorImpl

java.lang.Object
  extended by com.google.gwt.user.client.ui.UIObject
      extended by com.google.gwt.user.client.ui.Widget
          extended by com.google.gwt.user.client.ui.Composite
              extended by org.kuali.student.common.ui.client.widgets.RichTextEditor
                  extended by org.kuali.student.common.ui.client.widgets.KSRichEditorAbstract
                      extended by org.kuali.student.common.ui.client.widgets.impl.KSRichEditorImpl
All Implemented Interfaces:
com.google.gwt.event.dom.client.HasBlurHandlers, com.google.gwt.event.dom.client.HasFocusHandlers, com.google.gwt.event.shared.HasHandlers, com.google.gwt.user.client.EventListener

public class KSRichEditorImpl
extends KSRichEditorAbstract

Placeholder widget for future real rich text editor implementation


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
private  com.google.gwt.user.client.ui.RichTextArea textArea
           
 
Fields inherited from class com.google.gwt.user.client.ui.UIObject
DEBUG_ID_PREFIX
 
Constructor Summary
KSRichEditorImpl()
           
 
Method Summary
 com.google.gwt.event.shared.HandlerRegistration addBlurHandler(com.google.gwt.event.dom.client.BlurHandler handler)
           
 com.google.gwt.event.shared.HandlerRegistration addFocusHandler(com.google.gwt.event.dom.client.FocusHandler handler)
           
 String getHTML()
           
 com.google.gwt.user.client.ui.RichTextArea getRichTextArea()
           
 String getText()
           
protected  void init()
           
 void setHTML(String html)
           
 void setStyleName(String style)
           
 void setText(String text)
           
 
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
addDomHandler, addHandler, delegateEvent, doAttachChildren, doDetachChildren, fireEvent, getHandlerCount, getLayoutData, getParent, isOrWasAttached, onLoad, onUnload, removeFromParent, setLayoutData, sinkEvents
 
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, setHeight, setPixelSize, setSize, setStyleName, setStyleName, setStylePrimaryName, setStylePrimaryName, setTitle, setVisible, setVisible, setWidth, toString, unsinkEvents
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface com.google.gwt.event.shared.HasHandlers
fireEvent
 

Field Detail

textArea

private final com.google.gwt.user.client.ui.RichTextArea textArea
Constructor Detail

KSRichEditorImpl

public KSRichEditorImpl()
Method Detail

getHTML

public String getHTML()
Specified by:
getHTML in class KSRichEditorAbstract

getRichTextArea

public com.google.gwt.user.client.ui.RichTextArea getRichTextArea()
Specified by:
getRichTextArea in class KSRichEditorAbstract

getText

public String getText()
Specified by:
getText in class KSRichEditorAbstract

init

protected void init()
Specified by:
init in class KSRichEditorAbstract

setHTML

public void setHTML(String html)
Specified by:
setHTML in class KSRichEditorAbstract

setStyleName

public void setStyleName(String style)
Specified by:
setStyleName in class KSRichEditorAbstract

setText

public void setText(String text)
Specified by:
setText in class KSRichEditorAbstract

addBlurHandler

public com.google.gwt.event.shared.HandlerRegistration addBlurHandler(com.google.gwt.event.dom.client.BlurHandler handler)

addFocusHandler

public com.google.gwt.event.shared.HandlerRegistration addFocusHandler(com.google.gwt.event.dom.client.FocusHandler handler)


Copyright © 2004-2011 The Kuali Foundation. All Rights Reserved.