|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
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)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |