Преглед изворни кода

Update @since for 7.4.1

Change-Id: I61233d704eae50447d3ccb5a5c485fe3ef98c436
tags/7.5.0.alpha1
Leif Åstrand пре 9 година
родитељ
комит
69db9eac8f

+ 2
- 0
client/src/com/vaadin/client/widget/escalator/ScrollbarBundle.java Прегледај датотеку

@@ -518,6 +518,8 @@ public abstract class ScrollbarBundle implements DeferredWorker {
* Should be called whenever this bundle is attached to the DOM (typically,
* from the onLoad of the containing widget). Used to ensure the DOM scroll
* position is maintained when detaching and reattaching the bundle.
*
* @since 7.4.1
*/
public void onLoad() {
internalSetScrollPos(toInt32(scrollPos));

+ 1
- 1
client/src/com/vaadin/client/widgets/Grid.java Прегледај датотеку

@@ -6290,7 +6290,7 @@ public class Grid<T> extends ResizeComposite implements
* cannot rely on the columns being the correct width after the call
* returns.
*
* @since
* @since 7.4.1
*/
public void recalculateColumnWidths() {
autoColumnWidthsRecalculator.schedule();

+ 1
- 1
server/src/com/vaadin/server/communication/AtmospherePushConnection.java Прегледај датотеку

@@ -311,7 +311,7 @@ public class AtmospherePushConnection implements PushConnection {
/**
* Called when the connection to the client has been lost.
*
* @since
* @since 7.4.1
*/
public void connectionLost() {
resource = null;

+ 5
- 5
server/src/com/vaadin/ui/Flash.java Прегледај датотеку

@@ -97,7 +97,7 @@ public class Flash extends AbstractEmbedded {
* Returns the codebase.
*
* @see #setCodebase(String)
* @since 7.4
* @since 7.4.1
* @return Current codebase.
*/
public String getCodebase() {
@@ -126,7 +126,7 @@ public class Flash extends AbstractEmbedded {
* Returns the current codetype.
*
* @see #setCodetype(String)
* @since 7.4
* @since 7.4.1
* @return Current codetype.
*/
public String getCodetype() {
@@ -157,7 +157,7 @@ public class Flash extends AbstractEmbedded {
* Returns current archive.
*
* @see #setArchive(String)
* @since 7.4
* @since 7.4.1
* @return Current archive.
*/
public String getArchive() {
@@ -181,7 +181,7 @@ public class Flash extends AbstractEmbedded {
/**
* Returns standby.
*
* @since
* @since 7.4.1
* @return Standby string.
*/
public String getStandby() {
@@ -247,7 +247,7 @@ public class Flash extends AbstractEmbedded {
*
* @see #setParameter(String, String)
* @see #getParameter(String)
* @since 7.4
* @since 7.4.1
* @return An iterable with declared parameter names.
*/
public Iterable<String> getParameterNames() {

+ 1
- 1
server/src/com/vaadin/ui/Grid.java Прегледај датотеку

@@ -5088,7 +5088,7 @@ public class Grid extends AbstractComponent implements SelectionNotifier,
* but this method can be used to force recalculation in situations when
* grid does not recalculate automatically.
*
* @since
* @since 7.4.1
*/
public void recalculateColumnWidths() {
getRpcProxy(GridClientRpc.class).recalculateColumnWidths();

Loading…
Откажи
Сачувај