Classes


Class actuate.parameter.Constants

Constants Global constants used for Parameter class.
Member of: actuate.parameter.

Class Summary
Constructor Attributes Constructor Name and Description
 
Global constants used for Parameter class.
Field Summary
Field Attributes Field Name and Description
<static>  
Constants used to tell jsapi user that there was a client side error
<static>  
Constants used to tell jsapi user that there was a server side error
<static>  
Constants used to tell jsapi user that there was a usage api error
<static>  
Constants to set layout of parameter component to a collapsible group layout
<static>  
Constants to set layout of parameter component to group
<static>  
Constants to set layout of parameter component to none
<static>  
Constants to programmatically control the first page navigation link
<static>  
Constants to programmatically control the last page navigation link
<static>  
Constants to programmatically control the next page navigation link
<static>  
Constants to programmatically control the previous page navigation link
Class Detail
actuate.parameter.Constants()
Global constants used for Parameter class.
Field Detail
<static> ERR_CLIENT
Constants used to tell jsapi user that there was a client side error
Deprecated:
use actuate.Exception constants instead

<static> ERR_SERVER
Constants used to tell jsapi user that there was a server side error
Deprecated:
use actuate.Exception constants instead

<static> ERR_USAGE
Constants used to tell jsapi user that there was a usage api error
Deprecated:
use actuate.Exception constants instead

<static> LAYOUT_COLLAPSIBLE
Constants to set layout of parameter component to a collapsible group layout

<static> LAYOUT_GROUP
Constants to set layout of parameter component to group

<static> LAYOUT_NONE
Constants to set layout of parameter component to none

<static> NAV_FIRST
Constants to programmatically control the first page navigation link

<static> NAV_LAST
Constants to programmatically control the last page navigation link

<static> NAV_NEXT
Constants to programmatically control the next page navigation link

<static> NAV_PREV
Constants to programmatically control the previous page navigation link

Documentation generated by JsDoc Toolkit 2.0.1 on Mon Dec 16 2013 06:58:33 GMT-0800 (PST)