Class VCCalendarControl
- java.lang.Object
-
- de.uplanet.lucy.server.auxiliaries.control.calendar.VCCalendarControl
-
@VelocityCallable("singleton") public final class VCCalendarControl extends Object
Velocity calendar control.
-
-
Constructor Summary
Constructors Constructor Description VCCalendarControl()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description 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.
-
-
-
Method Detail
-
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.- Parameters:
p_ctx
- The current context.p_strControlGuid
- GUID of the list box control.- Returns:
- The calendar control.
-
-