Class GenericPanel<T>

Type Parameters:
T - the type of the panel's model object
All Implemented Interfaces:
Serializable, Iterable<Component>, IEventSink, IEventSource, IFeedbackContributor, IConverterLocator, IGenericComponent<T,GenericPanel<T>>, IMetadataContext<Serializable,Component>, IQueueRegion, IHeaderContributor, IRequestableComponent, IHierarchical<Component>, IClusterable
Direct Known Subclasses:
BrowserInfoForm

public class GenericPanel<T> extends Panel implements IGenericComponent<T,GenericPanel<T>>
A Panel with typesafe getters and setters for the model and its underlying object
See Also: