java.lang.Object | |
↳ | com.microstrategy.web.app.CustomThresholdsHelper |
![]() |
Fields | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
protected static String | ENUM_TYPE_COLOR | ||||||||||
protected static String | ENUM_TYPE_IMAGE | ||||||||||
protected static String | PROP_BACKGROUND_COLOR | ||||||||||
protected static String | PROP_BANDS | ||||||||||
protected static String | PROP_COLOR | ||||||||||
protected static String | PROP_COMBINED_IMAGE_URL | ||||||||||
protected static String | PROP_END | ||||||||||
protected static String | PROP_ID | ||||||||||
protected static String | PROP_IMAGE | ||||||||||
protected static String | PROP_START | ||||||||||
protected static String | PROP_TITLE | ||||||||||
protected static String | PROP_URL |
Public Constructors | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
CustomThresholdsHelper() |
Public Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
static String | generateCustomThresholdsJSON(AppContext appContext) |
Protected Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
static Block | createThresholdBlock(CustomThresholdsInfo customThresholds) | ||||||||||
static void |
setUpBlockFactory(String blockLibraryLocation)
Sets up the block factory.
|
[Expand]
Inherited Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
![]() |
Sets up the block factory. This method is not called in the #setUp() method and therefore should be called by the individual tests which needs it.
Exception |
---|