Interface ComponentConfig

All Superinterfaces:
TagConfig

public interface ComponentConfig extends TagConfig

Passed to the constructor of ComponentHandler. Represents a component-type/renderer-type pair.

Since:
2.0
  • Method Details

    • getComponentType

      String getComponentType()

      ComponentType to pass to the Application. Cannot be null.

      Since:
      2.0
    • getRendererType

      String getRendererType()

      RendererType to set on created UIComponent instances.

      Since:
      2.0