return bindOrFire(Event.ONCLICK, null, f);\r
}\r
\r
- /**\r
- * @deprecated use innerHeight()\r
- */\r
- @Deprecated\r
- public int clientHeight() {\r
- return innerHeight();\r
- }\r
-\r
- /**\r
- * @deprecated use innerWidth()\r
- */\r
- @Deprecated\r
- public int clientWidth() {\r
- return innerWidth();\r
- }\r
-\r
+ \r
/**\r
* Clone matched DOM Elements and select the clones. This is useful for moving\r
* copies of the elements to another location in the DOM.\r
return this;\r
}\r
\r
- /**\r
- * Set CSS a single style property on every matched element using type-safe\r
- * enumerations.\r
- * \r
- * @deprecated use {@link #css(CssSetter)}\r
- */\r
- @Deprecated\r
- public <S, T extends TakesCssValue<S>> GQuery css(T cssProperty, S value) {\r
- return css(cssProperty.with(value));\r
- }\r
\r
/**\r
* Set CSS a single style property on every matched element using type-safe\r