Class UIReference

    • Field Detail

      • reference

        protected String reference
      • subReference

        protected String subReference
      • numeric

        protected boolean numeric
    • Constructor Detail

      • UIReference

        public UIReference​(String reference,
                           String subreference)
    • Method Detail

      • formatGridValue

        public String formatGridValue​(VariablesSecureApp vars,
                                      String value)
        This method is called to show the value in the grid, it is intended to format the value properly
        Parameters:
        vars -
      • isNumeric

        public boolean isNumeric()
      • canBeCached

        public boolean canBeCached()
        Indicates whether this reference is a cacheable combo Basically, this indicates whether the ComboTableData instances related to this class will be // cached and reused by the FormInitializationComponent or not. // For them to be cached, it's very important that the Combo values themselves only depend on the // parameter values the combo uses; that is, that they do not depend on things like session // variables, ...