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

Type Parameters:
C - is the type of a Control.
S - is the type of the IControlStyle of a Control.
All Implemented Interfaces:
IFluentMutableMultiTokenHolder<C>, IFluentMutableOptionalIdHolder<C>, IMultiTokenHolder, IOptionalIdHolder, Linkable, LinkedRequestable, TypeRequestable, Resettable, IHtmlGetter, IElement, IStructureElement, 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 Control<C extends IControl<C,S>, S extends IControlStyle<S>> extends AbstractStylableElement<C> implements IControl<C,S>
Author:
Silvan Wyss