浏览代码

Update @since tags for 7.6

Change-Id: I764ebdbf656aecede222d5a5362ac6abcdbcb949
tags/7.6.0.alpha3
Henri Sara 9 年前
父节点
当前提交
e13f2d53bc

+ 1
- 1
client/src/com/vaadin/client/ui/ConnectorFocusAndBlurHandler.java 查看文件

@@ -32,7 +32,7 @@ import com.vaadin.shared.communication.FieldRpc.FocusAndBlurServerRpc;
* to transmit received events to the server. Events are only handled if there
* is a corresponding listener on the server side.
*
* @since
* @since 7.6
* @author Vaadin Ltd
*/
public class ConnectorFocusAndBlurHandler implements StateChangeHandler,

+ 2
- 2
client/src/com/vaadin/client/widgets/Grid.java 查看文件

@@ -8124,7 +8124,7 @@ public class Grid<T> extends ResizeComposite implements
/**
* Sets the buffered editor mode.
*
* @since
* @since 7.6
* @param editorUnbuffered
* <code>true</code> to enable buffered editor,
* <code>false</code> to disable it
@@ -8136,7 +8136,7 @@ public class Grid<T> extends ResizeComposite implements
/**
* Gets the buffered editor mode.
*
* @since
* @since 7.6
* @return <code>true</code> if buffered editor is enabled,
* <code>false</code> otherwise
*/

+ 1
- 1
server/src/com/vaadin/ui/AbstractFocusable.java 查看文件

@@ -29,7 +29,7 @@ import com.vaadin.ui.Component.Focusable;
* An abstract base class for focusable components. Includes API for setting the
* tab index, programmatic focusing, and adding focus and blur listeners.
*
* @since
* @since 7.6
* @author Vaadin Ltd
*/
public abstract class AbstractFocusable extends AbstractComponent implements

+ 2
- 2
server/src/com/vaadin/ui/Grid.java 查看文件

@@ -6115,7 +6115,7 @@ public class Grid extends AbstractFocusable implements SelectionNotifier,
* Sets the buffered editor mode. The default mode is buffered (
* <code>true</code>).
*
* @since
* @since 7.6
* @param editorBuffered
* <code>true</code> to enable buffered editor,
* <code>false</code> to disable it
@@ -6136,7 +6136,7 @@ public class Grid extends AbstractFocusable implements SelectionNotifier,
/**
* Gets the buffered editor mode.
*
* @since
* @since 7.6
* @return <code>true</code> if buffered editor is enabled,
* <code>false</code> otherwise
*/

正在加载...
取消
保存