소스 검색

Mention primitives in the javadoc (though they are autboxed) (#8888)

tags/7.0.0.alpha3
Leif Åstrand 12 년 전
부모
커밋
b002b899c1
2개의 변경된 파일6개의 추가작업 그리고 4개의 파일을 삭제
  1. 3
    2
      src/com/vaadin/terminal/AbstractJavaScriptExtension.java
  2. 3
    2
      src/com/vaadin/ui/AbstractJavaScriptComponent.java

+ 3
- 2
src/com/vaadin/terminal/AbstractJavaScriptExtension.java 파일 보기

@@ -139,8 +139,9 @@ public abstract class AbstractJavaScriptExtension extends AbstractExtension {
/**
* Invoke a named function that the connector JavaScript has added to the
* JavaScript connector wrapper object. The arguments should only contain
* data types that can be represented in JavaScript, including primitive
* boxing types, arrays, String, List, Set, Map, Connector and JavaBeans.
* data types that can be represented in JavaScript including primitives,
* their boxed types, arrays, String, List, Set, Map, Connector and
* JavaBeans.
*
* @param name
* the name of the function

+ 3
- 2
src/com/vaadin/ui/AbstractJavaScriptComponent.java 파일 보기

@@ -142,8 +142,9 @@ public abstract class AbstractJavaScriptComponent extends AbstractComponent {
/**
* Invoke a named function that the connector JavaScript has added to the
* JavaScript connector wrapper object. The arguments should only contain
* data types that can be represented in JavaScript, including primitive
* boxing types, arrays, String, List, Set, Map, Connector and JavaBeans.
* data types that can be represented in JavaScript including primitives,
* their boxed types, arrays, String, List, Set, Map, Connector and
* JavaBeans.
*
* @param name
* the name of the function

Loading…
취소
저장