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

Type Parameters:
C - the type of the Controller of a ComponentWithAdapterFactory.
F - the type of the AdapterFactory of a ComponentWithAdapterFactory.
A - is the typoe of the adapters of the AdapterFactory of a ComponentWithAdapterFactory.
All Implemented Interfaces:
FluentMutableMultiTokenHolder<IComponent>, FluentMutableOptionalIdHolder<IComponent>, MultiTokenHolder, OptionalIdHolder, Resettable, AlivenessRequestable, ControlComponent<Control<?,?>>, GuiComponent<IWebGui<?>>, LayerComponent<ILayer>, Rebuildable, Refreshable, TypeRequestable, AttributesRepresentable, Element, SpecificationRepresentable, MutableElement, StylableElement<IComponent>, IComponent, PresenceSettable<IComponent>, SizeAdjustableRectangle<IComponent>, HtmlGetter, Control<IComponent, IComponentStyle>, IUserInputCell<IComponent>, PresenceRequestable

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