wicket.contrib.tinymce.settings
Class PluginButton

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

public class PluginButton
extends Button

A button that is defined by tinymce plugins.

Author:
Iulian-Corneliu COSTAN
See Also:
Serialized Form

Field Summary
 
Fields inherited from class wicket.contrib.tinymce.settings.Button
anchor, backcolor, bold, bullist, charmap, cleanup, code, copy, cut, fontselect, fontsizeselect, forecolor, formatselect, help, hr, image, indent, italic, justifycenter, justifyfull, justifyleft, justifyright, link, newdocument, numlist, outdent, redo, removeformat, separator, strikethrough, styleselect, sub, sup, underline, undo, unlink, visualaid
 
Constructor Summary
PluginButton(String name, Plugin plugin)
          Construct.
 
Method Summary
 Plugin getPlugin()
           
 
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

PluginButton

public PluginButton(String name,
                    Plugin plugin)
Construct.

Parameters:
name -
plugin -
Method Detail

getPlugin

public Plugin getPlugin()
Returns:
the plugin


Copyright © 2004-2011. All Rights Reserved.