Schnittstelle ILinearContainer<C extends ILinearContainer<C,S>, S extends ILinearContainerStyle<S>>

Typparameter:
C - is the type of a ILinearContainer.
S - is the type of the ILinearContainerStyle of a ILinearContainer.
Alle Superschnittstellen:
Clearable, EmptinessRequestable, IContainer<C,S>, IControl<C,S>, IElement, IFluentMutableMultiTokenHolder<C>, IFluentMutableOptionalIdHolder<C>, IHtmlGetter, IMultiTokenHolder, IMutableElement, IOptionalIdHolder, ISizeAdjustableBox<C>, IStructureElement, IStylableElement<C>, IUserInputCell<C>, Linkable, LinkedRequestable, PresenceRequestable, PresenceSettable<C>, Resettable, TypeRequestable
Alle bekannten Unterschnittstellen:
IHorizontalStack, IVerticalStack
Alle bekannten Implementierungsklassen:
AbstractLinearContainer, FloatContainer, HorizontalStack, VerticalStack

public interface ILinearContainer<C extends ILinearContainer<C,S>, S extends ILinearContainerStyle<S>> extends IContainer<C,S>
Autor:
Silvan Wyss
  • Methodendetails

    • addControl

      C addControl(IControl<?,?> control)
    • addControls

      C addControls(IControl<?,?>... controls)
    • addControls

      C addControls(IContainer<? extends IControl<?,?>> controls)
    • removeControl

      void removeControl(IControl<?,?> control)