info.magnolia.ui.vaadin.gwt.client.shared
Class PageEditorParameters

java.lang.Object
  extended by info.magnolia.ui.vaadin.gwt.client.shared.PageEditorParameters
All Implemented Interfaces:
Serializable

public class PageEditorParameters
extends Object
implements Serializable

Used to synchronize the status of the page editor between server and client.

See Also:
Serialized Form

Constructor Summary
PageEditorParameters()
           
PageEditorParameters(String contextPath, String nodePath, boolean preview)
           
 
Method Summary
 String getContextPath()
           
 String getNodePath()
           
 PlatformType getPlatformType()
           
 String getUrl()
           
 boolean isPreview()
           
 void setContextPath(String contextPath)
           
 void setNodePath(String nodePath)
           
 void setPlatformType(PlatformType platformType)
           
 void setPreview(boolean preview)
           
 void setUrl(String url)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PageEditorParameters

public PageEditorParameters()

PageEditorParameters

public PageEditorParameters(String contextPath,
                            String nodePath,
                            boolean preview)
Method Detail

setContextPath

public void setContextPath(String contextPath)

setNodePath

public void setNodePath(String nodePath)

setPreview

public void setPreview(boolean preview)

getContextPath

public String getContextPath()

getNodePath

public String getNodePath()

isPreview

public boolean isPreview()

getUrl

public String getUrl()

setUrl

public void setUrl(String url)

getPlatformType

public PlatformType getPlatformType()

setPlatformType

public void setPlatformType(PlatformType platformType)


Copyright © 2013 Magnolia International Ltd.. All Rights Reserved.