Class AbstractControl<C extends IControl<C,S>, S extends IControlStyle<S>>

Type Parameters:
C - is the type of a AbstractControl.
S - is the type of the IControlStyle of a AbstractControl.
All Implemented Interfaces:
IFluentMutableMultiTokenHolder<C>, IFluentMutableOptionalIdHolder<C>, IMultiTokenHolder, IOptionalIdHolder, Linkable, LinkedRequestable, TypeRequestable, Resettable, IHtmlGetter, AttributesRepresentable, IElement, SpecificationRepresentable, IMutableElement, ISizeAdjustableBox<C>, PresenceRequestable, PresenceSettable<C>, IStylableElement<C>, IControl<C,S>, IUserInputCell<C>
Direct Known Subclasses:
AbstractContainer, AbstractItemMenu, Button, Component, ComponentWithAdapterFactory, ImageControl, Label, Link, Textbox, Uploader, ValidationLabel

public abstract class AbstractControl<C extends IControl<C,S>, S extends IControlStyle<S>> extends AbstractStylableElement<C> implements IControl<C,S>
Author:
Silvan Wyss