Bläddra i källkod

Add missing @since 7.5.1 to JavaDoc

Change-Id: I1af9da11330d00554cb19212d694816b83b29aa4
tags/7.6.0.alpha3
Teemu Suo-Anttila 8 år sedan
förälder
incheckning
359710c1bd

+ 4
- 4
client/src/com/vaadin/client/ComputedStyle.java Visa fil

@@ -131,7 +131,7 @@ public class ComputedStyle {

/**
* Retrieves the given computed property as an integer
*
*
* Returns 0 if the property cannot be converted to an integer
*
* @param name
@@ -148,7 +148,7 @@ public class ComputedStyle {

/**
* Retrieves the given computed property as a double
*
*
* Returns NaN if the property cannot be converted to a double
*
* @param name
@@ -205,7 +205,7 @@ public class ComputedStyle {
/**
* Returns the current width from the DOM.
*
* @since
* @since 7.5.1
* @return the computed width
*/
public double getWidth() {
@@ -215,7 +215,7 @@ public class ComputedStyle {
/**
* Returns the current height from the DOM.
*
* @since
* @since 7.5.1
* @return the computed height
*/
public double getHeight() {

+ 3
- 3
client/src/com/vaadin/client/WidgetUtil.java Visa fil

@@ -1641,7 +1641,7 @@ public class WidgetUtil {
* Firefox uses 1/60th of a pixel because it is divisible by three
* (https://bugzilla.mozilla.org/show_bug.cgi?id=1070940)
*
* @since
* @since 7.5.1
* @param size
* the value to round
* @return the rounded value
@@ -1661,7 +1661,7 @@ public class WidgetUtil {
*
* IE9+ uses 1/100th of a pixel
*
* @since
* @since 7.5.1
* @param size
* the value to round
* @return the rounded value
@@ -1694,7 +1694,7 @@ public class WidgetUtil {
/**
* Returns the factor used by browsers to round subpixel values
*
* @since
* @since 7.5.1
* @return the factor N used by the browser when storing subpixels as X+Y/N
*/
private static double getSubPixelRoundingFactor() {

+ 4
- 4
client/src/com/vaadin/client/ui/VAbstractSplitPanel.java Visa fil

@@ -606,21 +606,21 @@ public abstract class VAbstractSplitPanel extends ComplexPanel {
/**
* Called when starting drag resize
*
* @since
* @since 7.5.1
*/
abstract protected void startResize();

/**
* Called when stopping drag resize
*
* @since
* @since 7.5.1
*/
abstract protected void stopResize();

/**
* Gets the first container
*
* @since
* @since 7.5.1
* @return the firstContainer
*/
protected Element getFirstContainer() {
@@ -630,7 +630,7 @@ public abstract class VAbstractSplitPanel extends ComplexPanel {
/**
* Gets the second container
*
* @since
* @since 7.5.1
* @return the secondContainer
*/
protected Element getSecondContainer() {

+ 1
- 1
client/src/com/vaadin/client/widgets/Grid.java Visa fil

@@ -4749,7 +4749,7 @@ public class Grid<T> extends ResizeComposite implements
/**
* Resets the default header cell contents to column header captions.
*
* @since
* @since 7.5.1
* @param cell
* default header cell for this column
*/

Laddar…
Avbryt
Spara