wicket.contrib.tinymce.settings
Class WicketSavePlugin

java.lang.Object
  extended by wicket.contrib.tinymce.settings.Enum
      extended by wicket.contrib.tinymce.settings.Plugin
          extended by wicket.contrib.tinymce.settings.WicketSavePlugin
All Implemented Interfaces:
Serializable

public class WicketSavePlugin
extends Plugin

This plugin adds a save button that can be tied to the InPlaceSaveBehavior

See Also:
Serialized Form

Constructor Summary
WicketSavePlugin(InPlaceSaveBehavior behavior)
           
 
Method Summary
protected  void definePluginSettings(StringBuffer buffer)
          Define configuration settings for this plugin.
 PluginButton getCancelButton()
           
 PluginButton getSaveButton()
           
 
Methods inherited from class wicket.contrib.tinymce.settings.Plugin
define, definePluginExtensions, getPluginPath, setPluginPath
 
Methods inherited from class wicket.contrib.tinymce.settings.Enum
equals, getName, hashCode, toString
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

WicketSavePlugin

public WicketSavePlugin(InPlaceSaveBehavior behavior)
Method Detail

getSaveButton

public PluginButton getSaveButton()

getCancelButton

public PluginButton getCancelButton()

definePluginSettings

protected void definePluginSettings(StringBuffer buffer)
Description copied from class: Plugin
Define configuration settings for this plugin.

I.e. the "paste" plugin can be configured with different settings such as: "paste_callback" etc.

Overrides:
definePluginSettings in class Plugin
Parameters:
buffer - buffer to append to


Copyright © 2004–2016. All rights reserved.