}
/**
- * Custom implementation of the custom grid column using a JSONObject to
+ * Custom implementation of the custom grid column using a JSONObject to
* represent the cell value and String as a column type.
*/
private class CustomGridColumn extends Grid.Column<Object, JsonObject> {
// @import rule, traverse recursively
@com.vaadin.client.extensions.ResponsiveConnector::searchStylesheetForBreakPoints(Lcom/google/gwt/core/client/JavaScriptObject;)(rule.styleSheet);
- } else if(rule.type == 1 || !rule.type) {
+ } else if(rule.type == 1 || !rule.type) {
// Regular selector rule
// Helper function
}
/**
- * @deprecated As of 7.0, use {@link CombinationMode#AND} instead
+ * @deprecated As of 7.0, use {@link CombinationMode#AND} instead
*/
@Deprecated
public static final CombinationMode MODE_AND = CombinationMode.AND;
/**
- * @deprecated As of 7.0, use {@link CombinationMode#OR} instead
+ * @deprecated As of 7.0, use {@link CombinationMode#OR} instead
*/
@Deprecated
public static final CombinationMode MODE_OR = CombinationMode.OR;
* active {@link View}. Views must implement {@link Component} when using
* this constructor.
* <p>
- * Navigation is automatically initiated after {@code UI.init()} if a
+ * Navigation is automatically initiated after {@code UI.init()} if a
* navigator was created. If at a later point changes are made to the
* navigator, {@code navigator.navigateTo(navigator.getState())} may need to
* be explicitly called to ensure the current view matches the navigation
* <p>
* Views must implement {@link Component} when using this constructor.
* <p>
- * Navigation is automatically initiated after {@code UI.init()} if a
+ * Navigation is automatically initiated after {@code UI.init()} if a
* navigator was created. If at a later point changes are made to the
* navigator, {@code navigator.navigateTo(navigator.getState())} may need to
* be explicitly called to ensure the current view matches the navigation
* Creates a navigator that is tracking the active view using URI fragments
* of the {@link Page} containing the given UI.
* <p>
- * Navigation is automatically initiated after {@code UI.init()} if a
+ * Navigation is automatically initiated after {@code UI.init()} if a
* navigator was created. If at a later point changes are made to the
* navigator, {@code navigator.navigateTo(navigator.getState())} may need to
* be explicitly called to ensure the current view matches the navigation
* When a custom navigation state manager is not needed, use one of the
* other constructors which use a URI fragment based state manager.
* <p>
- * Navigation is automatically initiated after {@code UI.init()} if a
+ * Navigation is automatically initiated after {@code UI.init()} if a
* navigator was created. If at a later point changes are made to the
* navigator, {@code navigator.navigateTo(navigator.getState())} may need to
* be explicitly called to ensure the current view matches the navigation
* When a custom navigation state manager is not needed, use null to create
* a default one based on URI fragments.
* <p>
- * Navigation is automatically initiated after {@code UI.init()} if a
+ * Navigation is automatically initiated after {@code UI.init()} if a
* navigator was created. If at a later point changes are made to the
* navigator, {@code navigator.navigateTo(navigator.getState())} may need to
* be explicitly called to ensure the current view matches the navigation
}
/**
- * @deprecated As of 7.0, use {@link ErrorLevel#SYSTEMERROR} instead
+ * @deprecated As of 7.0, use {@link ErrorLevel#SYSTEMERROR} instead
*/
@Deprecated
public static final ErrorLevel SYSTEMERROR = ErrorLevel.SYSTEMERROR;
/**
- * @deprecated As of 7.0, use {@link ErrorLevel#CRITICAL} instead
+ * @deprecated As of 7.0, use {@link ErrorLevel#CRITICAL} instead
*/
@Deprecated
public static final ErrorLevel CRITICAL = ErrorLevel.CRITICAL;
/**
- * @deprecated As of 7.0, use {@link ErrorLevel#ERROR} instead
+ * @deprecated As of 7.0, use {@link ErrorLevel#ERROR} instead
*/
@Deprecated
public static final ErrorLevel ERROR = ErrorLevel.ERROR;
/**
- * @deprecated As of 7.0, use {@link ErrorLevel#WARNING} instead
+ * @deprecated As of 7.0, use {@link ErrorLevel#WARNING} instead
*/
@Deprecated
public static final ErrorLevel WARNING = ErrorLevel.WARNING;
/**
- * @deprecated As of 7.0, use {@link ErrorLevel#INFORMATION} instead
+ * @deprecated As of 7.0, use {@link ErrorLevel#INFORMATION} instead
*/
@Deprecated
public static final ErrorLevel INFORMATION = ErrorLevel.INFORMATION;
public interface Sizeable extends Serializable {
/**
- * @deprecated As of 7.0, use {@link Unit#PIXELS} instead
+ * @deprecated As of 7.0, use {@link Unit#PIXELS} instead
*/
@Deprecated
public static final Unit UNITS_PIXELS = Unit.PIXELS;
/**
- * @deprecated As of 7.0, use {@link Unit#POINTS} instead
+ * @deprecated As of 7.0, use {@link Unit#POINTS} instead
*/
@Deprecated
public static final Unit UNITS_POINTS = Unit.POINTS;
/**
- * @deprecated As of 7.0, use {@link Unit#PICAS} instead
+ * @deprecated As of 7.0, use {@link Unit#PICAS} instead
*/
@Deprecated
public static final Unit UNITS_PICAS = Unit.PICAS;
/**
- * @deprecated As of 7.0, use {@link Unit#EM} instead
+ * @deprecated As of 7.0, use {@link Unit#EM} instead
*/
@Deprecated
public static final Unit UNITS_EM = Unit.EM;
/**
- * @deprecated As of 7.0, use {@link Unit#EX} instead
+ * @deprecated As of 7.0, use {@link Unit#EX} instead
*/
@Deprecated
public static final Unit UNITS_EX = Unit.EX;
/**
- * @deprecated As of 7.0, use {@link Unit#MM} instead
+ * @deprecated As of 7.0, use {@link Unit#MM} instead
*/
@Deprecated
public static final Unit UNITS_MM = Unit.MM;
/**
- * @deprecated As of 7.0, use {@link Unit#CM} instead
+ * @deprecated As of 7.0, use {@link Unit#CM} instead
*/
@Deprecated
public static final Unit UNITS_CM = Unit.CM;
/**
- * @deprecated As of 7.0, use {@link Unit#INCH} instead
+ * @deprecated As of 7.0, use {@link Unit#INCH} instead
*/
@Deprecated
public static final Unit UNITS_INCH = Unit.INCH;
/**
- * @deprecated As of 7.0, use {@link Unit#PERCENTAGE} instead
+ * @deprecated As of 7.0, use {@link Unit#PERCENTAGE} instead
*/
@Deprecated
public static final Unit UNITS_PERCENTAGE = Unit.PERCENTAGE;
public class UserError extends AbstractErrorMessage {
/**
- * @deprecated As of 7.0, use {@link ContentMode#TEXT} instead
+ * @deprecated As of 7.0, use {@link ContentMode#TEXT} instead
*/
@Deprecated
public static final ContentMode CONTENT_TEXT = ContentMode.TEXT;
/**
- * @deprecated As of 7.0, use {@link ContentMode#PREFORMATTED} instead
+ * @deprecated As of 7.0, use {@link ContentMode#PREFORMATTED} instead
*/
@Deprecated
public static final ContentMode CONTENT_PREFORMATTED = ContentMode.PREFORMATTED;
/**
- * @deprecated As of 7.0, use {@link ContentMode#HTML} instead
+ * @deprecated As of 7.0, use {@link ContentMode#HTML} instead
*/
@Deprecated
public static final ContentMode CONTENT_XHTML = ContentMode.HTML;
/**
* Pushes pending state changes and client RPC calls to the client. If
- * {@code isConnected()} is false, defers the push until a connection is
+ * {@code isConnected()} is false, defers the push until a connection is
* established.
*
* @param async
* Java applets, and QuickTime videos. Installing a browser plug-in is usually
* required to actually view the embedded content.
* <p>
- * Note that before Vaadin 7, {@code Embedded} was also used to display images,
+ * Note that before Vaadin 7, {@code Embedded} was also used to display images,
* Adobe Flash objects, and embedded web pages. This use of the component is
* deprecated in Vaadin 7; the {@link Image}, {@link Flash}, and
* {@link BrowserFrame} components should be used instead, respectively.
/**
* A callback interface for generating optional descriptions (tooltips) for
* Grid cells. If a cell has both a {@link RowDescriptionGenerator row
- * description} and a cell description, the latter has precedence.
+ * description} and a cell description, the latter has precedence.
*
* @see Grid#setCellDescriptionGenerator(CellDescriptionGenerator)
*
/**
* This is an internal constructor. Use
- * {@link PopupView#PopupView(String, Component)} instead.
+ * {@link PopupView#PopupView(String, Component)} instead.
*
* @since 7.5.0
*/
@Override
protected String getTestDescription() {
- return "Test alignment of component captions inside GridLayout – "
+ return "Test alignment of component captions inside GridLayout – "
+ "all captions should be aligned directly above the TextField components.";
}