com.ebmwebsourcing.geasytools.webeditor.api.project.configuration.view
Interface IEditProjectConfigurationPanel

All Superinterfaces:
IConfigurationPanel, IEditConfigurationPanel, com.ebmwebsourcing.geasytools.widgets.core.api.panel.IPanel, com.google.gwt.user.client.ui.IsWidget, com.ebmwebsourcing.geasytools.widgets.core.api.widget.IWidget

public interface IEditProjectConfigurationPanel
extends IEditConfigurationPanel, com.ebmwebsourcing.geasytools.widgets.core.api.panel.IPanel


Method Summary
 com.google.gwt.user.client.ui.HasValue<java.lang.String> getProjectName()
           
 com.google.gwt.user.client.ui.HasValue<java.lang.Boolean> isPublic()
           
 
Methods inherited from interface com.ebmwebsourcing.geasytools.webeditor.api.project.configuration.view.IEditConfigurationPanel
getConfigurationName, onLoad, onValidate
 
Methods inherited from interface com.ebmwebsourcing.geasytools.widgets.core.api.panel.IPanel
getTitle, setHeight, setTitle, setWidth
 
Methods inherited from interface com.google.gwt.user.client.ui.IsWidget
asWidget
 
Methods inherited from interface com.ebmwebsourcing.geasytools.webeditor.api.project.configuration.view.IConfigurationPanel
addHandler
 

Method Detail

getProjectName

com.google.gwt.user.client.ui.HasValue<java.lang.String> getProjectName()

isPublic

com.google.gwt.user.client.ui.HasValue<java.lang.Boolean> isPublic()


Copyright © 2010-2011 Petals Link. All Rights Reserved.