org.xwiki.gwt.wysiwyg.client.gadget
Class GadgetInstance
java.lang.Object
org.xwiki.gwt.wysiwyg.client.gadget.GadgetInstance
public class GadgetInstance
- extends Object
Stores the information about a gadget instance, the macro call which is the content of the macro, and the title, to
be returned by EditGadgetWizardStep as a result.
- Since:
- 3.0M3
- Version:
- $Id: ba5c583dbe2b936d87e49e50e17edcc062a9819d $
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
GadgetInstance
public GadgetInstance()
getMacroCall
public MacroCall getMacroCall()
- Returns:
- the macroCall
setMacroCall
public void setMacroCall(MacroCall macroCall)
- Parameters:
macroCall - the macroCall to set
getTitle
public String getTitle()
- Returns:
- the title
setTitle
public void setTitle(String title)
- Parameters:
title - the title to set
Copyright © 2004–2015 XWiki. All rights reserved.