Klasse VCCalendarControl
java.lang.Object
de.uplanet.lucy.server.auxiliaries.control.calendar.VCCalendarControl
Velocity calendar control.
-
Konstruktorübersicht
Konstruktoren -
Methodenübersicht
Modifizierer und TypMethodeBeschreibungde.uplanet.lucy.server.auxiliaries.IVCCalendarControlgetControl(de.uplanet.lucy.server.IProcessingContext p_ctx, String p_strControlGuid) Get the calendar control with the given GUID using a predefined renderer factory.
-
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.
-