Uses of Class
de.uplanet.lucy.server.auxiliaries.VCSearchTabControl
Package
Description
Contains helper and convenience classes for Velocity-based web authoring with Intrexx.
-
Uses of VCSearchTabControl in de.uplanet.lucy.server.auxiliaries
Modifier and TypeMethodDescriptionControlFactory.getSearchTabControl()
Get the search tab control.VCSearchTabControl.removeTab
(de.uplanet.lucy.server.IDatabaseProcessingContext p_ctx, String p_strUserGuid, String p_strCtrlGuid, String p_strTabGuid) Remove a tab.VCSearchTabControl.setTab
(de.uplanet.lucy.server.IDatabaseProcessingContext p_ctx, String p_strUserGuid, String p_strCtrlGuid, de.uplanet.lucy.server.search.Tab p_tab) Store a tab in the profile.VCSearchTabControl.setTabsDeselected
(de.uplanet.lucy.server.IDatabaseProcessingContext p_ctx, String p_strUserGuid, String p_strCtrlGuid, List<String> p_tabGuids) Set the tabs which are deselected and store it in the profile.VCSearchTabControl.setTabsSelected
(de.uplanet.lucy.server.IDatabaseProcessingContext p_ctx, String p_strUserGuid, String p_strCtrlGuid, List<String> p_tabGuids) Set the tabs which are selected and store it in the profile.