TypedRest for Java
Class Hierarchy
This inheritance list is sorted roughly, but not completely, alphabetically:
[detail level 12345]
 Cnet.typedrest.AbstractBulkCollectionEndpoint< TEntity, ElementEndpoint< TEntity > >
 Cnet.typedrest.BulkCollectionEndpointImpl< TEntity >REST endpoint that represents a collection of TEntitys as ElementEndpoints with bulk create and replace support
 Cnet.typedrest.AbstractCollectionEndpoint< TEntity, ElementEndpoint< TEntity > >
 Cnet.typedrest.CollectionEndpointImpl< TEntity >REST endpoint that represents a collection of TEntitys as ElementEndpoints
 Cnet.typedrest.AbstractCollectionEndpoint< TEntity, TElementEndpoint >
 Cnet.typedrest.AbstractBulkCollectionEndpoint< TEntity, TElementEndpoint extends Endpoint >Base class for building REST endpoints that represents a collection of TEntitys as TElementEndpoints with bulk create and replace support
 Cnet.typedrest.AbstractPagedCollectionEndpoint< TEntity, TElementEndpoint extends Endpoint >Base class for building REST endpoints that represents a collection of TEntitys as TElementEndpoints with pagination support using the HTTP Range header
 Cnet.typedrest.AbstractStreamEndpoint< TEntity, TElementEndpoint extends Endpoint >Base class for building REST endpoints that represents a stream of TEntitys as TElementEndpoints
 Cnet.typedrest.vaadin.views.AbstractCollectionView< TEntity, CollectionEndpoint< TEntity >, ElementEndpoint< TEntity > >
 Cnet.typedrest.vaadin.views.CollectionView< TEntity >View component operating on an CollectionEndpoint
 Cnet.typedrest.vaadin.views.AbstractCollectionView< TEntity, TEndpoint, TElementEndpoint >
 Cnet.typedrest.vaadin.views.AbstractPagedCollectionView< TEntity, TEndpoint extends GenericCollectionEndpoint< TEntity, TElementEndpoint, TElementEndpoint extends ElementEndpoint< TEntity >Base class for building view components operating on a GenericCollectionEndpoint with pagination
 Cnet.typedrest.vaadin.views.AbstractStreamView< TEntity, TEndpoint extends GenericStreamEndpoint< TEntity, TElementEndpoint, TElementEndpoint extends ElementEndpoint< TEntity >Base class for building view components operating on a GenericStreamEndpoint
 Cnet.typedrest.vaadin.views.AbstractElementView< TEntity, ElementEndpoint< TEntity > >
 Cnet.typedrest.vaadin.views.ElementView< TEntity >Component for showing or updating an existing element represented by an ElementEndpoint
 Cnet.typedrest.vaadin.views.AbstractElementView< TEntity, GenericCollectionEndpoint< TEntity, TElementEndpoint > >
 Cnet.typedrest.vaadin.views.CreateElementView< TEntity, TElementEndpoint extends ElementEndpoint< TEntity >Component for creating a new element in a GenericCollectionEndpoint
 Cnet.typedrest.vaadin.views.AbstractElementView< TEntity, PollingEndpoint< TEntity > >
 Cnet.typedrest.vaadin.views.PollingView< TEntity >View component operating on a PollingEndpoint
 Cnet.typedrest.vaadin.views.AbstractEndpointView< ActionEndpoint >
 Cnet.typedrest.vaadin.views.ActionViewView component operating on a ActionEndpoint
 Cnet.typedrest.vaadin.views.AbstractEndpointView< BlobEndpoint >
 Cnet.typedrest.vaadin.views.AbstractBlobViewBase class for building view components operating on a BlobEndpoint
 Cnet.typedrest.vaadin.views.AbstractEndpointView< TEndpoint >
 Cnet.typedrest.vaadin.views.AbstractCollectionView< TEntity, TEndpoint extends GenericCollectionEndpoint< TEntity, TElementEndpoint, TElementEndpoint extends ElementEndpoint< TEntity >Base class for building view components operating on an CollectionEndpoint
 Cnet.typedrest.vaadin.views.AbstractElementView< TEntity, TEndpoint extends Endpoint >Base class for building view components that create or update elements
 Cnet.typedrest.vaadin.views.AbstractEntryView< TEndpoint extends EntryEndpoint >Base class for building view components operating on an EntryEndpoint
 Cnet.typedrest.AbstractPagedCollectionEndpoint< TEntity, ElementEndpoint< TEntity > >
 Cnet.typedrest.PagedCollectionEndpointImpl< TEntity >REST endpoint that represents a collection of TEntitys as ElementEndpoints with pagination support using the HTTP Range header
 Cnet.typedrest.vaadin.views.AbstractPagedCollectionView< TEntity, CollectionEndpoint< TEntity >, ElementEndpoint< TEntity > >
 Cnet.typedrest.vaadin.views.PagedCollectionView< TEntity >View component operating on an CollectionEndpoint with pagination
 Cnet.typedrest.AbstractStreamEndpoint< TEntity, ElementEndpoint< TEntity > >
 Cnet.typedrest.StreamEndpointImpl< TEntity >REST endpoint that represents a stream of TEntitys as ElementEndpoints
 Cnet.typedrest.vaadin.views.AbstractStreamView< TEntity, StreamEndpoint< TEntity >, ElementEndpoint< TEntity > >
 Cnet.typedrest.vaadin.views.StreamView< TEntity >View component operating on a StreamEndpoint
 Cnet.typedrest.BeanUtilsUtility methods for Java beans (classes with getters and setters)
 CCustomField
 Cnet.typedrest.vaadin.forms.EntityPicker< T >UI component for picking a subset of entities from a set of candidates
 Cnet.typedrest.DescriptionA human-readable description for a property or class
 Cnet.typedrest.EditorHiddenHides a property in editor UIs
 Cnet.typedrest.EndpointREST endpoint, i.e
 Cnet.typedrest.AbstractEndpointBase class for building REST endpoints, i.e
 Cnet.typedrest.BlobEndpointREST endpoint that represents a single binary blob that can downloaded and uploaded
 Cnet.typedrest.ElementEndpoint< TEntity >REST endpoint that represents a single entity
 Cnet.typedrest.GenericCollectionEndpoint< TEntity, TElementEndpoint extends Endpoint >REST endpoint that represents a collection of TEntitys as TElementEndpoints
 Cnet.typedrest.TriggerEndpointAn RPC-like trigger endpoint
 Cnet.typedrest.vaadin.events.EndpointEvent< TEndpoint extends Endpoint >An event for the EventBus that references an Endpoint
 Cnet.typedrest.vaadin.events.EndpointEvent< ActionEndpoint >
 Cnet.typedrest.vaadin.events.TriggerEventIndicates that ActionEndpoint#trigger() was called
 Cnet.typedrest.vaadin.events.EndpointEvent< BlobEndpoint >
 Cnet.typedrest.vaadin.events.BlobUploadEventIndicates that an upload method on BlobEndpoint was called
 Cnet.typedrest.vaadin.events.EndpointEvent< ElementEndpoint< TEntity > >
 Cnet.typedrest.vaadin.events.ElementEvent< TEntity >An event for the EventBus that references an ElementEndpoint
 Cnet.typedrest.GenericBulkCollectionEndpoint< TEntity, ElementEndpoint< TEntity > >
 Cnet.typedrest.BulkCollectionEndpoint< TEntity >REST endpoint that represents a collection of TEntitys as ElementEndpoints with bulk create and replace support
 Cnet.typedrest.GenericBulkCollectionEndpoint< TEntity, TElementEndpoint >
 Cnet.typedrest.AbstractBulkCollectionEndpoint< TEntity, TElementEndpoint extends Endpoint >Base class for building REST endpoints that represents a collection of TEntitys as TElementEndpoints with bulk create and replace support
 Cnet.typedrest.GenericCollectionEndpoint< TEntity, ElementEndpoint< TEntity > >
 Cnet.typedrest.CollectionEndpoint< TEntity >REST endpoint that represents a collection of TEntitys as ElementEndpoints
 Cnet.typedrest.GenericCollectionEndpoint< TEntity, TElementEndpoint >
 Cnet.typedrest.AbstractCollectionEndpoint< TEntity, TElementEndpoint extends Endpoint >Base class for building REST endpoints that represents a collection of TEntitys as TElementEndpoints
 Cnet.typedrest.GenericBulkCollectionEndpoint< TEntity, TElementEndpoint extends Endpoint >REST endpoint that represents a collection of TEntitys as TElementEndpoints with bulk create and replace support
 Cnet.typedrest.GenericPagedCollectionEndpoint< TEntity, TElementEndpoint extends Endpoint >REST endpoint that represents a collection of TEntitys as TElementEndpoints with pagination support
 Cnet.typedrest.GenericStreamEndpoint< TEntity, TElementEndpoint extends Endpoint >REST endpoint that represents a stream of TEntitys as TElementEndpoints
 Cnet.typedrest.GenericPagedCollectionEndpoint< TEntity, ElementEndpoint< TEntity > >
 Cnet.typedrest.PagedCollectionEndpoint< TEntity >REST endpoint that represents a collection of TEntitys as ElementEndpoints with pagination support
 Cnet.typedrest.GenericPagedCollectionEndpoint< TEntity, TElementEndpoint >
 Cnet.typedrest.AbstractPagedCollectionEndpoint< TEntity, TElementEndpoint extends Endpoint >Base class for building REST endpoints that represents a collection of TEntitys as TElementEndpoints with pagination support using the HTTP Range header
 Cnet.typedrest.GenericStreamEndpoint< TEntity, ElementEndpoint< TEntity > >
 Cnet.typedrest.StreamEndpoint< TEntity >REST endpoint that represents a stream of TEntitys as ElementEndpoints
 Cnet.typedrest.GenericStreamEndpoint< TEntity, TElementEndpoint >
 Cnet.typedrest.AbstractStreamEndpoint< TEntity, TElementEndpoint extends Endpoint >Base class for building REST endpoints that represents a stream of TEntitys as TElementEndpoints
 Cnet.typedrest.vaadin.GridUtilsUtility methods for Vaadin Grids
 Cnet.typedrest.HeaderUtilsProvides utility methods for HTTP headers
 Cnet.typedrest.IdMarks a property as the entity's ID
 Cnet.typedrest.LinkHeaderRepresents an HTTP Link header
 Cnet.typedrest.ListerHiddenHides a property in lister UIs
 Cnet.typedrest.MultiLineMarks a String property as containing multi-line text
 Cnet.typedrest.NotEmptyMarks a String property as not empty or null
 Cnet.typedrest.PartialResponse< TEntity >Represents a subset of a set of elements
 Cnet.typedrest.RequiredMarks a property as required (not null)
 Cnet.typedrest.ThrowableUtilsProvides utility methods for Throwable
 Cnet.typedrest.URIUtilsProvides utility methods for URI
 CComponent
 Cnet.typedrest.vaadin.forms.EntityForm< TEntity >Vaadin component for presenting/editing entity instances
 Cnet.typedrest.vaadin.forms.EntityLister< TEntity >Vaadin component for listing entities
 CCustomComponent
 Cnet.typedrest.vaadin.forms.AbstractEntityForm< TEntity >Base class for building entity form implementations
 Cnet.typedrest.vaadin.forms.AbstractEntityLister< TEntity >Base class for building entity lister implementations
 Cnet.typedrest.vaadin.views.ViewComponentBase class for building view components that use an EventBus and can be wrapped in Windows
 CErrorHandler
 Cnet.typedrest.vaadin.NotificationErrorHandlerReports errors using Notification and Logger
 CObserver
 Cnet.typedrest.vaadin.views.UISubscriber< T >Subscribes to an Observable and consumes the elements using a Pushy UI
 CSerializable
 Cnet.typedrest.vaadin.forms.EntityClickListener< TEntity >
 CView
 Cnet.typedrest.vaadin.views.ViewComponentBase class for building view components that use an EventBus and can be wrapped in Windows