Klasse VCMultiselectControl
java.lang.Object
de.uplanet.lucy.server.auxiliaries.control.multiselect.VCMultiselectControl
@VelocityCallable("singleton")
@VelocityVariable("MultiselectControl")
public final class VCMultiselectControl
extends Object
This class provides access to multi select controls.
-
Konstruktorübersicht
Konstruktoren -
Methodenübersicht
Modifizierer und TypMethodeBeschreibungde.uplanet.lucy.server.auxiliaries.control.multiselect.IVCMultiselectControlgetControl(de.uplanet.lucy.server.IProcessingContext p_ctx, String p_strControlGuid) Get the list box control with the given GUID.de.uplanet.lucy.server.auxiliaries.control.multiselect.IVCMultiselectControlgetControl(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.
-
Konstruktordetails
-
VCMultiselectControl
public VCMultiselectControl()
-
-
Methodendetails
-
getControl
public de.uplanet.lucy.server.auxiliaries.control.multiselect.IVCMultiselectControl getControl(de.uplanet.lucy.server.IProcessingContext p_ctx, String p_strControlGuid) throws Exception Get the list box control with the given GUID.- Parameter:
p_ctx- The current context.p_strControlGuid- GUID of the list box control.- Gibt zurück:
- The list box control.
- Löst aus:
Exception
-
getControl
public de.uplanet.lucy.server.auxiliaries.control.multiselect.IVCMultiselectControl 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.- Parameter:
p_ctx- The current context.p_strControlGuid- GUID of the list box control.p_rendererFactory- The renderer factory to use.- Gibt zurück:
- The list box control with the defined renderer.
- Löst aus:
Exception
-