Class AggregationInputFieldInfo

java.lang.Object
io.jmix.ui.widget.client.aggregation.AggregationInputFieldInfo

public class AggregationInputFieldInfo extends Object
  • Field Details

    • oldValue

      protected String oldValue
    • columnKey

      protected String columnKey
    • inputElement

      protected com.google.gwt.dom.client.InputElement inputElement
    • isFocused

      protected boolean isFocused
    • td

      protected com.google.gwt.dom.client.TableCellElement td
  • Constructor Details

    • AggregationInputFieldInfo

      public AggregationInputFieldInfo(String oldValue, String columnKey, com.google.gwt.dom.client.InputElement inputElement, com.google.gwt.dom.client.TableCellElement td)
    • AggregationInputFieldInfo

      public AggregationInputFieldInfo(String oldValue, String columnKey, com.google.gwt.dom.client.InputElement inputElement)
  • Method Details

    • getOldValue

      public String getOldValue()
    • setOldValue

      public void setOldValue(String oldValue)
    • getInputElement

      public com.google.gwt.dom.client.InputElement getInputElement()
    • setInputElement

      public void setInputElement(com.google.gwt.dom.client.InputElement inputElement)
    • getColumnKey

      public String getColumnKey()
    • setColumnKey

      public void setColumnKey(String columnKey)
    • isFocused

      public boolean isFocused()
    • setFocused

      public void setFocused(boolean focused)
    • getTd

      public com.google.gwt.dom.client.TableCellElement getTd()
    • setTd

      public void setTd(com.google.gwt.dom.client.TableCellElement td)