Class VCHashtagControl
java.lang.Object
de.uplanet.lucy.server.auxiliaries.control.hashtag.VCHashtagControl
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionde.uplanet.lucy.server.auxiliaries.IVCHashtagControl
getControl
(de.uplanet.lucy.server.IProcessingContext p_ctx, String p_strControlGuid) Get the hashtag control with the given GUID using a predefined renderer factory.
-
Constructor Details
-
VCHashtagControl
public VCHashtagControl()
-
-
Method Details
-
getControl
public de.uplanet.lucy.server.auxiliaries.IVCHashtagControl getControl(de.uplanet.lucy.server.IProcessingContext p_ctx, String p_strControlGuid) Get the hashtag 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 hashtag control.
-