Package | Description |
---|---|
com.logicaldoc.gui.frontend.client.impex.accounts | |
com.logicaldoc.gui.frontend.client.services |
Modifier and Type | Field and Description |
---|---|
protected GUIEmailAccount |
AccountDetailsTab.account |
Modifier and Type | Method and Description |
---|---|
GUIEmailAccount |
AccountDetailsTab.getAccount() |
GUIEmailAccount |
AccountDetailsPanel.getAccount() |
Modifier and Type | Method and Description |
---|---|
void |
AccountDetailsPanel.setAccount(GUIEmailAccount account) |
void |
AccountsPanel.showDetails(GUIEmailAccount account) |
void |
AccountsPanel.updateRecord(GUIEmailAccount share)
Updates the selected record with new data
|
Constructor and Description |
---|
AccountAdvancedProperties(GUIEmailAccount account,
com.smartgwt.client.widgets.form.fields.events.ChangedHandler changedHandler) |
AccountDetailsTab(GUIEmailAccount account,
com.smartgwt.client.widgets.form.fields.events.ChangedHandler changedHandler) |
AccountFiltersPanel(GUIEmailAccount account,
com.smartgwt.client.widgets.form.fields.events.ChangedHandler changedHandler) |
AccountStandardProperties(GUIEmailAccount account,
com.smartgwt.client.widgets.form.fields.events.ChangedHandler changedHandler) |
Modifier and Type | Method and Description |
---|---|
GUIEmailAccount |
EmailAccountService.get(String sid,
long id)
Loads a given account from the database
|
GUIEmailAccount |
EmailAccountService.save(String sid,
GUIEmailAccount account)
Creates or updates an account
|
Modifier and Type | Method and Description |
---|---|
GUIEmailAccount |
EmailAccountService.save(String sid,
GUIEmailAccount account)
Creates or updates an account
|
void |
EmailAccountServiceAsync.save(String sid,
GUIEmailAccount account,
com.google.gwt.user.client.rpc.AsyncCallback<GUIEmailAccount> callback) |
Modifier and Type | Method and Description |
---|---|
void |
EmailAccountServiceAsync.get(String sid,
long id,
com.google.gwt.user.client.rpc.AsyncCallback<GUIEmailAccount> callback) |
void |
EmailAccountServiceAsync.save(String sid,
GUIEmailAccount account,
com.google.gwt.user.client.rpc.AsyncCallback<GUIEmailAccount> callback) |
Copyright © 2008-2014 Logical Objects. All Rights Reserved.