Class StatMetricTable.ThroughputModel

  • All Implemented Interfaces:
    java.io.Serializable, org.apache.wicket.model.IDetachable, org.apache.wicket.model.IModel, org.apache.wicket.util.io.IClusterable
    Enclosing class:
    StatMetricTable

    public static class StatMetricTable.ThroughputModel
    extends java.lang.Object
    implements org.apache.wicket.model.IModel
    Special model that renders -1D as "<em>idle</em>"
    See Also:
    Serialized Form
    • Constructor Summary

      Constructors 
      Constructor Description
      ThroughputModel​(org.apache.wicket.model.IModel wrapped)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void detach()  
      java.lang.Object getObject()  
      void setObject​(java.lang.Object object)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • ThroughputModel

        public ThroughputModel​(org.apache.wicket.model.IModel wrapped)
    • Method Detail

      • getObject

        public java.lang.Object getObject()
        Specified by:
        getObject in interface org.apache.wicket.model.IModel
      • setObject

        public void setObject​(java.lang.Object object)
        Specified by:
        setObject in interface org.apache.wicket.model.IModel
      • detach

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