Browse Source

Add missing @since values

Change-Id: I602b9fc4c87a19a78f949a23519c412aba789baa
tags/7.6.0.beta2
Henri Sara 8 years ago
parent
commit
9f1f3eda47

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

* Connector with layout measuring hint. Used to improve granularity of control * Connector with layout measuring hint. Used to improve granularity of control
* over child component measurements. * over child component measurements.
* *
* @since
* @since 7.6
* @author Vaadin Ltd * @author Vaadin Ltd
*/ */
public interface HasChildMeasurementHintConnector extends public interface HasChildMeasurementHintConnector extends

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

/** /**
* JavaScript hack to prevent text selection in various browsers. * JavaScript hack to prevent text selection in various browsers.
* *
* @since
* @since 7.6
* @param e * @param e
* element for enabling or disabling text selection * element for enabling or disabling text selection
* @param enable * @param enable

+ 0
- 1
client/src/com/vaadin/client/communication/MessageHandler.java View File

/** /**
* Updates the hierarchy for a connector * Updates the hierarchy for a connector
* *
* @since
* @param connectorId * @param connectorId
* the id of the connector to update * the id of the connector to update
* @param childConnectorIds * @param childConnectorIds

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

* Allow setting first day of week depending on Locale. Set to null if you * Allow setting first day of week depending on Locale. Set to null if you
* want first day of week depend on locale * want first day of week depend on locale
* *
* @since
* @since 7.6
* @param dayOfWeek * @param dayOfWeek
*/ */
public void setFirstDayOfWeek(Integer dayOfWeek) { public void setFirstDayOfWeek(Integer dayOfWeek) {

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

* Component with layout measuring hint. Used to improve granularity of control * Component with layout measuring hint. Used to improve granularity of control
* over child component measurements. * over child component measurements.
* *
* @since
* @since 7.6
* @author Vaadin Ltd * @author Vaadin Ltd
*/ */
public interface HasChildMeasurementHint extends HasComponents { public interface HasChildMeasurementHint extends HasComponents {

Loading…
Cancel
Save