static
String
|
constructNumberFormat(String numberCategory, String thousandSeparator, String decimalPlaces, String currencySymbol, String currencyPosition, String negativeNumbers, String originalFormat)
Given the formatting specifications, constructs the string that represents the
formatting indicated.
|
static
String
|
convertColorDecimalToHTMLHex(int colorCode)
Converts a color ID retrieved as cell property from the metadata
to its HTML hexadecimal representation
|
static
WebFormatContainer
|
getAxis(WebTemplate wt, int targetAxis)
Do the required validation for returning the requested axis' format container
|
static
String
|
getComparedPropertyValue(WebTemplate template, ArrayList webFormatArray, String propertyGroup, String propertyName, String defaultValue, int originalTargetAxis, int originalTargetPosition, int originalTargetLevel)
|
static
String
|
getComparedPropertyValue(WebComponent taskBean, ArrayList webFormatArray, String propertyGroup, String propertyName, String defaultValue, int originalTargetAxis, int originalTargetPosition, int originalTargetLevel)
Based on the array of web format objects, compare the requested property and determine if they are the same (and what value
that shall be) or if they should be marked as default if at least one value is different.
|
static
ArrayList
|
getGridFormatObjectsArray(WebComponent targetBean, int targetAxis, int targetPosition, int unitType, int targetLevel)
Get an array of all the format objects that should be analyzed before showing the current values selected on
the editor's interface
|
static
ArrayList
|
getGridFormatObjectsArray(WebComponent targetBean, int targetAxis, int targetPosition, int targetLevel)
Get an array of all the format objects that should be analyzed before showing the current values selected on
the editor's interface.
|
static
ArrayList
|
getGridFormatObjectsArray(boolean getAsRequested, WebComponent targetBean, int targetAxis, int targetPosition, int targetLevel)
Get an array of all the format objects that should be analyzed before showing the current values selected on
the editor's interface
|
static
ArrayList
|
getGridFormatObjectsArray(boolean getAsRequested, WebComponent targetBean, int targetAxis, int targetPosition, int unitType, int targetLevel)
Get an array of all the format objects that should be analyzed before showing the current values selected on
the editor's interface
|
static
ArrayList
|
getGridFormatObjectsArray(boolean getAsRequested, WebTemplate template, int targetAxis, int targetPosition, int targetLevel)
|
static
WebTemplate
|
getGridTemplate(WebComponent wc)
Get the template object out of the report bean
|
static
WebFormatContainer
|
getMetric(WebTemplate wt, int indexPosition)
Do required validation for returning requested metric's format container
|
static
boolean
|
getPropertyUseDefault(WebFormat wf, String group, String property)
Retrieve the property requested from the WebFormat object and determine if default value is to be used on it
|
static
String
|
getPropertyValue(WebFormat wf, String group, String property)
Given the group and property specified as parameters, find and return its value according
to the WebFormat object passed as parameter.
|
static
String
|
getPropertyValue(WebFormat wf, String group, String property, String defaultValue)
Given the group and property specified as parameters, find and return its value according
to the WebFormat object passed as parameter.
|
static
WebFormatContainer
|
getTemplateUnit(WebTemplate wt, int targetAxis, int targetPosition)
Do required validation for returning requested template unit's format container
|
static
int
|
getUnitType(int targetAxis, int targetPosition)
Given the axis and position, calculate the unit type of the target
|