▼Cnet.typedrest.AbstractBulkCollectionEndpoint< TEntity, ElementEndpoint< TEntity > > | |
Cnet.typedrest.BulkCollectionEndpointImpl< TEntity > | REST endpoint that represents a collection of TEntity s 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 TEntity s 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 TEntity s as TElementEndpoint s with bulk create and replace support |
Cnet.typedrest.AbstractPagedCollectionEndpoint< TEntity, TElementEndpoint extends Endpoint > | Base class for building REST endpoints that represents a collection of TEntity s as TElementEndpoint s 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 TEntity s as TElementEndpoint s |
▼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.ConfirmationElementView< 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.ActionView | View component operating on a ActionEndpoint |
Cnet.typedrest.vaadin.views.ConfirmationActionView | View component operating on a ActionEndpoint that asks a confirmation question before triggering |
▼Cnet.typedrest.vaadin.views.AbstractEndpointView< BlobEndpoint > | |
►Cnet.typedrest.vaadin.views.AbstractBlobView | Base class for building view components operating on a BlobEndpoint |
Cnet.typedrest.vaadin.views.BlobView | View component providing file upload and download for a BlobEndpoint |
Cnet.typedrest.vaadin.views.TextBlobView | View component providing plain-text editing for 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 TEntity s 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 TEntity s 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.BeanUtils | Utility 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.Description | A human-readable description for a property or class |
Cnet.typedrest.EditorHidden | Hides a property in editor UIs |
▼Cnet.typedrest.Endpoint | REST endpoint, i.e |
►Cnet.typedrest.AbstractEndpoint | Base class for building REST endpoints, i.e |
►Cnet.typedrest.AbstractETagEndpoint | Base class for building REST endpoints that use ETags (entity tags) for caching and to avoid lost updates |
Cnet.typedrest.AbstractCollectionEndpoint< TEntity, TElementEndpoint extends Endpoint > | Base class for building REST endpoints that represents a collection of TEntity s as TElementEndpoint s |
►Cnet.typedrest.ElementEndpointImpl< TEntity > | REST endpoint that represents a single TEntity |
Cnet.typedrest.PollingEndpointImpl< TEntity > | REST endpoint that represents an entity that can be polled for state changes |
►Cnet.typedrest.AbstractTriggerEndpoint | Base class for building REST RPC-like endpoints |
Cnet.typedrest.ActionEndpointImpl | REST endpoint that represents a single RPC-like action |
Cnet.typedrest.ConsumerEndpointImpl< TEntity > | REST endpoint that represents an RPC-like action which takes TEntity as input |
Cnet.typedrest.FunctionEndpointImpl< TEntity, TResult > | REST endpoint that represents an RPC-like function which takes TEntity as input and returns TResult as output |
Cnet.typedrest.SupplierEndpointImpl< TResult > | REST endpoint that represents a single RPC-like function which returns TResult |
Cnet.typedrest.BlobEndpointImpl | REST endpoint that represents a single binary blob that can downloaded and uploaded |
Cnet.typedrest.EntryEndpoint | Entry point to a REST interface |
►Cnet.typedrest.BlobEndpoint | REST endpoint that represents a single binary blob that can downloaded and uploaded |
Cnet.typedrest.BlobEndpointImpl | REST 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.ElementEndpointImpl< TEntity > | REST endpoint that represents a single TEntity |
►Cnet.typedrest.PollingEndpoint< TEntity > | REST endpoint that represents an entity that can be polled for state changes |
Cnet.typedrest.PollingEndpointImpl< TEntity > | REST endpoint that represents an entity that can be polled for state changes |
Cnet.typedrest.GenericCollectionEndpoint< TEntity, TElementEndpoint extends Endpoint > | REST endpoint that represents a collection of TEntity s as TElementEndpoint s |
►Cnet.typedrest.TriggerEndpoint | An RPC-like trigger endpoint |
Cnet.typedrest.AbstractTriggerEndpoint | Base class for building REST RPC-like endpoints |
►Cnet.typedrest.ActionEndpoint | REST endpoint that represents an RPC-like action |
Cnet.typedrest.ActionEndpointImpl | REST endpoint that represents a single RPC-like action |
►Cnet.typedrest.ConsumerEndpoint< TEntity > | REST endpoint that represents an RPC-like action which takes TEntity as input |
Cnet.typedrest.ConsumerEndpointImpl< TEntity > | REST endpoint that represents an RPC-like action which takes TEntity as input |
►Cnet.typedrest.FunctionEndpoint< TEntity, TResult > | REST endpoint that represents an RPC-like function which takes TEntity as input and returns TResult as output |
Cnet.typedrest.FunctionEndpointImpl< TEntity, TResult > | REST endpoint that represents an RPC-like function which takes TEntity as input and returns TResult as output |
►Cnet.typedrest.SupplierEndpoint< TResult > | REST endpoint that represents an RPC-like function which returns TResult as output |
Cnet.typedrest.SupplierEndpointImpl< TResult > | REST endpoint that represents a single RPC-like function which returns TResult |
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.TriggerEvent | Indicates that ActionEndpoint#trigger() was called |
▼Cnet.typedrest.vaadin.events.EndpointEvent< BlobEndpoint > | |
Cnet.typedrest.vaadin.events.BlobUploadEvent | Indicates 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.vaadin.events.ElementCreatedEvent< TEntity > | Indicates that a new element was created |
Cnet.typedrest.vaadin.events.ElementDeletedEvent< TEntity > | Indicates that an element was deleted |
Cnet.typedrest.vaadin.events.ElementUpdatedEvent< TEntity > | Indicates that an existing element was updated |
▼Cnet.typedrest.GenericBulkCollectionEndpoint< TEntity, ElementEndpoint< TEntity > > | |
►Cnet.typedrest.BulkCollectionEndpoint< TEntity > | REST endpoint that represents a collection of TEntity s as ElementEndpoints with bulk create and replace support |
Cnet.typedrest.BulkCollectionEndpointImpl< TEntity > | REST endpoint that represents a collection of TEntity s 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 TEntity s as TElementEndpoint s with bulk create and replace support |
▼Cnet.typedrest.GenericCollectionEndpoint< TEntity, ElementEndpoint< TEntity > > | |
►Cnet.typedrest.CollectionEndpoint< TEntity > | REST endpoint that represents a collection of TEntity s as ElementEndpoints |
Cnet.typedrest.BulkCollectionEndpoint< TEntity > | REST endpoint that represents a collection of TEntity s as ElementEndpoints with bulk create and replace support |
Cnet.typedrest.CollectionEndpointImpl< TEntity > | REST endpoint that represents a collection of TEntity s as ElementEndpoints |
►Cnet.typedrest.PagedCollectionEndpoint< TEntity > | REST endpoint that represents a collection of TEntity s as ElementEndpoints with pagination support |
Cnet.typedrest.PagedCollectionEndpointImpl< TEntity > | REST endpoint that represents a collection of TEntity s as ElementEndpoints with pagination support using the HTTP Range header |
►Cnet.typedrest.StreamEndpoint< TEntity > | REST endpoint that represents a stream of TEntity s as ElementEndpoints |
Cnet.typedrest.StreamEndpointImpl< TEntity > | REST endpoint that represents a stream of TEntity s 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 TEntity s as TElementEndpoint s |
Cnet.typedrest.GenericBulkCollectionEndpoint< TEntity, TElementEndpoint extends Endpoint > | REST endpoint that represents a collection of TEntity s as TElementEndpoint s with bulk create and replace support |
Cnet.typedrest.GenericPagedCollectionEndpoint< TEntity, TElementEndpoint extends Endpoint > | REST endpoint that represents a collection of TEntity s as TElementEndpoint s with pagination support |
Cnet.typedrest.GenericStreamEndpoint< TEntity, TElementEndpoint extends Endpoint > | REST endpoint that represents a stream of TEntity s as TElementEndpoint s |
▼Cnet.typedrest.GenericPagedCollectionEndpoint< TEntity, ElementEndpoint< TEntity > > | |
Cnet.typedrest.PagedCollectionEndpoint< TEntity > | REST endpoint that represents a collection of TEntity s 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 TEntity s as TElementEndpoint s 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 TEntity s 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 TEntity s as TElementEndpoint s |
Cnet.typedrest.vaadin.GridUtils | Utility methods for Vaadin Grids |
Cnet.typedrest.HeaderUtils | Provides utility methods for HTTP headers |
Cnet.typedrest.Id | Marks a property as the entity's ID |
Cnet.typedrest.LinkHeader | Represents an HTTP Link header |
Cnet.typedrest.ListerHidden | Hides a property in lister UIs |
Cnet.typedrest.MultiLine | Marks a String property as containing multi-line text |
Cnet.typedrest.NotEmpty | Marks a String property as not empty or null |
Cnet.typedrest.PartialResponse< TEntity > | Represents a subset of a set of elements |
Cnet.typedrest.Required | Marks a property as required (not null ) |
Cnet.typedrest.ThrowableUtils | Provides utility methods for Throwable |
Cnet.typedrest.URIUtils | Provides utility methods for URI |
▼CComponent | |
►Cnet.typedrest.vaadin.forms.EntityForm< TEntity > | Vaadin component for presenting/editing entity instances |
►Cnet.typedrest.vaadin.forms.AbstractEntityForm< TEntity > | Base class for building entity form implementations |
Cnet.typedrest.vaadin.forms.AutoEntityForm< TEntity > | An entity form that uses auto-generated fields |
►Cnet.typedrest.vaadin.forms.EntityLister< TEntity > | Vaadin component for listing entities |
►Cnet.typedrest.vaadin.forms.AbstractEntityLister< TEntity > | Base class for building entity lister implementations |
Cnet.typedrest.vaadin.forms.AutoEntityLister< TEntity > | An entity lister that uses auto-generated Grids |
▼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.ViewComponent | Base class for building view components that use an EventBus and can be wrapped in Windows |
Cnet.typedrest.vaadin.views.AbstractEndpointView< TEndpoint extends Endpoint > | Base class for building view components operating on an Endpoint |
▼CErrorHandler | |
Cnet.typedrest.vaadin.NotificationErrorHandler | Reports 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.ViewComponent | Base class for building view components that use an EventBus and can be wrapped in Windows |