Class GroupInfo<P>

java.lang.Object
io.jmix.ui.component.data.GroupInfo<P>
Type Parameters:
P - type of group property

public class GroupInfo<P> extends Object
Class contains information about current cell value and cell value of parent group columns.
  • Constructor Details

    • GroupInfo

      public GroupInfo(org.apache.commons.collections4.map.LinkedMap groupingValues)
  • Method Details

    • getPropertyValue

      public Object getPropertyValue(P propertyPath)
    • getProperty

      public P getProperty()
    • getValue

      public Object getValue()
    • toString

      public String toString()
      Overrides:
      toString in class Object
    • equals

      public boolean equals(Object o)
      Overrides:
      equals in class Object
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object