|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.ptc.netmarkets.util.misc.NmAction
public class NmAction
Supported API: true
Extendable: true
| Nested Class Summary | |
|---|---|
static class |
com.ptc.netmarkets.util.misc.NmAction.AjaxType
|
static class |
com.ptc.netmarkets.util.misc.NmAction.Command
|
static class |
com.ptc.netmarkets.util.misc.NmAction.Comp_Command
|
static class |
com.ptc.netmarkets.util.misc.NmAction.ExecuteLocation
|
static class |
com.ptc.netmarkets.util.misc.NmAction.ExecutionStatus
|
static class |
com.ptc.netmarkets.util.misc.NmAction.NmWindowType
|
static class |
com.ptc.netmarkets.util.misc.NmAction.Type
|
| Method Summary | |
|---|---|
NmAction |
copy()
Supported API: true |
boolean |
disableForCAD()
Supported API: true |
boolean |
enableForCAD()
Supported API: true |
String |
getAction()
Gets the value of the attribute: action; Action name Supported API: true |
String |
getActionClass()
Gets the value of the attribute: actionClass; Class that implements a method to execute Supported API: true |
String |
getActionMethod()
Gets the value of the attribute: actionMethod; A method to execute Supported API: true |
String |
getAfterJS()
Gets the value of the attribute: afterJS; js method to execute after action is clicked. |
String |
getAfterServerVK()
Gets the value of the attribute: afterServerVK; Verification key to validate after a page is loaded. |
String |
getAjaxClass()
Gets the value of the attribute: ajaxClass; Class that implements a method to execute for server side validation. |
String |
getAjaxMethod()
Gets the value of the attribute: ajaxMethod; A method to execute Supported API: true |
String |
getAjaxType()
Gets the value of the attribute: ajaxType; This tells us whether an action has been ajax enabled. |
String |
getBeforeJS()
Gets the value of the attribute: beforeJS; String js method to call Supported API: true |
String |
getBeforeServerVK()
Gets the value of the attribute: beforeServerVK; Verification key to validate before a page is loaded. |
int |
getCADProperty()
Gets the value of the attribute: CADProperty; Determines whether or not an action should be enable/disabled if a CAD client is detected to be the user-agent Supported API: true |
NmOid |
getContextObject()
Gets the value of the attribute: contextObject; Action name Supported API: true |
String |
getDesc()
Gets the value of the attribute: desc; Action description Supported API: true |
String |
getDisabledIcon()
Gets the value of the attribute: disabledIcon; Action icon Supported API: true |
String |
getDivClass()
Gets the value of the attribute: divClass. |
String |
getHotKey()
Gets the value of the attribute: hotKey; Defines the hotkey to be used to automatically trigger the action to occur Supported API: true |
String |
getIcon()
Gets the value of the attribute: icon; Action icon Supported API: true |
String |
getIdName()
Gets the value of the attribute: idName; The id of the link to use. |
String |
getInstallType()
Gets the value of the attribute: installType; Specifies which solution must be installed for this action to be valid Supported API: true |
String |
getMoreURLInfo()
Gets the value of the attribute: moreURLInfo; Action name Supported API: true |
String |
getOnClick()
Gets the value of the attribute: onClick; Optional onlcick javascript code to run on actions. |
String |
getPageId()
Gets the value of the attribute: pageId; ID of the step, to be used by javascript functions to manipulate step attributes. |
String |
getPageURL()
Gets the value of the attribute: pageURL; Action name Supported API: true |
HashMap |
getParams()
Gets the value of the attribute: params. |
String |
getPostloadJS()
Gets the value of the attribute: postloadJS; js method to execute after wizard page is loaded. |
String |
getPreloadJS()
Gets the value of the attribute: preloadJS; String js method to call Supported API: true |
String |
getRenderer()
Gets the value of the attribute: renderer; The class that will handle rendering this action to the UI. |
String |
getRenderType()
Gets the value of the attribute: renderType; Specifies which actions should be rendered by PDMLink or ProjectLink or xLink Supported API: true |
String |
getStyleClass()
Gets the value of the attribute: styleClass. |
String |
getTitle()
Gets the value of the attribute: title; Localized title of the action used for pages. |
String |
getToolTip()
Gets the value of the attribute: toolTip; Action description Supported API: true |
String |
getType()
Gets the value of the attribute: type; Action type Supported API: true |
String |
getUiComponent()
Gets the value of the attribute: uiComponent; Speficies the related Role-Based UI Component constant. |
String |
getUrl()
Gets the value of the attribute: url; The url to the page the action will go to. |
String |
getWindowType()
Gets the value of the attribute: windowType; Specifies whether the action is enabled Supported API: true |
static void |
helpjspOrientationLink(String helpfile,
Locale locale,
Writer out)
Generates a html to open accessibility orientation page. |
static void |
helpjspOrientationLink(String helpfile,
NmURLFactoryBean urlFactoryBean,
com.ptc.netmarkets.util.beans.NmLocaleBean localeBean,
com.ptc.netmarkets.util.beans.NmContextBean nmcontext,
com.ptc.netmarkets.util.beans.NmLinkBean linkBean,
Writer out,
Object request,
Object response)
Generates a html to open accessibility orientation page. |
boolean |
isButton()
Gets the value of the attribute: button. |
boolean |
isConnector()
Gets the value of the attribute: connector; Specifies whether the action is enabled Supported API: true |
boolean |
isDynamicWizardPage()
Gets the value of the attribute: dynamicWizardPage; Specifies whether the page can be pre-loaded into the wizard. |
boolean |
isEnabled()
Gets the value of the attribute: enabled; Specifies whether the action is enabled Supported API: true |
boolean |
isEnabledWhenSuspended()
Gets the value of the attribute: enabledWhenSuspended; Specifies whether the action is enabled Supported API: true |
boolean |
isHidden()
Gets the value of the attribute: hidden; Specifies whether the page should be hidden by default in the wizard. |
boolean |
isMultiselect()
Gets the value of the attribute: multiselect; Specifies whether the action is enabled Supported API: true |
boolean |
isRenderWhileHidden()
Gets the value of the attribute: renderWhileHidden. |
boolean |
isRequired()
Gets the value of the attribute: required; This tells us whether the wizard if the page has required information. |
boolean |
isSelected()
Gets the value of the attribute: selected; Specifies whether the action is enabled Supported API: true |
boolean |
isSelectRequired()
Gets the value of the attribute: selectRequired; True or false. |
void |
setAction(String a_Action)
Sets the value of the attribute: action; Action name Supported API: true |
void |
setActionClass(String a_ActionClass)
Sets the value of the attribute: actionClass; Class that implements a method to execute Supported API: true |
void |
setActionMethod(String a_ActionMethod)
Sets the value of the attribute: actionMethod; A method to execute Supported API: true |
void |
setAfterJS(String a_AfterJS)
Sets the value of the attribute: afterJS; js method to execute after action is clicked. |
void |
setAfterServerVK(String a_AfterServerVK)
Sets the value of the attribute: afterServerVK; Verification key to validate after a page is loaded. |
void |
setAjaxClass(String a_AjaxClass)
Sets the value of the attribute: ajaxClass; Class that implements a method to execute for server side validation. |
void |
setAjaxMethod(String a_AjaxMethod)
Sets the value of the attribute: ajaxMethod; A method to execute Supported API: true |
void |
setAjaxType(String a_AjaxType)
Sets the value of the attribute: ajaxType; This tells us whether an action has been ajax enabled. |
void |
setBeforeJS(String a_BeforeJS)
Sets the value of the attribute: beforeJS; String js method to call Supported API: true |
void |
setBeforeServerVK(String a_BeforeServerVK)
Sets the value of the attribute: beforeServerVK; Verification key to validate before a page is loaded. |
void |
setButton(boolean a_Button)
Sets the value of the attribute: button. |
void |
setCADProperty(int a_CADProperty)
Sets the value of the attribute: CADProperty; Determines whether or not an action should be enable/disabled if a CAD client is detected to be the user-agent Supported API: true |
void |
setConnector(boolean a_Connector)
Sets the value of the attribute: connector; Specifies whether the action is enabled Supported API: true |
void |
setContextObject(NmOid a_ContextObject)
Sets the value of the attribute: contextObject; Action name Supported API: true |
void |
setDesc(String a_Desc)
Sets the value of the attribute: desc; Action description Supported API: true |
void |
setDisabledIcon(String a_DisabledIcon)
Sets the value of the attribute: disabledIcon; Action icon Supported API: true |
void |
setDivClass(String a_DivClass)
Sets the value of the attribute: divClass. |
void |
setDynamicWizardPage(boolean a_DynamicWizardPage)
Sets the value of the attribute: dynamicWizardPage; Specifies whether the page can be pre-loaded into the wizard. |
void |
setEnabled(boolean a_Enabled)
Sets the value of the attribute: enabled; Specifies whether the action is enabled Supported API: true |
void |
setEnabledWhenSuspended(boolean a_EnabledWhenSuspended)
Sets the value of the attribute: enabledWhenSuspended; Specifies whether the action is enabled Supported API: true |
void |
setHidden(boolean a_Hidden)
Sets the value of the attribute: hidden; Specifies whether the page should be hidden by default in the wizard. |
void |
setHotKey(String a_HotKey)
Sets the value of the attribute: hotKey; Defines the hotkey to be used to automatically trigger the action to occur Supported API: true |
void |
setIcon(String a_Icon)
Sets the value of the attribute: icon; Action icon Supported API: true |
void |
setIdName(String a_IdName)
Sets the value of the attribute: idName; The id of the link to use. |
void |
setInstallType(String a_InstallType)
Sets the value of the attribute: installType; Specifies which solution must be installed for this action to be valid Supported API: true |
void |
setMoreURLInfo(String a_MoreURLInfo)
Sets the value of the attribute: moreURLInfo; Action name Supported API: true |
void |
setMultiselect(boolean a_Multiselect)
Sets the value of the attribute: multiselect; Specifies whether the action is enabled Supported API: true |
void |
setOnClick(String a_OnClick)
Sets the value of the attribute: onClick; Optional onlcick javascript code to run on actions. |
void |
setPageId(String a_PageId)
Sets the value of the attribute: pageId; ID of the step, to be used by javascript functions to manipulate step attributes. |
void |
setPageURL(String a_PageURL)
Sets the value of the attribute: pageURL; Action name Supported API: true |
void |
setParams(HashMap a_Params)
Sets the value of the attribute: params. |
void |
setPostloadJS(String a_PostloadJS)
Sets the value of the attribute: postloadJS; js method to execute after wizard page is loaded. |
void |
setPreloadJS(String a_PreloadJS)
Sets the value of the attribute: preloadJS; String js method to call Supported API: true |
void |
setRenderer(String a_Renderer)
Sets the value of the attribute: renderer; The class that will handle rendering this action to the UI. |
void |
setRenderType(String a_RenderType)
Sets the value of the attribute: renderType; Specifies which actions should be rendered by PDMLink or ProjectLink or xLink Supported API: true |
void |
setRenderWhileHidden(boolean a_RenderWhileHidden)
Sets the value of the attribute: renderWhileHidden. |
void |
setRequired(boolean a_Required)
Sets the value of the attribute: required; This tells us whether the wizard if the page has required information. |
void |
setSelected(boolean a_Selected)
Sets the value of the attribute: selected; Specifies whether the action is enabled Supported API: true |
void |
setSelectRequired(boolean a_SelectRequired)
Sets the value of the attribute: selectRequired; True or false. |
void |
setStyleClass(String a_StyleClass)
Sets the value of the attribute: styleClass. |
void |
setTitle(String a_Title)
Sets the value of the attribute: title; Localized title of the action used for pages. |
void |
setToolTip(String a_ToolTip)
Sets the value of the attribute: toolTip; Action description Supported API: true |
void |
setType(String a_Type)
Sets the value of the attribute: type; Action type Supported API: true |
void |
setUiComponent(String a_UiComponent)
Sets the value of the attribute: uiComponent; Speficies the related Role-Based UI Component constant. |
void |
setUrl(String a_Url)
Sets the value of the attribute: url; The url to the page the action will go to. |
void |
setWindowType(String a_WindowType)
Sets the value of the attribute: windowType; Specifies whether the action is enabled Supported API: true |
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Method Detail |
|---|
public String getActionClass()
public void setActionClass(String a_ActionClass)
a_ActionClass - public String getActionMethod()
public void setActionMethod(String a_ActionMethod)
a_ActionMethod - public String getType()
public void setType(String a_Type)
a_Type - public String getAction()
public void setAction(String a_Action)
a_Action - public String getDesc()
public void setDesc(String a_Desc)
a_Desc - public String getIcon()
public void setIcon(String a_Icon)
a_Icon - public String getDisabledIcon()
public void setDisabledIcon(String a_DisabledIcon)
a_DisabledIcon - public boolean isEnabled()
public void setEnabled(boolean a_Enabled)
a_Enabled - public String getWindowType()
public void setWindowType(String a_WindowType)
a_WindowType - public boolean isMultiselect()
public void setMultiselect(boolean a_Multiselect)
a_Multiselect - public String getPageURL()
public void setPageURL(String a_PageURL)
a_PageURL - public HashMap getParams()
public void setParams(HashMap a_Params)
a_Params - public String getMoreURLInfo()
public void setMoreURLInfo(String a_MoreURLInfo)
a_MoreURLInfo - public boolean isSelected()
public void setSelected(boolean a_Selected)
a_Selected - public boolean isConnector()
public void setConnector(boolean a_Connector)
a_Connector - public NmOid getContextObject()
public void setContextObject(NmOid a_ContextObject)
a_ContextObject - public String getToolTip()
public void setToolTip(String a_ToolTip)
a_ToolTip - public boolean isEnabledWhenSuspended()
public void setEnabledWhenSuspended(boolean a_EnabledWhenSuspended)
a_EnabledWhenSuspended - public boolean isButton()
public void setButton(boolean a_Button)
a_Button - public int getCADProperty()
public void setCADProperty(int a_CADProperty)
a_CADProperty - public String getRenderType()
public void setRenderType(String a_RenderType)
a_RenderType - public String getUrl()
public void setUrl(String a_Url)
a_Url - public String getIdName()
public void setIdName(String a_IdName)
a_IdName - public String getInstallType()
public void setInstallType(String a_InstallType)
a_InstallType - public String getUiComponent()
public void setUiComponent(String a_UiComponent)
a_UiComponent - public String getAjaxType()
public void setAjaxType(String a_AjaxType)
a_AjaxType - public String getAjaxClass()
public void setAjaxClass(String a_AjaxClass)
a_AjaxClass - public String getAjaxMethod()
public void setAjaxMethod(String a_AjaxMethod)
a_AjaxMethod - public String getBeforeJS()
public void setBeforeJS(String a_BeforeJS)
a_BeforeJS - public String getAfterJS()
public void setAfterJS(String a_AfterJS)
a_AfterJS - public boolean isDynamicWizardPage()
public void setDynamicWizardPage(boolean a_DynamicWizardPage)
a_DynamicWizardPage - public boolean isHidden()
public void setHidden(boolean a_Hidden)
a_Hidden - public String getHotKey()
public void setHotKey(String a_HotKey)
a_HotKey - public String getBeforeServerVK()
public void setBeforeServerVK(String a_BeforeServerVK)
a_BeforeServerVK - public String getAfterServerVK()
public void setAfterServerVK(String a_AfterServerVK)
a_AfterServerVK - public boolean isRequired()
public void setRequired(boolean a_Required)
a_Required - public String getPageId()
public void setPageId(String a_PageId)
a_PageId - public String getPreloadJS()
public void setPreloadJS(String a_PreloadJS)
a_PreloadJS - public String getPostloadJS()
public void setPostloadJS(String a_PostloadJS)
a_PostloadJS - public String getTitle()
public void setTitle(String a_Title)
a_Title - public boolean isSelectRequired()
public void setSelectRequired(boolean a_SelectRequired)
a_SelectRequired - public String getOnClick()
public void setOnClick(String a_OnClick)
a_OnClick - public String getRenderer()
public void setRenderer(String a_Renderer)
a_Renderer - public NmAction copy()
public boolean enableForCAD()
throws WTException
WTException
public boolean disableForCAD()
throws WTException
WTExceptionpublic String getDivClass()
public void setDivClass(String a_DivClass)
a_DivClass - public boolean isRenderWhileHidden()
public void setRenderWhileHidden(boolean a_RenderWhileHidden)
a_RenderWhileHidden - public String getStyleClass()
public void setStyleClass(String a_StyleClass)
a_StyleClass -
public static void helpjspOrientationLink(String helpfile,
NmURLFactoryBean urlFactoryBean,
com.ptc.netmarkets.util.beans.NmLocaleBean localeBean,
com.ptc.netmarkets.util.beans.NmContextBean nmcontext,
com.ptc.netmarkets.util.beans.NmLinkBean linkBean,
Writer out,
Object request,
Object response)
throws Exception
String -
Exception
public static void helpjspOrientationLink(String helpfile,
Locale locale,
Writer out)
throws Exception
String - helpFileWriter - PrintWriter to include the help html
Exception
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||