Class AbstractRWTransform.ButtonAlignmentsHelper
- java.lang.Object
-
- com.microstrategy.web.app.transforms.AbstractRWTransform.ButtonAlignmentsHelper
-
- Enclosing class:
- AbstractRWTransform
protected static class AbstractRWTransform.ButtonAlignmentsHelper extends java.lang.ObjectHelper for button alignment configuration. To get button alignment configuration from ButtonAlignments.properties. Generate array and json string.
-
-
Constructor Summary
Constructors Modifier Constructor Description protectedButtonAlignmentsHelper()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description protected static int[][]getButtonAlignments()protected static BlockListgetButtonAlignmentsBlockList()protected static JsonGenerator[]getButtonAlignmentsJsonGeneratorArray()
-
-
-
Method Detail
-
getButtonAlignments
protected static int[][] getButtonAlignments() throws java.lang.NumberFormatException- Throws:
java.lang.NumberFormatException
-
getButtonAlignmentsBlockList
protected static BlockList getButtonAlignmentsBlockList() throws java.lang.Exception
- Throws:
java.lang.Exception
-
getButtonAlignmentsJsonGeneratorArray
protected static JsonGenerator[] getButtonAlignmentsJsonGeneratorArray()
-
-