com.xpn.xwiki.wysiwyg.client.plugin.submit
Class IESubmitPlugin

java.lang.Object
  extended by com.xpn.xwiki.wysiwyg.client.plugin.internal.AbstractPlugin
      extended by com.xpn.xwiki.wysiwyg.client.plugin.submit.SubmitPlugin
          extended by com.xpn.xwiki.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, Plugin, CommandListener

public class IESubmitPlugin
extends SubmitPlugin

Internet Explorer specific implementation of SubmitPlugin.

Version:
$Id: IESubmitPlugin.java 19462 2009-05-07 12:00:51Z 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 com.xpn.xwiki.wysiwyg.client.plugin.submit.SubmitPlugin
destroy, getSubmitHandler, init, onBeforeCommand, onBlur, onCommand, onSubmit, onWindowClosing
 
Methods inherited from class com.xpn.xwiki.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-2010 XWiki. All Rights Reserved.