Search in sources :

Example 6 with UIDL

use of com.vaadin.client.UIDL in project cuba by cuba-platform.

the class CubaGroupTableConnector method updateAdditionalRowData.

@Override
protected void updateAdditionalRowData(UIDL uidl) {
    super.updateAdditionalRowData(uidl);
    UIDL groupRow = uidl.getChildByTagName("groupRows");
    if (groupRow != null) {
        getWidget().updateGroupRowsWithAggregation(groupRow);
    }
}
Also used : UIDL(com.vaadin.client.UIDL)

Aggregations

UIDL (com.vaadin.client.UIDL)6 Element (com.google.gwt.dom.client.Element)1 TableCellElement (com.google.gwt.dom.client.TableCellElement)1 TableRowElement (com.google.gwt.dom.client.TableRowElement)1 ShortcutActionHandler (com.vaadin.client.ui.ShortcutActionHandler)1 Iterator (java.util.Iterator)1