Class NmHTMLActionModel

java.lang.Object
com.ptc.netmarkets.util.misc.NmHTMLActionModel
All Implemented Interfaces:
Serializable, Cloneable

public class NmHTMLActionModel extends Object implements Cloneable, Serializable


Supported API: true

Extendable: false
See Also:
  • Method Details

    • getActions

      public ArrayList getActions()
      Gets the value of the attribute: actions.

      Supported API: true
      Returns:
      ArrayList generally a list of NmActions and NmHTMLActionModels (but during action parsing/reporting may be Maps and NmHTMLActionModels?!)
    • setActions

      public void setActions(ArrayList a_Actions)
      Sets the value of the attribute: actions.

      Supported API: true
      Parameters:
      a_Actions - generally a list of NmActions and NmHTMLActionModels (but during action parsing/reporting may be Maps and NmHTMLActionModels?!)