Class NumberFormatModel

java.lang.Object
com.inductiveautomation.ignition.gateway.web.util.NumberFormatModel
All Implemented Interfaces:
Serializable, org.apache.wicket.model.IDetachable, org.apache.wicket.model.IModel<String>, org.apache.wicket.util.io.IClusterable
Direct Known Subclasses:
NumberFormatModel.FloatModel, NumberFormatModel.IntegerModel

public class NumberFormatModel extends Object implements org.apache.wicket.model.IModel<String>
See Also:
  • Constructor Details

    • NumberFormatModel

      public NumberFormatModel(org.apache.wicket.model.IModel<Number> numberModel)
  • Method Details

    • getObject

      public String getObject()
      Specified by:
      getObject in interface org.apache.wicket.model.IModel<String>
    • setObject

      public void setObject(String object)
      Specified by:
      setObject in interface org.apache.wicket.model.IModel<String>
    • getFormat

      protected NumberFormat getFormat()
    • detach

      public void detach()
      Specified by:
      detach in interface org.apache.wicket.model.IDetachable