org.xwiki.gwt.wysiwyg.client.plugin.submit
Class IESubmitPlugin

java.lang.Object
  extended by org.xwiki.gwt.wysiwyg.client.plugin.internal.AbstractPlugin
      extended by org.xwiki.gwt.wysiwyg.client.plugin.submit.SubmitPlugin
          extended by org.xwiki.gwt.wysiwyg.client.plugin.submit.IESubmitPlugin
All Implemented Interfaces:
com.google.gwt.event.dom.client.BlurHandler, com.google.gwt.event.shared.EventHandler, com.google.gwt.user.client.Window.ClosingHandler, CommandListener, Plugin

public class IESubmitPlugin
extends SubmitPlugin

Internet Explorer specific implementation of SubmitPlugin.

Version:
$Id: IESubmitPlugin.java 26786 2010-02-07 16:46:17Z mflorea $

Constructor Summary
IESubmitPlugin()
           
 
Method Summary
protected  void hookSubmitEvent(Element form)
          Registers SubmitPlugin.getSubmitHandler() as a listener for submit events generated by the given HTML form element.
protected  void unhookSubmitEvent(Element form)
          Unregisters SubmitPlugin.getSubmitHandler() as a listener for submit events generated by the given HTML form element.
 
Methods inherited from class org.xwiki.gwt.wysiwyg.client.plugin.submit.SubmitPlugin
destroy, getSubmitHandler, init, onBeforeCommand, onBlur, onCommand, onSubmit, onWindowClosing
 
Methods inherited from class org.xwiki.gwt.wysiwyg.client.plugin.internal.AbstractPlugin
getConfig, getTextArea, getUIExtensionList, getUIExtensions, saveRegistration, saveRegistrations
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

IESubmitPlugin

public IESubmitPlugin()
Method Detail

hookSubmitEvent

protected void hookSubmitEvent(Element form)
Registers SubmitPlugin.getSubmitHandler() as a listener for submit events generated by the given HTML form element.

Overrides:
hookSubmitEvent in class SubmitPlugin
Parameters:
form - the HTML form element whose submit event should be listened
See Also:
SubmitPlugin.hookSubmitEvent(Element)

unhookSubmitEvent

protected void unhookSubmitEvent(Element form)
Unregisters SubmitPlugin.getSubmitHandler() as a listener for submit events generated by the given HTML form element.

Overrides:
unhookSubmitEvent in class SubmitPlugin
Parameters:
form - the HTML form element whose submit event shouldn't be listened anymore
See Also:
SubmitPlugin.unhookSubmitEvent(Element)


Copyright © 2004-2011 XWiki. All Rights Reserved.