首页| JavaScript| HTML/CSS| Matlab| PHP| Python| Java| C/C++/VC++| C#| ASP| 其他|
购买积分 购买会员 激活码充值

您现在的位置是:虫虫源码 > 其他 > GWT的扩展,可以让你添加任何类型的控件和事件的每一个细胞

GWT的扩展,可以让你添加任何类型的控件和事件的每一个细胞

资 源 简 介

Jarics Grid Instead of building native js code, I use GWT1.5 classes and create a grid where you can set a List of Objects that implements a Gridable interface. You will find a test package to get an example of how to use this grid. Preparation steps Mettre le jar dans ton buildPath de projet Mettre la clause qui suit dans votre module (dans le gwt.xml du projet): Ajouter ce qui suit dans ton .html : How to use it ``` public Widget() { absolutePanel = new AbsolutePanel(); ... detailsGrid = new JaricsGrid(); absolutePanel.add(detailsGrid, 10, 455); detailsGrid.setSize("509px", "1
VIP VIP
0.245739s