Package com.ptc.cat.ui.client.action
Class CustomSearchAndLaunchURLAction
java.lang.Object
com.ptc.cat.ui.client.action.AbstractAction
com.ptc.cat.ui.client.action.JCAAction
com.ptc.cat.ui.client.action.LaunchCustomURLAction
com.ptc.cat.ui.client.action.CustomSearchAndLaunchURLAction
- All Implemented Interfaces:
com.ptc.cat.ui.client.action.Action,com.ptc.cat.ui.client.action.SearchWidgetAction
public class CustomSearchAndLaunchURLAction
extends LaunchCustomURLAction
implements com.ptc.cat.ui.client.action.SearchWidgetAction
An action that simply launches the URL specified in the action XML file.
Supported API: true
Extendable: true
<action name="manageNotes" ajax="row" >
<command class="com.ptc.cat.ui.client.action.LaunchURLAction"
method="execute" url="/app/#ptc1/tcomp/infoPage?tlnType=note&tlnAction=relatedNotes"
windowType="page"/>
<includeFilter name="com.ptc.cat.ui.client.internal.action.OneSelectionFilter" />
<includeFilter name="com.ptc.cat.ui.client.internal.action.IsNotUnspecifiedIterationFilter" />
</action>
Supported API: true
Extendable: true
-
Method Summary