org.xwiki.gwt.wysiwyg.client.gadget
Class GadgetInstance

java.lang.Object
  extended by 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 $

Constructor Summary
GadgetInstance()
           
 
Method Summary
 MacroCall getMacroCall()
           
 String getTitle()
           
 void setMacroCall(MacroCall macroCall)
           
 void setTitle(String title)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

GadgetInstance

public GadgetInstance()
Method Detail

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–2014 XWiki. All rights reserved.