Modifier and Type | Method and Description |
---|---|
GUITemplate[] |
GUIIncrementalArchive.getTemplates() |
Modifier and Type | Method and Description |
---|---|
void |
GUIIncrementalArchive.setTemplates(GUITemplate[] templates) |
Modifier and Type | Field and Description |
---|---|
protected GUITemplate |
TemplatePropertiesPanel.template |
protected GUITemplate |
TemplateDetailsPanel.template |
Modifier and Type | Method and Description |
---|---|
GUITemplate |
TemplateDetailsPanel.getTemplate() |
Modifier and Type | Method and Description |
---|---|
void |
TemplateDetailsPanel.setTemplate(GUITemplate template) |
protected void |
TemplatesPanel.showTemplateDetails(GUITemplate template) |
void |
TemplatesPanel.updateRecord(GUITemplate template)
Updates the selected record with new data
|
Constructor and Description |
---|
TemplatePropertiesPanel(GUITemplate template,
com.smartgwt.client.widgets.form.fields.events.ChangedHandler changedHandler,
TemplateDetailsPanel detailsPanel) |
Modifier and Type | Method and Description |
---|---|
void |
ParametricForm.reloadCriteriaRows(GUITemplate template,
boolean reload) |
Constructor and Description |
---|
DocumentFieldsDS(GUITemplate template) |
RowCriteria(GUITemplate templ,
int position) |
Modifier and Type | Method and Description |
---|---|
GUITemplate |
TemplateService.getTemplate(String sid,
long templateId)
Loads a given template from the database
|
GUITemplate |
TemplateService.save(String sid,
GUITemplate template)
Creates or updates a template
|
Modifier and Type | Method and Description |
---|---|
GUITemplate |
TemplateService.save(String sid,
GUITemplate template)
Creates or updates a template
|
void |
TemplateServiceAsync.save(String sid,
GUITemplate template,
com.google.gwt.user.client.rpc.AsyncCallback<GUITemplate> callback) |
Modifier and Type | Method and Description |
---|---|
void |
TemplateServiceAsync.getTemplate(String sid,
long templateId,
com.google.gwt.user.client.rpc.AsyncCallback<GUITemplate> callback) |
void |
TemplateServiceAsync.save(String sid,
GUITemplate template,
com.google.gwt.user.client.rpc.AsyncCallback<GUITemplate> callback) |
Modifier and Type | Method and Description |
---|---|
GUITemplate |
TemplateServiceImpl.getTemplate(String sid,
long templateId) |
GUITemplate |
TemplateServiceImpl.save(String sid,
GUITemplate template) |
Modifier and Type | Method and Description |
---|---|
GUITemplate |
TemplateServiceImpl.save(String sid,
GUITemplate template) |
Copyright © 2008-2014 Logical Objects. All Rights Reserved.