Uses of Class
org.gcube.portlets.user.templates.client.model.TemplateModel

Packages that use TemplateModel
org.gcube.portlets.user.templates.client   
org.gcube.portlets.user.templates.client.components   
org.gcube.portlets.user.templates.client.dialogs   
org.gcube.portlets.user.templates.client.model   
org.gcube.portlets.user.templates.client.presenter   
 

Uses of TemplateModel in org.gcube.portlets.user.templates.client
 

Methods in org.gcube.portlets.user.templates.client with parameters of type TemplateModel
 void HeaderBar.setModel(TemplateModel model)
           
 void WorkspacePanel.setModel(TemplateModel model)
           
 

Constructors in org.gcube.portlets.user.templates.client with parameters of type TemplateModel
WorkspacePanel(TemplateModel model, Presenter control)
           
 

Uses of TemplateModel in org.gcube.portlets.user.templates.client.components
 

Constructors in org.gcube.portlets.user.templates.client.components with parameters of type TemplateModel
ClientRepeatableSequence(Presenter p, TemplateModel model, org.gcube.portlets.d4sreporting.common.shared.ComponentType... types)
          used to create a new empty repeatable sequence
 

Uses of TemplateModel in org.gcube.portlets.user.templates.client.dialogs
 

Constructors in org.gcube.portlets.user.templates.client.dialogs with parameters of type TemplateModel
PagePropertiesDialog(TemplateModel templateModel, Presenter controller)
           
 

Uses of TemplateModel in org.gcube.portlets.user.templates.client.model
 

Methods in org.gcube.portlets.user.templates.client.model that return TemplateModel
 TemplateModel TemplateComponent.getMyModel()
           
 

Constructors in org.gcube.portlets.user.templates.client.model with parameters of type TemplateModel
TemplateComponent(TemplateModel myModel, org.gcube.portlets.d4sreporting.common.shared.BasicComponent sc, Presenter controller, boolean addControls)
          create a template component which is displayable (create an actual Widget in the content field)
TemplateComponent(TemplateModel myModel, int x, int y, int width, int height, int templatePage, org.gcube.portlets.d4sreporting.common.shared.ComponentType type, String paramName, com.google.gwt.user.client.ui.Widget content)
          Creates a TemplateComponent with the given charactheristics and single column
TemplateComponent(TemplateModel myModel, int x, int y, int width, int height, int templatePage, org.gcube.portlets.d4sreporting.common.shared.ComponentType type, String paramName, com.google.gwt.user.client.ui.Widget content, ArrayList<org.gcube.portlets.d4sreporting.common.shared.Metadata> metadata)
          Creates a TemplateComponent with the given charactheristics and single column
TemplateComponent(TemplateModel myModel, int x, int y, int width, int height, int templatePage, org.gcube.portlets.d4sreporting.common.shared.ComponentType type, String paramName, com.google.gwt.user.client.ui.Widget content, boolean doubleColLayout)
          Creates a TemplateComponent with the given charactheristics in double column
 

Uses of TemplateModel in org.gcube.portlets.user.templates.client.presenter
 

Methods in org.gcube.portlets.user.templates.client.presenter that return TemplateModel
 TemplateModel Presenter.getModel()
           
 

Methods in org.gcube.portlets.user.templates.client.presenter with parameters of type TemplateModel
 void Presenter.setModel(TemplateModel templateModel)
           
 

Constructors in org.gcube.portlets.user.templates.client.presenter with parameters of type TemplateModel
Presenter(TemplateModel model)
           
 



Copyright © 2013. All Rights Reserved.