Uses of Class
de.uplanet.lucy.server.auxiliaries.VCSearchTabControl
-
Packages that use VCSearchTabControl Package Description de.uplanet.lucy.server.auxiliaries Contains helper and convenience classes for Velocity-based web authoring with Intrexx. -
-
Uses of VCSearchTabControl in de.uplanet.lucy.server.auxiliaries
Methods in de.uplanet.lucy.server.auxiliaries that return VCSearchTabControl Modifier and Type Method Description VCSearchTabControl
ControlFactory. getSearchTabControl()
Get the search tab control.VCSearchTabControl
VCSearchTabControl. removeTab(de.uplanet.lucy.server.IDatabaseProcessingContext p_ctx, String p_strUserGuid, String p_strCtrlGuid, String p_strTabGuid)
Remove a tab.VCSearchTabControl
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
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
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.
-