Class AggregationInputFieldInfo
java.lang.Object
io.jmix.ui.widget.client.aggregation.AggregationInputFieldInfo
-
Field Summary
-
Constructor Summary
ConstructorDescriptionAggregationInputFieldInfo
(String oldValue, String columnKey, com.google.gwt.dom.client.InputElement inputElement) AggregationInputFieldInfo
(String oldValue, String columnKey, com.google.gwt.dom.client.InputElement inputElement, com.google.gwt.dom.client.TableCellElement td) -
Method Summary
Modifier and TypeMethodDescriptioncom.google.gwt.dom.client.InputElement
com.google.gwt.dom.client.TableCellElement
getTd()
boolean
void
setColumnKey
(String columnKey) void
setFocused
(boolean focused) void
setInputElement
(com.google.gwt.dom.client.InputElement inputElement) void
setOldValue
(String oldValue) void
setTd
(com.google.gwt.dom.client.TableCellElement td)
-
Field Details
-
oldValue
-
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
-
AggregationInputFieldInfo
-
-
Method Details
-
getOldValue
-
setOldValue
-
getInputElement
public com.google.gwt.dom.client.InputElement getInputElement() -
setInputElement
public void setInputElement(com.google.gwt.dom.client.InputElement inputElement) -
getColumnKey
-
setColumnKey
-
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)
-