If you develop much with GWT, you quickly become aware of deferred binding - but not always for the best reason.
如果您经常使用GWT进行开发,您很快就会了解延迟绑定—但并不总是由于好的方面。
You just have to implement the Serializable interface and force GWT deferred binding on client side (see the associated guide for details).
你只需要实现Serializable接口,并迫使GWT延缓捆绑于客户端(详细信息请查看相关文档)。
It allows the choice of a binding to be deferred until runtime.
允许将绑定选择延后到运行时。
应用推荐