Class AggregationInputFieldInfo
java.lang.Object
io.jmix.ui.widget.client.aggregation.AggregationInputFieldInfo
- 
Field Summary
Fields - 
Constructor Summary
ConstructorsConstructorDescriptionAggregationInputFieldInfo(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.InputElementcom.google.gwt.dom.client.TableCellElementgetTd()booleanvoidsetColumnKey(String columnKey) voidsetFocused(boolean focused) voidsetInputElement(com.google.gwt.dom.client.InputElement inputElement) voidsetOldValue(String oldValue) voidsetTd(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)  
 -