Schnittstelle IControlHtmlBuilder<C extends IControl<C,?>>

Typparameter:
C - is the type of the IControls a IControlHtmlBuilder is for.
Alle bekannten Implementierungsklassen:
ButtonHtmlBuilder, ComponentHtmlBuilder, DropdownMenuHtmlBuilder, FloatContainerHtmlBuilder, GridHtmlBuilder, HorizontalStackHtmlBuilder, ImageControlHtmlBuilder, LabelHtmlBuilder, LinkHtmlBuilder, SingleContainerHtmlBuilder, TextboxHtmlBuilder, UploaderHtmlBuilder, ValidationLabelHtmlBuilder, VerticalStackHtmlBuilder

public interface IControlHtmlBuilder<C extends IControl<C,?>>
Autor:
Silvan Wyss
  • Methodendetails

    • createHtmlElementForControl

      IHtmlElement createHtmlElementForControl(C control)