Interface ControlDescription


  • public interface ControlDescription
    Provides description of control for rendering Actually contains Type Spec
    Since:
    7.0
    Author:
    Eugene Petrenko (eugene.petrenko@gmail.com) Date: 08.09.11 14:21
    • Method Detail

      • getParameterType

        @NotNull
        java.lang.String getParameterType()
        Returns:
        parameter type for rendering
        Since:
        7.0
      • getParameterTypeArguments

        @NotNull
        java.util.Map<java.lang.String,​java.lang.String> getParameterTypeArguments()
        Returns:
        parameter type specific arguments to be used to render the type
        Since:
        7.0
        See Also:
        WellknownParameterArguments