mirror of
https://gitee.com/jmix/cuba.git
synced 2024-12-04 04:07:42 +08:00
Updated glazedlists dependency
This commit is contained in:
parent
ef76d42cca
commit
47443d33fc
@ -61,7 +61,6 @@ public abstract class DesktopAbstractTable<C extends JTable>
|
||||
{
|
||||
private static final int HEIGHT_MARGIN_FOR_ROWS = 2;
|
||||
private static final int WIDTH_MARGIN_FOR_CELL = 2;
|
||||
private static final int MIN_ROW_HEIGHT = 32;
|
||||
|
||||
protected MigLayout layout;
|
||||
protected JPanel panel;
|
||||
|
@ -7,7 +7,6 @@
|
||||
package com.haulmont.cuba.desktop.gui.data;
|
||||
|
||||
import com.haulmont.chile.core.model.MetaClass;
|
||||
import com.haulmont.chile.core.model.MetaProperty;
|
||||
import com.haulmont.chile.core.model.MetaPropertyPath;
|
||||
import com.haulmont.cuba.core.entity.Entity;
|
||||
import com.haulmont.cuba.core.global.MessageUtils;
|
||||
|
Loading…
Reference in New Issue
Block a user