org.exoplatform.wiki.rendering.macro.iframe
Class IFrameMacroParameters

java.lang.Object
  extended by org.exoplatform.wiki.rendering.macro.iframe.IFrameMacroParameters

public class IFrameMacroParameters
extends Object

Created by The eXo Platform SAS Author : Dimitri BAELI dbaeli@exoplatform.com 7 Jan 2012 Manage an iframe node


Constructor Summary
IFrameMacroParameters()
           
 
Method Summary
 String getHeight()
           
 String getSrc()
           
 String getWidth()
           
 void setHeight(String height)
           
 void setSrc(String src)
           
 void setWidth(String width)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

IFrameMacroParameters

public IFrameMacroParameters()
Method Detail

getSrc

public String getSrc()
Returns:
the src to be displayed in the panel header. Note that it can contain content in the current syntax and that text which will be parsed and rendered as any syntax content

setSrc

public void setSrc(String src)
Parameters:
src - refer to getSrc()

getWidth

public String getWidth()
Returns:
the src to be displayed in the panel header. Note that it can contain content in the current syntax and that text which will be parsed and rendered as any syntax content

setWidth

public void setWidth(String width)
Parameters:
width - refer to getWidth()

getHeight

public String getHeight()
Returns:
the height to be displayed in the panel header.

setHeight

public void setHeight(String height)
Parameters:
height - refer to getHeight()


Copyright © 2013 eXo Platform SAS. All Rights Reserved.