com.ptc.windchill.cadx.common.objutil
Class ObjStateHelperJS

java.lang.Object
  extended bycom.ptc.windchill.cadx.common.objutil.ObjStateHelperJS

public class ObjStateHelperJS
extends Object


Field Summary
static String CODEBASE
           
static String codebase_url
           
static String DEF_CODEBASEURL_JS_VAR_NAME
           
static String htmltemplates_location
           
static String htmltemplates_uri
           
static String JS_BASE_PATH
           
static String JS_EXTN
           
static String JS_OBJ_DOUBLE_QUOTE
           
static String JS_OBJ_LN
           
static String JS_OBJ_SEMICOLON
           
static String JS_OBJ_SINGLE_QUOTE
           
static String JS_OBJ_UNDERSCORE
           
static StringBuffer jsSrcBuffer
           
static String OBJ_GLYPH_TABLE_JS_BASE_NAME
           
static String OBJ_TOOLTIP_TABLE_JS_BASE_NAME
           
 
Constructor Summary
ObjStateHelperJS()
           
 
Method Summary
static String getCodebaseURLIntoJSSrc(String codebaseURLJSVarName)
           
static String getObjStateHelperJSSrc(Locale locale)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

jsSrcBuffer

public static StringBuffer jsSrcBuffer

JS_OBJ_LN

public static final String JS_OBJ_LN
See Also:
Constant Field Values

JS_OBJ_SINGLE_QUOTE

public static final String JS_OBJ_SINGLE_QUOTE
See Also:
Constant Field Values

JS_OBJ_DOUBLE_QUOTE

public static final String JS_OBJ_DOUBLE_QUOTE
See Also:
Constant Field Values

JS_OBJ_SEMICOLON

public static final String JS_OBJ_SEMICOLON
See Also:
Constant Field Values

JS_OBJ_UNDERSCORE

public static final String JS_OBJ_UNDERSCORE
See Also:
Constant Field Values

JS_EXTN

public static final String JS_EXTN
See Also:
Constant Field Values

OBJ_TOOLTIP_TABLE_JS_BASE_NAME

public static final String OBJ_TOOLTIP_TABLE_JS_BASE_NAME
See Also:
Constant Field Values

OBJ_GLYPH_TABLE_JS_BASE_NAME

public static final String OBJ_GLYPH_TABLE_JS_BASE_NAME
See Also:
Constant Field Values

JS_BASE_PATH

public static final String JS_BASE_PATH
See Also:
Constant Field Values

CODEBASE

public static final String CODEBASE
See Also:
Constant Field Values

DEF_CODEBASEURL_JS_VAR_NAME

public static final String DEF_CODEBASEURL_JS_VAR_NAME
See Also:
Constant Field Values

codebase_url

public static String codebase_url

htmltemplates_uri

public static String htmltemplates_uri

htmltemplates_location

public static String htmltemplates_location
Constructor Detail

ObjStateHelperJS

public ObjStateHelperJS()
Method Detail

getObjStateHelperJSSrc

public static String getObjStateHelperJSSrc(Locale locale)

getCodebaseURLIntoJSSrc

public static String getCodebaseURLIntoJSSrc(String codebaseURLJSVarName)