Class ComponentWithAdapterFactory<C extends Controller<F>, F extends IAdapterFactory<A>, A>

Type Parameters:
C - is the type of the Controller of a ComponentWithAdapterFactory.
F - is the type of the IAdapterFactory of a ComponentWithAdapterFactory.
A - is the typoe of the adapters of the IAdapterFactory of a ComponentWithAdapterFactory.
All Implemented Interfaces:
IFluentMutableMultiTokenHolder<IComponent>, IFluentMutableOptionalIdHolder<IComponent>, IMultiTokenHolder, IOptionalIdHolder, Linkable, LinkedRequestable, TypeRequestable, Rebuildable, IRefreshableSubscriber, Refreshable, Resettable, AlivenessRequestable, IHtmlGetter, IElement, IStructureElement, IMutableElement, ISizeAdjustableBox<IComponent>, PresenceRequestable, PresenceSettable<IComponent>, IStylableElement<IComponent>, IComponent, IControl<IComponent, IComponentStyle>, IUserInputCell<IComponent>

public abstract class ComponentWithAdapterFactory<C extends Controller<F>, F extends IAdapterFactory<A>, A> extends Control<IComponent, IComponentStyle> implements IComponent
Author:
Silvan Wyss