Package mondrian.gui

Class MondrianGuiDef.CellFormatter

  • All Implemented Interfaces:
    java.io.Serializable, java.lang.Cloneable, NodeDef
    Enclosing class:
    MondrianGuiDef

    public static class MondrianGuiDef.CellFormatter
    extends ElementDef
    Plugin that formats the values of cells. It must be implemented by a Java class which implements the interface mondrian.spi.CellFormatter, or by a script.
    See Also:
    Serialized Form
    • Field Detail

      • className

        public java.lang.String className
      • script

        public MondrianGuiDef.Script script
        Script to implement this cell formatter. Either the "Script" element or the "className" attribute must be specified.