Modifier and Type | Method and Description |
---|---|
GUIInfo |
Session.getInfo() |
Modifier and Type | Method and Description |
---|---|
static void |
Feature.init(GUIInfo info) |
static void |
Config.init(GUIInfo info) |
void |
Session.setInfo(GUIInfo info) |
Modifier and Type | Method and Description |
---|---|
GUIInfo |
GUISession.getInfo() |
Modifier and Type | Method and Description |
---|---|
void |
GUISession.setInfo(GUIInfo info) |
Modifier and Type | Method and Description |
---|---|
static void |
I18N.init(GUIInfo info) |
Modifier and Type | Method and Description |
---|---|
GUIInfo |
InfoService.getInfo(String locale)
Retrieves the system informations
|
Modifier and Type | Method and Description |
---|---|
GUIUser |
SecurityService.saveUser(String sid,
GUIUser user,
GUIInfo info)
Creates or updates a user
|
void |
SecurityServiceAsync.saveUser(String sid,
GUIUser user,
GUIInfo info,
com.google.gwt.user.client.rpc.AsyncCallback<GUIUser> callback) |
Modifier and Type | Method and Description |
---|---|
void |
InfoServiceAsync.getInfo(String locale,
com.google.gwt.user.client.rpc.AsyncCallback<GUIInfo> callback) |
Modifier and Type | Method and Description |
---|---|
static com.smartgwt.client.widgets.Img |
ItemFactory.newBrandImg(String name,
GUIInfo info) |
static void |
WindowUtils.setTitle(GUIInfo info,
String prefix) |
Modifier and Type | Method and Description |
---|---|
GUIInfo |
MockInfoServiceImpl.getInfo(String locale) |
Modifier and Type | Field and Description |
---|---|
protected GUIInfo |
LoginPanel.info |
Constructor and Description |
---|
LoginPanel(GUIInfo info) |
Modifier and Type | Method and Description |
---|---|
static GUIInfo |
InfoServiceImpl.getInfo()
Retrieves the informations but not localization issues like messages and
installed languages.
|
GUIInfo |
InfoServiceImpl.getInfo(String locale) |
Modifier and Type | Method and Description |
---|---|
protected String |
InfoServiceImpl.getValue(GUIInfo info,
String message) |
GUIUser |
SecurityServiceImpl.saveUser(String sid,
GUIUser user,
GUIInfo info) |
Copyright © 2008-2014 Logical Objects. All Rights Reserved.