|
|
@ -62,7 +62,7 @@ public class PageToolBarPane extends AbstractEditToolBarPane { |
|
|
|
private static final Color TIPS_FONT_COLOR = new Color(0x8f8f92); |
|
|
|
private static final Color TIPS_FONT_COLOR = new Color(0x8f8f92); |
|
|
|
private static final Pattern ROW_COUNT = Pattern.compile("^[1-5][\\d]*$"); |
|
|
|
private static final Pattern ROW_COUNT = Pattern.compile("^[1-5][\\d]*$"); |
|
|
|
|
|
|
|
|
|
|
|
//固定函数分页,每页最多500行,最少1行数据
|
|
|
|
//固定行数分页,每页最多500行,最少1行数据
|
|
|
|
private static final int MAX_ROW_COUNT = 500; |
|
|
|
private static final int MAX_ROW_COUNT = 500; |
|
|
|
private static final int MIN_ROW_COUNT = 1; |
|
|
|
private static final int MIN_ROW_COUNT = 1; |
|
|
|
|
|
|
|
|
|
|
|