Verwendungen von Klasse
de.uplanet.lucy.server.auxiliaries.VCSearchTabControl
Packages, die VCSearchTabControl verwenden
Package
Beschreibung
Contains helper and convenience classes for Velocity-based web authoring with Intrexx.
-
Verwendungen von VCSearchTabControl in de.uplanet.lucy.server.auxiliaries
Methoden in de.uplanet.lucy.server.auxiliaries, die VCSearchTabControl zurückgebenModifizierer und TypMethodeBeschreibungControlFactory.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.