Class OutputDouble

All Implemented Interfaces:
Serializable, overit.geocall.marks.MethodExposer, overit.geocall.marks.NameExposer, Arrangeable, Badgeable, Identified, Tool, overit.geocall.ux.configurability.UIConfigurable, overit.geocall.ux.edm.ModelConfigurable
Direct Known Subclasses:
OutputMeasure

@Component public class OutputDouble extends Output
This class implements the graphic user interface element used to display a floating point number.
See Also:
GCApi:
component
  • Field Details

    • _any

      protected Any _any
    • _format

      protected String _format
    • _symbols

      protected String _symbols
  • Constructor Details

  • Method Details

    • setFORMAT

      public void setFORMAT(String s)
      Sets the string used to define the DecimalFormat pattern. See Conventions
      Parameters:
      s - The string that defines the format for the output
    • setSYMBOLS

      public void setSYMBOLS(String s)
      Sets the string that contains the symbols (minus symbol, percent symbol, decimal separator, etc) that are used to display the value
      Parameters:
      s - A string written accordingly to the order described in Conventions.setupDecimalFormat(java.lang.String)
    • setup

      protected void setup()
      Description copied from class: Component
      Setup the Component
      Overrides:
      setup in class Component
    • prepareValue

      protected String prepareValue()
      Overrides:
      prepareValue in class Output