Class VCListBoxControl


  • @VelocityCallable("singleton")
    public final class VCListBoxControl
    extends Object
    This class provides access to list box controls.
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      de.uplanet.lucy.server.auxiliaries.IVCListBoxControl getControl​(de.uplanet.lucy.server.IProcessingContext p_ctx, String p_strControlGuid)
      Get the list box control with the given GUID.
      de.uplanet.lucy.server.auxiliaries.IVCListBoxControl getControl​(de.uplanet.lucy.server.IProcessingContext p_ctx, String p_strControlGuid, de.uplanet.lucy.server.renderer.IDefaultRendererFactory p_rendererFactory)
      Get the list box control with the given GUID and the given renderer.
    • Constructor Detail

      • VCListBoxControl

        public VCListBoxControl()
    • Method Detail

      • getControl

        public de.uplanet.lucy.server.auxiliaries.IVCListBoxControl getControl​(de.uplanet.lucy.server.IProcessingContext p_ctx,
                                                                               String p_strControlGuid)
                                                                        throws Exception
        Get the list box control with the given GUID.
        Parameters:
        p_ctx - The current context.
        p_strControlGuid - GUID of the list box control.
        Returns:
        The list box control.
        Throws:
        Exception
      • getControl

        public de.uplanet.lucy.server.auxiliaries.IVCListBoxControl getControl​(de.uplanet.lucy.server.IProcessingContext p_ctx,
                                                                               String p_strControlGuid,
                                                                               de.uplanet.lucy.server.renderer.IDefaultRendererFactory p_rendererFactory)
                                                                        throws Exception
        Get the list box control with the given GUID and the given renderer.
        Parameters:
        p_ctx - The current context.
        p_strControlGuid - GUID of the list box control.
        p_rendererFactory - The renderer factory to use.
        Returns:
        The list box control with the defined renderer.
        Throws:
        Exception