Class BaseHasDynamicHeightCell<T>

    • Field Summary

      Fields 
      Modifier and Type Field Description
      static double DEFAULT_HEIGHT  
      protected double lineHeight  
      • Fields inherited from class org.uberfire.ext.wires.core.grids.client.model.impl.BaseGridCell

        value
      • Fields inherited from interface org.uberfire.ext.wires.core.grids.client.model.GridCell

        DEFAULT_EDIT_ACTION
    • Constructor Summary

      Constructors 
      Constructor Description
      BaseHasDynamicHeightCell​(org.uberfire.ext.wires.core.grids.client.model.GridCellValue<T> value, double lineHeight)  
    • Field Detail

      • lineHeight

        protected final double lineHeight
    • Constructor Detail

      • BaseHasDynamicHeightCell

        public BaseHasDynamicHeightCell​(org.uberfire.ext.wires.core.grids.client.model.GridCellValue<T> value,
                                        double lineHeight)
    • Method Detail

      • setValue

        protected void setValue​(org.uberfire.ext.wires.core.grids.client.model.GridCellValue<T> value)
        Overrides:
        setValue in class org.uberfire.ext.wires.core.grids.client.model.impl.BaseGridCell<T>
      • getExpressionTextHeight

        protected double getExpressionTextHeight()
      • equals

        public boolean equals​(Object o)
        Overrides:
        equals in class org.uberfire.ext.wires.core.grids.client.model.impl.BaseGridCell<T>
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class org.uberfire.ext.wires.core.grids.client.model.impl.BaseGridCell<T>