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

您现在的位置是:虫虫源码 > 其他 > 帮助沿途GWT开发者。

帮助沿途GWT开发者。

  • 资源大小:38.05 kB
  • 上传时间:2021-06-30
  • 下载次数:0次
  • 浏览次数:0次
  • 资源积分:1积分
  • 标      签: GWT 帮助 开发者 沿途

资 源 简 介

Aiming to provide easy to use style layouts for GWT - and a series of static methods to build commonly used widgets. Geez was originally inspired by the JGoodies framework in Swing, but turned out nothing like it at all. A taster of how to build a simple panel: FlowPanel login = new GFlowPanel() .id("loginPanel") .css("login_panel") .with(new GTextBox().id("username").text("Enter username")) .with(new GPasswordBox().id("password")) .with(new GButton("Login", loginListener()).id("loginButton")); NEWS 0.4 is released, allowing tabIndex to be set on all input types. Also check out GStyle for helping out with CSS.
VIP VIP
0.213962s