Modifier and Type | Method and Description |
---|---|
void |
IClient.sendRequest(ICommand command,
com.google.gwt.user.client.rpc.AsyncCallback<IResponse> callback) |
Modifier and Type | Method and Description |
---|---|
IResponse |
IParser.parseResponse(java.lang.String str) |
IResponse |
IArgList.validate(java.util.Map<IArg,java.lang.String> args) |
IResponse |
IArg.validate(java.lang.String value) |
IResponse |
ICmd.validate(java.lang.String agent,
java.util.Map<IArg,java.lang.String> args) |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
IParser.composeResponse(IResponse response) |
Modifier and Type | Method and Description |
---|---|
IResponse |
IServer.execute(java.lang.String agent,
ICommand command) |
IResponse |
ICmdImpl.execute(java.lang.String agent,
java.util.Map<IArg,java.lang.String> args) |
IResponse |
IServer.validate(java.lang.String agent,
ICommand command) |
IResponse |
ICmdImpl.validate(java.lang.String agent,
java.util.Map<IArg,java.lang.String> args) |
Modifier and Type | Method and Description |
---|---|
void |
BurocratForm.init(IResponse data) |
Modifier and Type | Method and Description |
---|---|
void |
Client.sendRequest(ICommand command,
com.google.gwt.user.client.rpc.AsyncCallback<IResponse> callback) |
Modifier and Type | Method and Description |
---|---|
void |
PasswordBoxField.init(IResponse data) |
void |
DateField.init(IResponse data) |
void |
ListField.init(IResponse data) |
void |
TextAreaField.init(IResponse data) |
void |
ListBoxField.init(IResponse data) |
void |
TextBoxField.init(IResponse data) |
void |
RadioSelectionField.init(IResponse data)
Layout Radio choices.
|
Modifier and Type | Method and Description |
---|---|
void |
ItemPage.init(IResponse data) |
Modifier and Type | Method and Description |
---|---|
void |
BurocratList.init(IResponse data) |
void |
NewsList.init(IResponse data) |
Modifier and Type | Method and Description |
---|---|
void |
FormPage.init(IResponse data) |
void |
HomePage.init(IResponse data) |
void |
TerminalPage.init(IResponse data) |
void |
NewsPage.init(IResponse data) |
void |
ItemRequestPage.init(IResponse data) |
Modifier and Type | Method and Description |
---|---|
void |
FooterPanel.init(IResponse data) |
abstract void |
BurocratPanel.init(IResponse data) |
void |
LoginPanel.init(IResponse data) |
void |
UserHeaderPanel.init(IResponse data) |
void |
HeaderPanel.init(IResponse data) |
void |
LoggedInPanel.init(IResponse data) |
void |
BurocratPage.init(IResponse data) |
Modifier and Type | Class and Description |
---|---|
class |
Response
This is a representation of a server response,
which is passed into the async callback method
after a command has been executed
|
Modifier and Type | Method and Description |
---|---|
IResponse |
Parser.parseResponse(java.lang.String str) |
IResponse |
ArgList.validate(java.util.Map<IArg,java.lang.String> map) |
IResponse |
Arg.validate(java.lang.String value) |
IResponse |
Cmd.validate(java.lang.String agent,
java.util.Map<IArg,java.lang.String> args) |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
Parser.composeResponse(IResponse response) |
Modifier and Type | Method and Description |
---|---|
IResponse |
Server.execute(java.lang.String agent,
ICommand command) |
abstract IResponse |
CmdImpl.execute(java.lang.String agent,
java.util.Map<IArg,java.lang.String> args) |
IResponse |
Server.validate(java.lang.String agent,
ICommand command) |
IResponse |
CmdImpl.validate(java.lang.String agent,
java.util.Map<IArg,java.lang.String> args) |