Class Index | File Index

Classes


Class AC.util.StandardIcons

Defines standard icons and functions.
Defined in: Utility.js.

Class Summary
Constructor Attributes Constructor Name and Description
 
Default constructor.
Field Summary
Field Attributes Field Name and Description
<static> <constant>  
AC.util.StandardIcons.AC_Activity
Activity icon.
<static> <constant>  
AC.util.StandardIcons.AC_Agenda_Category
Agenda category icon.
<static> <constant>  
AC.util.StandardIcons.AC_Component
Component icon.
<static> <constant>  
AC.util.StandardIcons.AC_Control
Control icon.
<static> <constant>  
AC.util.StandardIcons.AC_Control_Category
Control category icon.
<static> <constant>  
AC.util.StandardIcons.AC_Edit
Edit icon.
<static> <constant>  
AC.util.StandardIcons.AC_Image
Image icon.
<static> <constant>  
AC.util.StandardIcons.AC_Info
Info icon.
<static> <constant>  
AC.util.StandardIcons.AC_Info_Orange
Orange info icon.
<static> <constant>  
AC.util.StandardIcons.AC_Library_Type
Library icon.
<static> <constant>  
AC.util.StandardIcons.AC_No_Icon
No-icon icon.
<static> <constant>  
AC.util.StandardIcons.AC_Phase
Phase icon
<static> <constant>  
AC.util.StandardIcons.AC_Project_Definition
Project icon.
<static> <constant>  
AC.util.StandardIcons.AC_Role
Role icon
<static> <constant>  
AC.util.StandardIcons.AC_Screen
Screen icon.
<static> <constant>  
AC.util.StandardIcons.AC_Screen_Category
Screen category icon.
<static> <constant>  
AC.util.StandardIcons.AC_Thinklet
Thinklet icon.
<static> <constant>  
AC.util.StandardIcons.AC_Thinklet_Category
Thinklet category icon.
<static> <constant>  
AC.util.StandardIcons.AC_Tool
icon.
<static> <constant>  
AC.util.StandardIcons.AC_Tool_Category
Tool category icon.
<static> <constant>  
AC.util.StandardIcons.AC_Workspace
Workspace icon.
Method Summary
Method Attributes Method Name and Description
<static>  
AC.util.StandardIcons.getIconSrc(type)
Gets the path to the icon specified by the argument.
<static>  
AC.util.StandardIcons.getImageServlet()
Gets the path to the image servlet.
<static>  
AC.util.StandardIcons.getImageURL(id, returnBlankIcon, scaleTo)
Gets the URL to the image specified by the argument id.
<static>  
AC.util.StandardIcons.getSpacerImage()
Gets the path to the 1x1 px spacer image.
Class Detail
AC.util.StandardIcons()
Default constructor.
Field Detail
<static> <constant> {String} AC.util.StandardIcons.AC_Activity
Activity icon.
Default Value:
'actioncenters/resources/images/icn-activities_color_16x16.png'

<static> <constant> {String} AC.util.StandardIcons.AC_Agenda_Category
Agenda category icon.
Default Value:
'actioncenters/resources/images/icn-category_gray_16x16.png'

<static> <constant> {String} AC.util.StandardIcons.AC_Component
Component icon.
Default Value:
'actioncenters/resources/images/icn-tools_color_16x16.png'

<static> <constant> {String} AC.util.StandardIcons.AC_Control
Control icon.
Default Value:
'actioncenters/resources/images/image.png'

<static> <constant> {String} AC.util.StandardIcons.AC_Control_Category
Control category icon.
Default Value:
'actioncenters/resources/images/icn-category_gray_16x16.png'

<static> <constant> {String} AC.util.StandardIcons.AC_Edit
Edit icon.
Default Value:
'actioncenters/resources/images/pencil16x16.gif'

<static> <constant> {String} AC.util.StandardIcons.AC_Image
Image icon.
Default Value:
'actioncenters/resources/images/image.png'

<static> <constant> {String} AC.util.StandardIcons.AC_Info
Info icon.
Default Value:
'actioncenters/resources/images/icn-info_16x16.png'

<static> <constant> {String} AC.util.StandardIcons.AC_Info_Orange
Orange info icon.
Default Value:
'actioncenters/resources/images/icn-info-orange_24x24.png'

<static> <constant> {String} AC.util.StandardIcons.AC_Library_Type
Library icon.
Default Value:
'actioncenters/resources/images/icn-library_16x16.png'

<static> <constant> {String} AC.util.StandardIcons.AC_No_Icon
No-icon icon.
Default Value:
'actioncenters/resources/images/icn_no-icon_color_24x24.png'

<static> <constant> {String} AC.util.StandardIcons.AC_Phase
Phase icon
Default Value:
'actioncenters/resources/images/icn_phase.gif'

<static> <constant> {String} AC.util.StandardIcons.AC_Project_Definition
Project icon.
Default Value:
'actioncenters/resources/images/icn-project_color_16x16.png'

<static> <constant> {String} AC.util.StandardIcons.AC_Role
Role icon
Default Value:
'actioncenters/resources/images/icn_role.gif'

<static> <constant> {String} AC.util.StandardIcons.AC_Screen
Screen icon.
Default Value:
'actioncenters/resources/images/icn-Screen_color_16x16.png'

<static> <constant> {String} AC.util.StandardIcons.AC_Screen_Category
Screen category icon.
Default Value:
'actioncenters/resources/images/icn-category_gray_16x16.png'

<static> <constant> {String} AC.util.StandardIcons.AC_Thinklet
Thinklet icon.
Default Value:
'actioncenters/resources/images/icn-ThinkLets_color_16x16.png'

<static> <constant> {String} AC.util.StandardIcons.AC_Thinklet_Category
Thinklet category icon.
Default Value:
'actioncenters/resources/images/icn-category_gray_16x16.png'

<static> <constant> {String} AC.util.StandardIcons.AC_Tool
icon.
Default Value:
'actioncenters/resources/images/image.png'

<static> <constant> {String} AC.util.StandardIcons.AC_Tool_Category
Tool category icon.
Default Value:
'actioncenters/resources/images/icn-category_gray_16x16.png'

<static> <constant> {String} AC.util.StandardIcons.AC_Workspace
Workspace icon.
Default Value:
'actioncenters/resources/images/icn_ac-workspace_16x16.png'
Method Detail
<static> AC.util.StandardIcons.getIconSrc(type)
Gets the path to the icon specified by the argument. If no icon is found, an empty icon is returned.
Parameters:
type
the name of the icon
Returns:
the path to the icon or base64 encoding of an empty icon

<static> AC.util.StandardIcons.getImageServlet()
Gets the path to the image servlet.
Returns:
the path to the image servlet

<static> AC.util.StandardIcons.getImageURL(id, returnBlankIcon, scaleTo)
Gets the URL to the image specified by the argument id.
Parameters:
id
the id of the image
returnBlankIcon
the boolean flag to indicate whether to return a blank icon when the image id is null or empty
scaleTo
the scale of the returned image
Returns:
the URL path to the image

<static> AC.util.StandardIcons.getSpacerImage()
Gets the path to the 1x1 px spacer image.
Returns:
the path to the 1x1 px spacer image

Documentation generated by JsDoc Toolkit 2.0.0 on Sun Sep 23 2012 02:46:07 GMT-0500 (CDT)