Closed GoogleCodeExporter closed 8 years ago
TabPane is deprecated in favor of TabBar.
Original comment by pall...@google.com
on 30 Apr 2013 at 6:04
Then, could you at least mark TabPane depracated in the documentation and give
instructions to refer to TabBar? There is no way for me to know to use one over
the other.
http://closure-library.googlecode.com/svn/docs/class_goog_ui_TabPane.html
Original comment by enmanu...@gmail.com
on 30 Apr 2013 at 6:35
The constructor is annotated with @deprecated.
http://closure-library.googlecode.com/svn/docs/closure_goog_ui_tabpane.js.source
.html
The compiler should also warn when you try using it.
The deprecation is indeed not mentioned at
http://closure-library.googlecode.com/svn/docs/class_goog_ui_TabPane.html , but
that's a separate issue. I have to find out who maintains the doc generator.
Original comment by pall...@gmail.com
on 30 Apr 2013 at 8:07
Original issue reported on code.google.com by
enmanu...@gmail.com
on 30 Apr 2013 at 5:10