Class DefaultStatus

  • All Implemented Interfaces:
    Status

    public class DefaultStatus
    extends Object
    implements Status
    • Constructor Detail

      • DefaultStatus

        public DefaultStatus​(String label,
                             long count)
    • Method Detail

      • getStyleProperties

        public Map<String,​String> getStyleProperties()
        Description copied from interface: Status
        Defines a CSS-Property to Value mapping, where the key defines the CSS-Property and the value the according value. Each entry is applied to the GWTEdge style attribute. If no style should be applied in addition, return an empty map.
        Specified by:
        getStyleProperties in interface Status
        Returns:
        CSS-Property to Value-Mapping for each GWTEdge. Must NOT be null
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object