Interface Container<C extends Container<C,S>, S extends ControlStyle<S>>

Type Parameters:
C - the type of a Container.
S - the type of the ControlStyle of a Container.
All Superinterfaces:
AttributesRepresentable, Clearable, Control<C,S>, ControlComponent<Control<?,?>>, Element, EmptinessRequestable, FluentMutableMultiTokenHolder<C>, FluentMutableOptionalIdHolder<C>, GuiComponent<IWebGui<?>>, HtmlGetter, IUserInputCell<C>, LayerComponent<ILayer>, MultiTokenHolder, MutableElement, OptionalIdHolder, PresenceRequestable, PresenceSettable<C>, Resettable, SizeAdjustableRectangle<C>, SpecificationRepresentable, StylableElement<C>, TypeRequestable
All Known Subinterfaces:
IAccordion, IGrid, IHorizontalStack, ILinearContainer<C,S>, ISingleContainer, ITabContainer, IVerticalStack
All Known Implementing Classes:
AbstractContainer, AbstractLinearContainer, FloatContainer, Grid, HorizontalStack, SingleContainer, TabContainer, VerticalStack

public interface Container<C extends Container<C,S>, S extends ControlStyle<S>> extends Clearable, Control<C,S>
Author:
Silvan Wyss
  • Method Details