Browse Source

Update @since tags for 7.6

Change-Id: I764ebdbf656aecede222d5a5362ac6abcdbcb949
tags/7.6.0.alpha3
Henri Sara 9 years ago
parent
commit
e13f2d53bc

+ 1
- 1
client/src/com/vaadin/client/ui/ConnectorFocusAndBlurHandler.java View File

* to transmit received events to the server. Events are only handled if there * to transmit received events to the server. Events are only handled if there
* is a corresponding listener on the server side. * is a corresponding listener on the server side.
* *
* @since
* @since 7.6
* @author Vaadin Ltd * @author Vaadin Ltd
*/ */
public class ConnectorFocusAndBlurHandler implements StateChangeHandler, public class ConnectorFocusAndBlurHandler implements StateChangeHandler,

+ 2
- 2
client/src/com/vaadin/client/widgets/Grid.java View File

/** /**
* Sets the buffered editor mode. * Sets the buffered editor mode.
* *
* @since
* @since 7.6
* @param editorUnbuffered * @param editorUnbuffered
* <code>true</code> to enable buffered editor, * <code>true</code> to enable buffered editor,
* <code>false</code> to disable it * <code>false</code> to disable it
/** /**
* Gets the buffered editor mode. * Gets the buffered editor mode.
* *
* @since
* @since 7.6
* @return <code>true</code> if buffered editor is enabled, * @return <code>true</code> if buffered editor is enabled,
* <code>false</code> otherwise * <code>false</code> otherwise
*/ */

+ 1
- 1
server/src/com/vaadin/ui/AbstractFocusable.java View File

* An abstract base class for focusable components. Includes API for setting the * An abstract base class for focusable components. Includes API for setting the
* tab index, programmatic focusing, and adding focus and blur listeners. * tab index, programmatic focusing, and adding focus and blur listeners.
* *
* @since
* @since 7.6
* @author Vaadin Ltd * @author Vaadin Ltd
*/ */
public abstract class AbstractFocusable extends AbstractComponent implements public abstract class AbstractFocusable extends AbstractComponent implements

+ 2
- 2
server/src/com/vaadin/ui/Grid.java View File

* Sets the buffered editor mode. The default mode is buffered ( * Sets the buffered editor mode. The default mode is buffered (
* <code>true</code>). * <code>true</code>).
* *
* @since
* @since 7.6
* @param editorBuffered * @param editorBuffered
* <code>true</code> to enable buffered editor, * <code>true</code> to enable buffered editor,
* <code>false</code> to disable it * <code>false</code> to disable it
/** /**
* Gets the buffered editor mode. * Gets the buffered editor mode.
* *
* @since
* @since 7.6
* @return <code>true</code> if buffered editor is enabled, * @return <code>true</code> if buffered editor is enabled,
* <code>false</code> otherwise * <code>false</code> otherwise
*/ */

Loading…
Cancel
Save