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

Type Parameters:
C - is the type of the IControls a IControlHtmlBuilder is for.
All Known Implementing Classes:
ButtonHtmlBuilder, ComponentHtmlBuilder, DropdownMenuHtmlBuilder, FloatContainerHtmlBuilder, GridHtmlBuilder, HorizontalStackHtmlBuilder, ImageControlHtmlBuilder, LabelHtmlBuilder, LinkHtmlBuilder, SingleContainerHtmlBuilder, TextboxHtmlBuilder, UploaderHtmlBuilder, ValidationLabelHtmlBuilder, VerticalStackHtmlBuilder

public interface IControlHtmlBuilder<C extends IControl<C,?>>
Author:
Silvan Wyss
  • Method Details

    • createHtmlElementForControl

      IHtmlElement createHtmlElementForControl(C control)