Package ccc.client.core

Interface Summary
Action A GUI action.
Closeable Deprecated.
Editable Simple API for editable objects.
EditController Deprecated.
ExceptionHandler API for handling client exceptions.
Globals API for creating application scope objects.
RequestExecutor Sends an HTTP request to a host server.
ResponseHandler API for handling HTTP responses.
Validatable Simple object validation API.
View<T> Basic API for MVP Views.
Window API for accessing the UI window.
 

Class Summary
AbstractPresenter<T extends View<? extends Editable>,U> Abstract helper class for implementing MVP presenters.
I18n Service locator for i18n.
ImagePaths Paths to images used by the UI.
InternalServices TODO: Add a description for this type.
RemotingAction An action that makes a server-side call.
Request A HTTP request.
Response TODO: Add a description for this type.
ResponseHandlerAdapter Default response handler implementation.
ValidationResult Validation results.
 

Enum Summary
CoreEvents TODO: Add a description for this type.
DialogMode Valid modes for a dialog.
HttpMethod TODO: Add a description for this type.
 

Exception Summary
RemoteException An exception class representing a remote failure.
SessionTimeoutException A client-side exception, indicating the user's session expired.
 



Copyright © 2010. All Rights Reserved.