org.xwiki.gwt.user.client.ui.rta
Class Reloader

java.lang.Object
  extended by org.xwiki.gwt.user.client.ui.rta.Reloader

public class Reloader
extends java.lang.Object

Reloads a rich text area.

Version:
$Id: Reloader.java 24900 2009-11-06 16:53:01Z sdumitriu $

Constructor Summary
Reloader(RichTextArea rta)
          Creates a new reloader for the specified rich text area.
 
Method Summary
 void reload(java.util.Map<java.lang.String,java.lang.String> params, com.google.gwt.event.dom.client.LoadHandler handler)
          Reloads the underlying rich text area.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Reloader

public Reloader(RichTextArea rta)
Creates a new reloader for the specified rich text area.

Parameters:
rta - the rich text that needs to be reloaded
Method Detail

reload

public void reload(java.util.Map<java.lang.String,java.lang.String> params,
                   com.google.gwt.event.dom.client.LoadHandler handler)
Reloads the underlying rich text area.

Parameters:
params - optional reload parameters
handler - the object notified when the rich text area is reloaded


Copyright © 2004-2009 XWiki. All Rights Reserved.