Interface ControlFactory<C extends Control>

    • Method Detail

      • getOid

        String getOid()
        Returns:
        The OID of the Control this factory creates.
      • newCodecControl

        CodecControl<CnewCodecControl​(C control)
        Decorates an existing control. Implementors should check to make sure the supplied Control has not already been decorated to prevent needless decorator nesting.
        Parameters:
        control - The Control to be decorated.
        Returns:
        The decorator wrapping the Control.