com.xpn.xwiki.wysiwyg.client.ui.cmd.internal
Class IEFormatBlockExecutable

java.lang.Object
  extended by com.xpn.xwiki.wysiwyg.client.ui.cmd.internal.AbstractExecutable
      extended by com.xpn.xwiki.wysiwyg.client.ui.cmd.internal.DefaultExecutable
          extended by com.xpn.xwiki.wysiwyg.client.ui.cmd.internal.FormatBlockExecutable
              extended by com.xpn.xwiki.wysiwyg.client.ui.cmd.internal.IEFormatBlockExecutable
All Implemented Interfaces:
Executable

public class IEFormatBlockExecutable
extends FormatBlockExecutable


Field Summary
 
Fields inherited from class com.xpn.xwiki.wysiwyg.client.ui.cmd.internal.DefaultExecutable
command
 
Constructor Summary
IEFormatBlockExecutable()
           
 
Method Summary
 boolean execute(com.google.gwt.user.client.Element target, java.lang.String parameter)
          Executes the associated Command on the specified target with the given parameter.
 java.lang.String getParameter(com.google.gwt.user.client.Element target)
          
 
Methods inherited from class com.xpn.xwiki.wysiwyg.client.ui.cmd.internal.DefaultExecutable
isEnabled, isExecuted, isSupported
 
Methods inherited from class com.xpn.xwiki.wysiwyg.client.ui.cmd.internal.AbstractExecutable
execute, getParameter, isEnabled, isExecuted, isSupported
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

IEFormatBlockExecutable

public IEFormatBlockExecutable()
Method Detail

execute

public boolean execute(com.google.gwt.user.client.Element target,
                       java.lang.String parameter)
Description copied from class: DefaultExecutable
Executes the associated Command on the specified target with the given parameter.

Specified by:
execute in interface Executable
Overrides:
execute in class DefaultExecutable
Parameters:
target - Execution target.
parameter - Execution parameter.
Returns:
true if execution succeeds.
See Also:
Executable.execute(Element, String)

getParameter

public java.lang.String getParameter(com.google.gwt.user.client.Element target)
Description copied from class: DefaultExecutable

Specified by:
getParameter in interface Executable
Overrides:
getParameter in class DefaultExecutable
Parameters:
target - Execution target.
Returns:
the previous execution parameter, if Executable.isExecuted(Element) returns true, null otherwise.
See Also:
Executable.getParameter(Element)


Copyright © 2004-2008 XWiki. All Rights Reserved.