Class VCTaggingControl

java.lang.Object
de.uplanet.lucy.server.auxiliaries.control.tagging.VCTaggingControl

@VelocityCallable("singleton") public final class VCTaggingControl extends Object
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    de.uplanet.lucy.server.auxiliaries.IVCTaggingControl
    getControl(de.uplanet.lucy.server.IProcessingContext p_ctx, String p_strControlGuid)
    Get the tagging control with the given GUID using a predefined renderer factory.

    Methods inherited from class java.lang.Object

    equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • VCTaggingControl

      public VCTaggingControl()
  • Method Details

    • getControl

      public de.uplanet.lucy.server.auxiliaries.IVCTaggingControl getControl(de.uplanet.lucy.server.IProcessingContext p_ctx, String p_strControlGuid)
      Get the tagging control with the given GUID using a predefined renderer factory.
      Parameters:
      p_ctx - The current context.
      p_strControlGuid - GUID of the list box control.
      Returns:
      The tagging control.