Package com.maryanovsky.gwtutils.client

Interface Summary
Factory<T> A generic factory interface.
 

Class Summary
Application A class which handles much of the heavy lifting of starting up an application.
Application.RequestMakerResponseHandlerPair  
BrowserUtils Various browser related or browser specific utilities.
Condition<T> A boolean condition.
InlineFlowPanel Provides functionality equivalent to FlowPanel, but wraps a span element instead of a div.
JsMixedArray An overlay for a non-homogenous JavaScript array.
MathUtils Mathematical utilities.
Pair<T1,T2> A wrapper for any two other given objects.
Properties Parses and provides access to a set of properties mapped to string keys.
Triple<T1,T2,T3> A wrapper for any three other given objects.
Utils A general utility class.