Klasse VCCalendarControl

java.lang.Object
de.uplanet.lucy.server.auxiliaries.control.calendar.VCCalendarControl

@VelocityCallable("singleton") public final class VCCalendarControl extends Object
Velocity calendar control.
  • Konstruktorübersicht

    Konstruktoren
    Konstruktor
    Beschreibung
     
  • Methodenübersicht

    Modifizierer und Typ
    Methode
    Beschreibung
    de.uplanet.lucy.server.auxiliaries.IVCCalendarControl
    getControl(de.uplanet.lucy.server.IProcessingContext p_ctx, String p_strControlGuid)
    Get the calendar control with the given GUID using a predefined renderer factory.

    Von Klasse geerbte Methoden java.lang.Object

    equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Konstruktordetails

    • VCCalendarControl

      public VCCalendarControl()
  • Methodendetails

    • getControl

      public de.uplanet.lucy.server.auxiliaries.IVCCalendarControl getControl(de.uplanet.lucy.server.IProcessingContext p_ctx, String p_strControlGuid)
      Get the calendar control with the given GUID using a predefined renderer factory.
      Parameter:
      p_ctx - The current context.
      p_strControlGuid - GUID of the list box control.
      Gibt zurück:
      The calendar control.