Bladeren bron

Removed @version which is included in some files but not in all (#9299)

tags/7.0.0.beta1
Artur Signell 11 jaren geleden
bovenliggende
commit
6855529f1d
100 gewijzigde bestanden met toevoegingen van 0 en 173 verwijderingen
  1. 0
    1
      client/src/com/vaadin/terminal/gwt/client/ConnectorHierarchyChangeEvent.java
  2. 0
    1
      client/src/com/vaadin/terminal/gwt/client/MouseEventDetailsBuilder.java
  3. 0
    1
      client/src/com/vaadin/terminal/gwt/client/ResourceLoader.java
  4. 0
    1
      client/src/com/vaadin/terminal/gwt/client/ServerConnector.java
  5. 0
    1
      client/src/com/vaadin/terminal/gwt/client/SuperDevMode.java
  6. 0
    1
      client/src/com/vaadin/terminal/gwt/client/ui/AbstractConnector.java
  7. 0
    2
      server/src/com/vaadin/Application.java
  8. 0
    2
      server/src/com/vaadin/annotations/AutoGenerated.java
  9. 0
    1
      server/src/com/vaadin/annotations/JavaScript.java
  10. 0
    1
      server/src/com/vaadin/annotations/StyleSheet.java
  11. 0
    4
      server/src/com/vaadin/data/Buffered.java
  12. 0
    2
      server/src/com/vaadin/data/BufferedValidatable.java
  13. 0
    2
      server/src/com/vaadin/data/Container.java
  14. 0
    2
      server/src/com/vaadin/data/Item.java
  15. 0
    2
      server/src/com/vaadin/data/Property.java
  16. 0
    2
      server/src/com/vaadin/data/Validatable.java
  17. 0
    2
      server/src/com/vaadin/data/Validator.java
  18. 0
    2
      server/src/com/vaadin/data/util/BeanItem.java
  19. 0
    2
      server/src/com/vaadin/data/util/ContainerHierarchicalWrapper.java
  20. 0
    2
      server/src/com/vaadin/data/util/ContainerOrderedWrapper.java
  21. 0
    2
      server/src/com/vaadin/data/util/FilesystemContainer.java
  22. 0
    2
      server/src/com/vaadin/data/util/HierarchicalContainer.java
  23. 0
    3
      server/src/com/vaadin/data/util/IndexedContainer.java
  24. 0
    2
      server/src/com/vaadin/data/util/MethodProperty.java
  25. 0
    2
      server/src/com/vaadin/data/util/ObjectProperty.java
  26. 0
    2
      server/src/com/vaadin/data/util/PropertysetItem.java
  27. 0
    2
      server/src/com/vaadin/data/util/converter/Converter.java
  28. 0
    2
      server/src/com/vaadin/data/util/converter/ConverterFactory.java
  29. 0
    2
      server/src/com/vaadin/data/util/converter/DateToLongConverter.java
  30. 0
    2
      server/src/com/vaadin/data/util/converter/DefaultConverterFactory.java
  31. 0
    2
      server/src/com/vaadin/data/util/converter/ReverseConverter.java
  32. 0
    2
      server/src/com/vaadin/data/util/converter/StringToBooleanConverter.java
  33. 0
    2
      server/src/com/vaadin/data/util/converter/StringToDateConverter.java
  34. 0
    2
      server/src/com/vaadin/data/util/converter/StringToDoubleConverter.java
  35. 0
    2
      server/src/com/vaadin/data/util/converter/StringToIntegerConverter.java
  36. 0
    2
      server/src/com/vaadin/data/util/converter/StringToNumberConverter.java
  37. 0
    1
      server/src/com/vaadin/data/validator/AbstractStringValidator.java
  38. 0
    2
      server/src/com/vaadin/data/validator/AbstractValidator.java
  39. 0
    1
      server/src/com/vaadin/data/validator/CompositeValidator.java
  40. 0
    2
      server/src/com/vaadin/data/validator/DateRangeValidator.java
  41. 0
    2
      server/src/com/vaadin/data/validator/DoubleRangeValidator.java
  42. 0
    2
      server/src/com/vaadin/data/validator/DoubleValidator.java
  43. 0
    2
      server/src/com/vaadin/data/validator/EmailValidator.java
  44. 0
    2
      server/src/com/vaadin/data/validator/IntegerRangeValidator.java
  45. 0
    2
      server/src/com/vaadin/data/validator/IntegerValidator.java
  46. 0
    2
      server/src/com/vaadin/data/validator/NullValidator.java
  47. 0
    2
      server/src/com/vaadin/data/validator/RangeValidator.java
  48. 0
    2
      server/src/com/vaadin/data/validator/RegexpValidator.java
  49. 0
    2
      server/src/com/vaadin/data/validator/StringLengthValidator.java
  50. 0
    2
      server/src/com/vaadin/event/Action.java
  51. 0
    2
      server/src/com/vaadin/event/EventRouter.java
  52. 0
    2
      server/src/com/vaadin/event/ListenerMethod.java
  53. 0
    2
      server/src/com/vaadin/event/MethodEventSource.java
  54. 0
    2
      server/src/com/vaadin/event/MouseEvents.java
  55. 0
    2
      server/src/com/vaadin/service/ApplicationContext.java
  56. 0
    2
      server/src/com/vaadin/service/FileTypeResolver.java
  57. 0
    1
      server/src/com/vaadin/terminal/AbstractClientConnector.java
  58. 0
    1
      server/src/com/vaadin/terminal/AbstractExtension.java
  59. 0
    1
      server/src/com/vaadin/terminal/AbstractJavaScriptExtension.java
  60. 0
    2
      server/src/com/vaadin/terminal/ApplicationResource.java
  61. 0
    2
      server/src/com/vaadin/terminal/ClassResource.java
  62. 0
    2
      server/src/com/vaadin/terminal/CompositeErrorMessage.java
  63. 0
    2
      server/src/com/vaadin/terminal/DownloadStream.java
  64. 0
    2
      server/src/com/vaadin/terminal/ErrorMessage.java
  65. 0
    1
      server/src/com/vaadin/terminal/Extension.java
  66. 0
    2
      server/src/com/vaadin/terminal/ExternalResource.java
  67. 0
    2
      server/src/com/vaadin/terminal/FileResource.java
  68. 0
    1
      server/src/com/vaadin/terminal/JavaScriptCallbackHelper.java
  69. 0
    2
      server/src/com/vaadin/terminal/KeyMapper.java
  70. 0
    2
      server/src/com/vaadin/terminal/PaintException.java
  71. 0
    2
      server/src/com/vaadin/terminal/PaintTarget.java
  72. 0
    2
      server/src/com/vaadin/terminal/Resource.java
  73. 0
    2
      server/src/com/vaadin/terminal/Scrollable.java
  74. 0
    2
      server/src/com/vaadin/terminal/Sizeable.java
  75. 0
    2
      server/src/com/vaadin/terminal/StreamResource.java
  76. 0
    2
      server/src/com/vaadin/terminal/StreamVariable.java
  77. 0
    2
      server/src/com/vaadin/terminal/SystemError.java
  78. 0
    2
      server/src/com/vaadin/terminal/Terminal.java
  79. 0
    2
      server/src/com/vaadin/terminal/ThemeResource.java
  80. 0
    2
      server/src/com/vaadin/terminal/UserError.java
  81. 0
    1
      server/src/com/vaadin/terminal/Vaadin6Component.java
  82. 0
    2
      server/src/com/vaadin/terminal/VariableOwner.java
  83. 0
    2
      server/src/com/vaadin/terminal/gwt/server/AbstractApplicationServlet.java
  84. 0
    1
      server/src/com/vaadin/terminal/gwt/server/AddonContext.java
  85. 0
    1
      server/src/com/vaadin/terminal/gwt/server/AddonContextEvent.java
  86. 0
    1
      server/src/com/vaadin/terminal/gwt/server/AddonContextListener.java
  87. 0
    2
      server/src/com/vaadin/terminal/gwt/server/ApplicationServlet.java
  88. 0
    1
      server/src/com/vaadin/terminal/gwt/server/ApplicationStartedEvent.java
  89. 0
    1
      server/src/com/vaadin/terminal/gwt/server/ApplicationStartedListener.java
  90. 0
    1
      server/src/com/vaadin/terminal/gwt/server/BootstrapFragmentResponse.java
  91. 0
    1
      server/src/com/vaadin/terminal/gwt/server/BootstrapListener.java
  92. 0
    1
      server/src/com/vaadin/terminal/gwt/server/BootstrapPageResponse.java
  93. 0
    1
      server/src/com/vaadin/terminal/gwt/server/BootstrapResponse.java
  94. 0
    1
      server/src/com/vaadin/terminal/gwt/server/ClientConnector.java
  95. 0
    2
      server/src/com/vaadin/terminal/gwt/server/CommunicationManager.java
  96. 0
    2
      server/src/com/vaadin/terminal/gwt/server/JsonPaintTarget.java
  97. 0
    1
      server/src/com/vaadin/terminal/gwt/server/RpcManager.java
  98. 0
    2
      server/src/com/vaadin/terminal/gwt/server/WebApplicationContext.java
  99. 0
    1
      server/src/com/vaadin/terminal/gwt/server/WebBrowser.java
  100. 0
    0
      server/src/com/vaadin/ui/AbstractComponent.java

+ 0
- 1
client/src/com/vaadin/terminal/gwt/client/ConnectorHierarchyChangeEvent.java Bestand weergeven

* completed. * completed.
* *
* @author Vaadin Ltd * @author Vaadin Ltd
* @version @VERSION@
* @since 7.0.0 * @since 7.0.0
* *
*/ */

+ 0
- 1
client/src/com/vaadin/terminal/gwt/client/MouseEventDetailsBuilder.java Bestand weergeven

* {@link NativeEvent}. * {@link NativeEvent}.
* *
* @author Vaadin Ltd * @author Vaadin Ltd
* @version @VERSION@
* @since 7.0.0 * @since 7.0.0
* *
*/ */

+ 0
- 1
client/src/com/vaadin/terminal/gwt/client/ResourceLoader.java Bestand weergeven

* while still controlling in which order e.g. scripts are executed. * while still controlling in which order e.g. scripts are executed.
* *
* @author Vaadin Ltd * @author Vaadin Ltd
* @version @VERSION@
* @since 7.0.0 * @since 7.0.0
*/ */
public class ResourceLoader { public class ResourceLoader {

+ 0
- 1
client/src/com/vaadin/terminal/gwt/client/ServerConnector.java Bestand weergeven

* framework when needed and have the ability to communicate with the server. * framework when needed and have the ability to communicate with the server.
* *
* @author Vaadin Ltd * @author Vaadin Ltd
* @version @VERSION@
* @since 7.0.0 * @since 7.0.0
*/ */
public interface ServerConnector extends Connector { public interface ServerConnector extends Connector {

+ 0
- 1
client/src/com/vaadin/terminal/gwt/client/SuperDevMode.java Bestand weergeven

* Class that enables SuperDevMode using a ?superdevmode parameter in the url. * Class that enables SuperDevMode using a ?superdevmode parameter in the url.
* *
* @author Vaadin Ltd * @author Vaadin Ltd
* @version @VERSION@
* @since 7.0 * @since 7.0
* *
*/ */

+ 0
- 1
client/src/com/vaadin/terminal/gwt/client/ui/AbstractConnector.java Bestand weergeven

* An abstract implementation of Connector. * An abstract implementation of Connector.
* *
* @author Vaadin Ltd * @author Vaadin Ltd
* @version @VERSION@
* @since 7.0.0 * @since 7.0.0
* *
*/ */

+ 0
- 2
server/src/com/vaadin/Application.java Bestand weergeven

* </p> * </p>
* *
* @author Vaadin Ltd. * @author Vaadin Ltd.
* @version
* @VERSION@
* @since 3.0 * @since 3.0
*/ */
@SuppressWarnings("serial") @SuppressWarnings("serial")

+ 0
- 2
server/src/com/vaadin/annotations/AutoGenerated.java Bestand weergeven

* These elements may be modified or removed by code generation. * These elements may be modified or removed by code generation.
* *
* @author Vaadin Ltd. * @author Vaadin Ltd.
* @version
* @VERSION@
* @since 6.0 * @since 6.0
*/ */
public @interface AutoGenerated { public @interface AutoGenerated {

+ 0
- 1
server/src/com/vaadin/annotations/JavaScript.java Bestand weergeven

* the ClassLoader that was used to load com.example.MyConnector. * the ClassLoader that was used to load com.example.MyConnector.
* *
* @author Vaadin Ltd * @author Vaadin Ltd
* @version @VERSION@
* @since 7.0.0 * @since 7.0.0
*/ */
@Retention(RetentionPolicy.RUNTIME) @Retention(RetentionPolicy.RUNTIME)

+ 0
- 1
server/src/com/vaadin/annotations/StyleSheet.java Bestand weergeven

* com.example.MyConnector. * com.example.MyConnector.
* *
* @author Vaadin Ltd * @author Vaadin Ltd
* @version @VERSION@
* @since 7.0.0 * @since 7.0.0
*/ */
@Retention(RetentionPolicy.RUNTIME) @Retention(RetentionPolicy.RUNTIME)

+ 0
- 4
server/src/com/vaadin/data/Buffered.java Bestand weergeven

* </p> * </p>
* *
* @author Vaadin Ltd. * @author Vaadin Ltd.
* @version
* @VERSION@
* @since 3.0 * @since 3.0
*/ */
public interface Buffered extends Serializable { public interface Buffered extends Serializable {
* in processing a data source. * in processing a data source.
* *
* @author Vaadin Ltd. * @author Vaadin Ltd.
* @version
* @VERSION@
* @since 3.0 * @since 3.0
*/ */
@SuppressWarnings("serial") @SuppressWarnings("serial")

+ 0
- 2
server/src/com/vaadin/data/BufferedValidatable.java Bestand weergeven

* </p> * </p>
* *
* @author Vaadin Ltd. * @author Vaadin Ltd.
* @version
* @VERSION@
* @since 3.0 * @since 3.0
*/ */
public interface BufferedValidatable extends Buffered, Validatable, public interface BufferedValidatable extends Buffered, Validatable,

+ 0
- 2
server/src/com/vaadin/data/Container.java Bestand weergeven

* </p> * </p>
* *
* @author Vaadin Ltd * @author Vaadin Ltd
* @version
* @VERSION@
* @since 3.0 * @since 3.0
*/ */
public interface Container extends Serializable { public interface Container extends Serializable {

+ 0
- 2
server/src/com/vaadin/data/Item.java Bestand weergeven

* </p> * </p>
* *
* @author Vaadin Ltd * @author Vaadin Ltd
* @version
* @VERSION@
* @since 3.0 * @since 3.0
*/ */
public interface Item extends Serializable { public interface Item extends Serializable {

+ 0
- 2
server/src/com/vaadin/data/Property.java Bestand weergeven

* type of values of the property * type of values of the property
* *
* @author Vaadin Ltd * @author Vaadin Ltd
* @version
* @VERSION@
* @since 3.0 * @since 3.0
*/ */
public interface Property<T> extends Serializable { public interface Property<T> extends Serializable {

+ 0
- 2
server/src/com/vaadin/data/Validatable.java Bestand weergeven

* </p> * </p>
* *
* @author Vaadin Ltd. * @author Vaadin Ltd.
* @version
* @VERSION@
* @since 3.0 * @since 3.0
* @see com.vaadin.data.Validator * @see com.vaadin.data.Validator
*/ */

+ 0
- 2
server/src/com/vaadin/data/Validator.java Bestand weergeven

* </p> * </p>
* *
* @author Vaadin Ltd. * @author Vaadin Ltd.
* @version
* @VERSION@
* @since 3.0 * @since 3.0
*/ */
public interface Validator extends Serializable { public interface Validator extends Serializable {

+ 0
- 2
server/src/com/vaadin/data/util/BeanItem.java Bestand weergeven

* A wrapper class for adding the Item interface to any Java Bean. * A wrapper class for adding the Item interface to any Java Bean.
* *
* @author Vaadin Ltd. * @author Vaadin Ltd.
* @version
* @VERSION@
* @since 3.0 * @since 3.0
*/ */
@SuppressWarnings("serial") @SuppressWarnings("serial")

+ 0
- 2
server/src/com/vaadin/data/util/ContainerHierarchicalWrapper.java Bestand weergeven

* </p> * </p>
* *
* @author Vaadin Ltd. * @author Vaadin Ltd.
* @version
* @VERSION@
* @since 3.0 * @since 3.0
*/ */
@SuppressWarnings("serial") @SuppressWarnings("serial")

+ 0
- 2
server/src/com/vaadin/data/util/ContainerOrderedWrapper.java Bestand weergeven

* </p> * </p>
* *
* @author Vaadin Ltd. * @author Vaadin Ltd.
* @version
* @VERSION@
* @since 3.0 * @since 3.0
*/ */
@SuppressWarnings("serial") @SuppressWarnings("serial")

+ 0
- 2
server/src/com/vaadin/data/util/FilesystemContainer.java Bestand weergeven

* A hierarchical container wrapper for a filesystem. * A hierarchical container wrapper for a filesystem.
* *
* @author Vaadin Ltd. * @author Vaadin Ltd.
* @version
* @VERSION@
* @since 3.0 * @since 3.0
*/ */
@SuppressWarnings("serial") @SuppressWarnings("serial")

+ 0
- 2
server/src/com/vaadin/data/util/HierarchicalContainer.java Bestand weergeven

* tree-like structure. * tree-like structure.
* *
* @author Vaadin Ltd. * @author Vaadin Ltd.
* @version
* @VERSION@
* @since 3.0 * @since 3.0
*/ */
@SuppressWarnings("serial") @SuppressWarnings("serial")

+ 0
- 3
server/src/com/vaadin/data/util/IndexedContainer.java Bestand weergeven

* @see com.vaadin.data.Container * @see com.vaadin.data.Container
* *
* @author Vaadin Ltd. * @author Vaadin Ltd.
* @version
* @VERSION@
* @since 3.0 * @since 3.0
*/ */


* *
* @author Vaadin Ltd. * @author Vaadin Ltd.
* *
* @version @VERSION@
* *
* @since 3.0 * @since 3.0
*/ */

+ 0
- 2
server/src/com/vaadin/data/util/MethodProperty.java Bestand weergeven

* </p> * </p>
* *
* @author Vaadin Ltd. * @author Vaadin Ltd.
* @version
* @VERSION@
* @since 3.0 * @since 3.0
*/ */
@SuppressWarnings("serial") @SuppressWarnings("serial")

+ 0
- 2
server/src/com/vaadin/data/util/ObjectProperty.java Bestand weergeven

* interface. * interface.
* *
* @author Vaadin Ltd. * @author Vaadin Ltd.
* @version
* @VERSION@
* @since 3.0 * @since 3.0
*/ */
@SuppressWarnings("serial") @SuppressWarnings("serial")

+ 0
- 2
server/src/com/vaadin/data/util/PropertysetItem.java Bestand weergeven

* set managed by the class. * set managed by the class.
* *
* @author Vaadin Ltd. * @author Vaadin Ltd.
* @version
* @VERSION@
* @since 3.0 * @since 3.0
*/ */
@SuppressWarnings("serial") @SuppressWarnings("serial")

+ 0
- 2
server/src/com/vaadin/data/util/converter/Converter.java Bestand weergeven

* The presentation type. Must be compatible with what * The presentation type. Must be compatible with what
* {@link #getPresentationType()} returns. * {@link #getPresentationType()} returns.
* @author Vaadin Ltd. * @author Vaadin Ltd.
* @version
* @VERSION@
* @since 7.0 * @since 7.0
*/ */
public interface Converter<PRESENTATION, MODEL> extends Serializable { public interface Converter<PRESENTATION, MODEL> extends Serializable {

+ 0
- 2
server/src/com/vaadin/data/util/converter/ConverterFactory.java Bestand weergeven

* model type. * model type.
* *
* @author Vaadin Ltd. * @author Vaadin Ltd.
* @version
* @VERSION@
* @since 7.0 * @since 7.0
* *
*/ */

+ 0
- 2
server/src/com/vaadin/data/util/converter/DateToLongConverter.java Bestand weergeven

* A converter that converts from {@link Long} to {@link Date} and back. * A converter that converts from {@link Long} to {@link Date} and back.
* *
* @author Vaadin Ltd * @author Vaadin Ltd
* @version
* @VERSION@
* @since 7.0 * @since 7.0
*/ */
public class DateToLongConverter implements Converter<Date, Long> { public class DateToLongConverter implements Converter<Date, Long> {

+ 0
- 2
server/src/com/vaadin/data/util/converter/DefaultConverterFactory.java Bestand weergeven

* </p> * </p>
* *
* @author Vaadin Ltd * @author Vaadin Ltd
* @version
* @VERSION@
* @since 7.0 * @since 7.0
*/ */
public class DefaultConverterFactory implements ConverterFactory { public class DefaultConverterFactory implements ConverterFactory {

+ 0
- 2
server/src/com/vaadin/data/util/converter/ReverseConverter.java Bestand weergeven

* The target type * The target type
* *
* @author Vaadin Ltd * @author Vaadin Ltd
* @version
* @VERSION@
* @since 7.0 * @since 7.0
*/ */
public class ReverseConverter<PRESENTATION, MODEL> implements public class ReverseConverter<PRESENTATION, MODEL> implements

+ 0
- 2
server/src/com/vaadin/data/util/converter/StringToBooleanConverter.java Bestand weergeven

* </p> * </p>
* *
* @author Vaadin Ltd * @author Vaadin Ltd
* @version
* @VERSION@
* @since 7.0 * @since 7.0
*/ */
public class StringToBooleanConverter implements Converter<String, Boolean> { public class StringToBooleanConverter implements Converter<String, Boolean> {

+ 0
- 2
server/src/com/vaadin/data/util/converter/StringToDateConverter.java Bestand weergeven

* </p> * </p>
* *
* @author Vaadin Ltd * @author Vaadin Ltd
* @version
* @VERSION@
* @since 7.0 * @since 7.0
*/ */
public class StringToDateConverter implements Converter<String, Date> { public class StringToDateConverter implements Converter<String, Date> {

+ 0
- 2
server/src/com/vaadin/data/util/converter/StringToDoubleConverter.java Bestand weergeven

* </p> * </p>
* *
* @author Vaadin Ltd * @author Vaadin Ltd
* @version
* @VERSION@
* @since 7.0 * @since 7.0
*/ */
public class StringToDoubleConverter implements Converter<String, Double> { public class StringToDoubleConverter implements Converter<String, Double> {

+ 0
- 2
server/src/com/vaadin/data/util/converter/StringToIntegerConverter.java Bestand weergeven

* </p> * </p>
* *
* @author Vaadin Ltd * @author Vaadin Ltd
* @version
* @VERSION@
* @since 7.0 * @since 7.0
*/ */
public class StringToIntegerConverter implements Converter<String, Integer> { public class StringToIntegerConverter implements Converter<String, Integer> {

+ 0
- 2
server/src/com/vaadin/data/util/converter/StringToNumberConverter.java Bestand weergeven

* </p> * </p>
* *
* @author Vaadin Ltd * @author Vaadin Ltd
* @version
* @VERSION@
* @since 7.0 * @since 7.0
*/ */
public class StringToNumberConverter implements Converter<String, Number> { public class StringToNumberConverter implements Converter<String, Number> {

+ 0
- 1
server/src/com/vaadin/data/validator/AbstractStringValidator.java Bestand weergeven

* </p> * </p>
* *
* @author Vaadin Ltd. * @author Vaadin Ltd.
* @version @VERSION@
* @since 5.4 * @since 5.4
*/ */
@SuppressWarnings("serial") @SuppressWarnings("serial")

+ 0
- 2
server/src/com/vaadin/data/validator/AbstractValidator.java Bestand weergeven

* @param <T> * @param <T>
* The type * The type
* @author Vaadin Ltd. * @author Vaadin Ltd.
* @version
* @VERSION@
* @since 5.4 * @since 5.4
*/ */
public abstract class AbstractValidator<T> implements Validator { public abstract class AbstractValidator<T> implements Validator {

+ 0
- 1
server/src/com/vaadin/data/validator/CompositeValidator.java Bestand weergeven

* <code>AND</code> and <code>OR</code>. * <code>AND</code> and <code>OR</code>.
* *
* @author Vaadin Ltd. * @author Vaadin Ltd.
* @version @VERSION@
* @since 3.0 * @since 3.0
*/ */
@SuppressWarnings("serial") @SuppressWarnings("serial")

+ 0
- 2
server/src/com/vaadin/data/validator/DateRangeValidator.java Bestand weergeven

* </p> * </p>
* *
* @author Vaadin Ltd. * @author Vaadin Ltd.
* @version
* @VERSION@
* @since 7.0 * @since 7.0
*/ */
public class DateRangeValidator extends RangeValidator<Date> { public class DateRangeValidator extends RangeValidator<Date> {

+ 0
- 2
server/src/com/vaadin/data/validator/DoubleRangeValidator.java Bestand weergeven

* Validator for validating that a {@link Double} is inside a given range. * Validator for validating that a {@link Double} is inside a given range.
* *
* @author Vaadin Ltd. * @author Vaadin Ltd.
* @version
* @VERSION@
* @since 7.0 * @since 7.0
*/ */
@SuppressWarnings("serial") @SuppressWarnings("serial")

+ 0
- 2
server/src/com/vaadin/data/validator/DoubleValidator.java Bestand weergeven

* information. * information.
* *
* @author Vaadin Ltd. * @author Vaadin Ltd.
* @version
* @VERSION@
* @since 5.4 * @since 5.4
* @deprecated in Vaadin 7.0. Use an Double converter on the field instead. * @deprecated in Vaadin 7.0. Use an Double converter on the field instead.
*/ */

+ 0
- 2
server/src/com/vaadin/data/validator/EmailValidator.java Bestand weergeven

* information. * information.
* *
* @author Vaadin Ltd. * @author Vaadin Ltd.
* @version
* @VERSION@
* @since 5.4 * @since 5.4
*/ */
@SuppressWarnings("serial") @SuppressWarnings("serial")

+ 0
- 2
server/src/com/vaadin/data/validator/IntegerRangeValidator.java Bestand weergeven

* Validator for validating that an {@link Integer} is inside a given range. * Validator for validating that an {@link Integer} is inside a given range.
* *
* @author Vaadin Ltd. * @author Vaadin Ltd.
* @version
* @VERSION@
* @since 5.4 * @since 5.4
*/ */
@SuppressWarnings("serial") @SuppressWarnings("serial")

+ 0
- 2
server/src/com/vaadin/data/validator/IntegerValidator.java Bestand weergeven

* information. * information.
* *
* @author Vaadin Ltd. * @author Vaadin Ltd.
* @version
* @VERSION@
* @since 5.4 * @since 5.4
* @deprecated in Vaadin 7.0. Use an Integer converter on the field instead. * @deprecated in Vaadin 7.0. Use an Integer converter on the field instead.
*/ */

+ 0
- 2
server/src/com/vaadin/data/validator/NullValidator.java Bestand weergeven

* values. By default, nulls are not allowed. * values. By default, nulls are not allowed.
* *
* @author Vaadin Ltd. * @author Vaadin Ltd.
* @version
* @VERSION@
* @since 3.0 * @since 3.0
*/ */
@SuppressWarnings("serial") @SuppressWarnings("serial")

+ 0
- 2
server/src/com/vaadin/data/validator/RangeValidator.java Bestand weergeven

* The type of Number to validate. Must implement Comparable so that * The type of Number to validate. Must implement Comparable so that
* minimum and maximum checks work. * minimum and maximum checks work.
* @author Vaadin Ltd. * @author Vaadin Ltd.
* @version
* @VERSION@
* @since 7.0 * @since 7.0
*/ */
public class RangeValidator<T extends Comparable> extends AbstractValidator<T> { public class RangeValidator<T extends Comparable> extends AbstractValidator<T> {

+ 0
- 2
server/src/com/vaadin/data/validator/RegexpValidator.java Bestand weergeven

* </p> * </p>
* *
* @author Vaadin Ltd. * @author Vaadin Ltd.
* @version
* @VERSION@
* @since 5.4 * @since 5.4
*/ */
@SuppressWarnings("serial") @SuppressWarnings("serial")

+ 0
- 2
server/src/com/vaadin/data/validator/StringLengthValidator.java Bestand weergeven

* strings. * strings.
* *
* @author Vaadin Ltd. * @author Vaadin Ltd.
* @version
* @VERSION@
* @since 3.0 * @since 3.0
*/ */
@SuppressWarnings("serial") @SuppressWarnings("serial")

+ 0
- 2
server/src/com/vaadin/event/Action.java Bestand weergeven

* unregistration. * unregistration.
* *
* @author Vaadin Ltd. * @author Vaadin Ltd.
* @version
* @VERSION@
* @since 3.0 * @since 3.0
*/ */
@SuppressWarnings("serial") @SuppressWarnings("serial")

+ 0
- 2
server/src/com/vaadin/event/EventRouter.java Bestand weergeven

* {@link com.vaadin.event package documentation}. * {@link com.vaadin.event package documentation}.
* *
* @author Vaadin Ltd. * @author Vaadin Ltd.
* @version
* @VERSION@
* @since 3.0 * @since 3.0
*/ */
@SuppressWarnings("serial") @SuppressWarnings("serial")

+ 0
- 2
server/src/com/vaadin/event/ListenerMethod.java Bestand weergeven

* </p> * </p>
* *
* @author Vaadin Ltd. * @author Vaadin Ltd.
* @version
* @VERSION@
* @since 3.0 * @since 3.0
*/ */
@SuppressWarnings("serial") @SuppressWarnings("serial")

+ 0
- 2
server/src/com/vaadin/event/MethodEventSource.java Bestand weergeven

* </p> * </p>
* *
* @author Vaadin Ltd. * @author Vaadin Ltd.
* @version
* @VERSION@
* @since 3.0 * @since 3.0
*/ */
public interface MethodEventSource extends Serializable { public interface MethodEventSource extends Serializable {

+ 0
- 2
server/src/com/vaadin/event/MouseEvents.java Bestand weergeven

* *
* @author Vaadin Ltd. * @author Vaadin Ltd.
* @see ClickListener * @see ClickListener
* @version
* @VERSION@
* @since 6.2 * @since 6.2
*/ */
public interface MouseEvents { public interface MouseEvents {

+ 0
- 2
server/src/com/vaadin/service/ApplicationContext.java Bestand weergeven

* HttpSession. * HttpSession.
* *
* @author Vaadin Ltd. * @author Vaadin Ltd.
* @version
* @VERSION@
* @since 3.1 * @since 3.1
*/ */
public interface ApplicationContext extends Serializable { public interface ApplicationContext extends Serializable {

+ 0
- 2
server/src/com/vaadin/service/FileTypeResolver.java Bestand weergeven

* </p> * </p>
* *
* @author Vaadin Ltd. * @author Vaadin Ltd.
* @version
* @VERSION@
* @since 3.0 * @since 3.0
*/ */
@SuppressWarnings("serial") @SuppressWarnings("serial")

+ 0
- 1
server/src/com/vaadin/terminal/AbstractClientConnector.java Bestand weergeven

* provides all the basic functionality required for connectors. * provides all the basic functionality required for connectors.
* *
* @author Vaadin Ltd * @author Vaadin Ltd
* @version @VERSION@
* @since 7.0.0 * @since 7.0.0
*/ */
public abstract class AbstractClientConnector implements ClientConnector { public abstract class AbstractClientConnector implements ClientConnector {

+ 0
- 1
server/src/com/vaadin/terminal/AbstractExtension.java Bestand weergeven

* the extend method is declared as protected. * the extend method is declared as protected.
* *
* @author Vaadin Ltd * @author Vaadin Ltd
* @version @VERSION@
* @since 7.0.0 * @since 7.0.0
*/ */
public abstract class AbstractExtension extends AbstractClientConnector public abstract class AbstractExtension extends AbstractClientConnector

+ 0
- 1
server/src/com/vaadin/terminal/AbstractJavaScriptExtension.java Bestand weergeven

* </ul> * </ul>
* *
* @author Vaadin Ltd * @author Vaadin Ltd
* @version @VERSION@
* @since 7.0.0 * @since 7.0.0
*/ */
public abstract class AbstractJavaScriptExtension extends AbstractExtension { public abstract class AbstractJavaScriptExtension extends AbstractExtension {

+ 0
- 2
server/src/com/vaadin/terminal/ApplicationResource.java Bestand weergeven

* </p> * </p>
* *
* @author Vaadin Ltd. * @author Vaadin Ltd.
* @version
* @VERSION@
* @since 3.0 * @since 3.0
*/ */
public interface ApplicationResource extends Resource, Serializable { public interface ApplicationResource extends Resource, Serializable {

+ 0
- 2
server/src/com/vaadin/terminal/ClassResource.java Bestand weergeven

* @see java.lang.Class#getResource(java.lang.String) * @see java.lang.Class#getResource(java.lang.String)
* *
* @author Vaadin Ltd. * @author Vaadin Ltd.
* @version
* @VERSION@
* @since 3.0 * @since 3.0
*/ */
@SuppressWarnings("serial") @SuppressWarnings("serial")

+ 0
- 2
server/src/com/vaadin/terminal/CompositeErrorMessage.java Bestand weergeven

* Class for combining multiple error messages together. * Class for combining multiple error messages together.
* *
* @author Vaadin Ltd * @author Vaadin Ltd
* @version
* @VERSION@
* @since 3.0 * @since 3.0
*/ */
@SuppressWarnings("serial") @SuppressWarnings("serial")

+ 0
- 2
server/src/com/vaadin/terminal/DownloadStream.java Bestand weergeven

* Downloadable stream. * Downloadable stream.
* *
* @author Vaadin Ltd. * @author Vaadin Ltd.
* @version
* @VERSION@
* @since 3.0 * @since 3.0
*/ */
@SuppressWarnings("serial") @SuppressWarnings("serial")

+ 0
- 2
server/src/com/vaadin/terminal/ErrorMessage.java Bestand weergeven

* shown to user must implement this interface. * shown to user must implement this interface.
* *
* @author Vaadin Ltd. * @author Vaadin Ltd.
* @version
* @VERSION@
* @since 3.0 * @since 3.0
*/ */
public interface ErrorMessage extends Serializable { public interface ErrorMessage extends Serializable {

+ 0
- 1
server/src/com/vaadin/terminal/Extension.java Bestand weergeven

* Extensions can use shared state and RPC in the same way as components. * Extensions can use shared state and RPC in the same way as components.
* *
* @author Vaadin Ltd * @author Vaadin Ltd
* @version @VERSION@
* @since 7.0.0 * @since 7.0.0
*/ */
public interface Extension extends ClientConnector { public interface Extension extends ClientConnector {

+ 0
- 2
server/src/com/vaadin/terminal/ExternalResource.java Bestand weergeven

* terminal and are not fetched trough the terminal adapter. * terminal and are not fetched trough the terminal adapter.
* *
* @author Vaadin Ltd. * @author Vaadin Ltd.
* @version
* @VERSION@
* @since 3.0 * @since 3.0
*/ */
@SuppressWarnings("serial") @SuppressWarnings("serial")

+ 0
- 2
server/src/com/vaadin/terminal/FileResource.java Bestand weergeven

* resource is automatically registered to the application when it is created. * resource is automatically registered to the application when it is created.
* *
* @author Vaadin Ltd. * @author Vaadin Ltd.
* @version
* @VERSION@
* @since 3.0 * @since 3.0
*/ */
@SuppressWarnings("serial") @SuppressWarnings("serial")

+ 0
- 1
server/src/com/vaadin/terminal/JavaScriptCallbackHelper.java Bestand weergeven

* You should most likely no use this class directly. * You should most likely no use this class directly.
* *
* @author Vaadin Ltd * @author Vaadin Ltd
* @version @VERSION@
* @since 7.0.0 * @since 7.0.0
*/ */
public class JavaScriptCallbackHelper implements Serializable { public class JavaScriptCallbackHelper implements Serializable {

+ 0
- 2
server/src/com/vaadin/terminal/KeyMapper.java Bestand weergeven

* for objects and retrieving the objects later with the key. * for objects and retrieving the objects later with the key.
* *
* @author Vaadin Ltd. * @author Vaadin Ltd.
* @version
* @VERSION@
* @since 3.0 * @since 3.0
*/ */
public class KeyMapper<V> implements Serializable { public class KeyMapper<V> implements Serializable {

+ 0
- 2
server/src/com/vaadin/terminal/PaintException.java Bestand weergeven

* <code>PaintExcepection</code> is thrown if painting of a component fails. * <code>PaintExcepection</code> is thrown if painting of a component fails.
* *
* @author Vaadin Ltd. * @author Vaadin Ltd.
* @version
* @VERSION@
* @since 3.0 * @since 3.0
*/ */
@SuppressWarnings("serial") @SuppressWarnings("serial")

+ 0
- 2
server/src/com/vaadin/terminal/PaintTarget.java Bestand weergeven

* This interface defines the methods for painting XML to the UIDL stream. * This interface defines the methods for painting XML to the UIDL stream.
* *
* @author Vaadin Ltd. * @author Vaadin Ltd.
* @version
* @VERSION@
* @since 3.0 * @since 3.0
*/ */
public interface PaintTarget extends Serializable { public interface PaintTarget extends Serializable {

+ 0
- 2
server/src/com/vaadin/terminal/Resource.java Bestand weergeven

* displaying the resource type is left to the terminal. * displaying the resource type is left to the terminal.
* *
* @author Vaadin Ltd. * @author Vaadin Ltd.
* @version
* @VERSION@
* @since 3.0 * @since 3.0
*/ */
public interface Resource extends Serializable { public interface Resource extends Serializable {

+ 0
- 2
server/src/com/vaadin/terminal/Scrollable.java Bestand weergeven

* </p> * </p>
* *
* @author Vaadin Ltd. * @author Vaadin Ltd.
* @version
* @VERSION@
* @since 3.0 * @since 3.0
*/ */
public interface Scrollable extends Serializable { public interface Scrollable extends Serializable {

+ 0
- 2
server/src/com/vaadin/terminal/Sizeable.java Bestand weergeven

* may be dynamically resized during runtime. * may be dynamically resized during runtime.
* *
* @author Vaadin Ltd. * @author Vaadin Ltd.
* @version
* @VERSION@
* @since 3.0 * @since 3.0
*/ */
public interface Sizeable extends Serializable { public interface Sizeable extends Serializable {

+ 0
- 2
server/src/com/vaadin/terminal/StreamResource.java Bestand weergeven

* registered to window in creation. * registered to window in creation.
* *
* @author Vaadin Ltd. * @author Vaadin Ltd.
* @version
* @VERSION@
* @since 3.0 * @since 3.0
*/ */
@SuppressWarnings("serial") @SuppressWarnings("serial")

+ 0
- 2
server/src/com/vaadin/terminal/StreamVariable.java Bestand weergeven

* <p> * <p>
* *
* @author Vaadin Ltd. * @author Vaadin Ltd.
* @version
* @VERSION@
* @since 6.5 * @since 6.5
* @see PaintTarget#addVariable(VariableOwner, String, StreamVariable) * @see PaintTarget#addVariable(VariableOwner, String, StreamVariable)
*/ */

+ 0
- 2
server/src/com/vaadin/terminal/SystemError.java Bestand weergeven

* {@link ErrorMessage}. * {@link ErrorMessage}.
* *
* @author Vaadin Ltd. * @author Vaadin Ltd.
* @version
* @VERSION@
* @since 3.0 * @since 3.0
*/ */
@SuppressWarnings("serial") @SuppressWarnings("serial")

+ 0
- 2
server/src/com/vaadin/terminal/Terminal.java Bestand weergeven

* this interface. </p> * this interface. </p>
* *
* @author Vaadin Ltd. * @author Vaadin Ltd.
* @version
* @VERSION@
* @since 3.0 * @since 3.0
*/ */
public interface Terminal extends Serializable { public interface Terminal extends Serializable {

+ 0
- 2
server/src/com/vaadin/terminal/ThemeResource.java Bestand weergeven

* provide static images, flash, java-applets, etc for the terminals. * provide static images, flash, java-applets, etc for the terminals.
* *
* @author Vaadin Ltd. * @author Vaadin Ltd.
* @version
* @VERSION@
* @since 3.0 * @since 3.0
*/ */
@SuppressWarnings("serial") @SuppressWarnings("serial")

+ 0
- 2
server/src/com/vaadin/terminal/UserError.java Bestand weergeven

* errors are occur in normal usage of the application and guide the user. * errors are occur in normal usage of the application and guide the user.
* *
* @author Vaadin Ltd. * @author Vaadin Ltd.
* @version
* @VERSION@
* @since 3.0 * @since 3.0
*/ */
@SuppressWarnings("serial") @SuppressWarnings("serial")

+ 0
- 1
server/src/com/vaadin/terminal/Vaadin6Component.java Bestand weergeven

* {@link #changeVariables(Object, java.util.Map)} just like in Vaadin 6. * {@link #changeVariables(Object, java.util.Map)} just like in Vaadin 6.
* *
* @author Vaadin Ltd * @author Vaadin Ltd
* @version @VERSION@
* @since 7.0.0 * @since 7.0.0
* *
*/ */

+ 0
- 2
server/src/com/vaadin/terminal/VariableOwner.java Bestand weergeven

* </p> * </p>
* *
* @author Vaadin Ltd. * @author Vaadin Ltd.
* @version
* @VERSION@
* @since 3.0 * @since 3.0
* @deprecated in 7.0. Only provided to ease porting of Vaadin 6 components. Do * @deprecated in 7.0. Only provided to ease porting of Vaadin 6 components. Do
* not implement this directly, implement {@link Vaadin6Component}. * not implement this directly, implement {@link Vaadin6Component}.

+ 0
- 2
server/src/com/vaadin/terminal/gwt/server/AbstractApplicationServlet.java Bestand weergeven

* *
* *
* @author Vaadin Ltd. * @author Vaadin Ltd.
* @version
* @VERSION@
* @since 6.0 * @since 6.0
*/ */



+ 0
- 1
server/src/com/vaadin/terminal/gwt/server/AddonContext.java Bestand weergeven

* {@link DeploymentConfiguration#getAddonContextListeners()}. * {@link DeploymentConfiguration#getAddonContextListeners()}.
* *
* @author Vaadin Ltd * @author Vaadin Ltd
* @version @VERSION@
* @since 7.0.0 * @since 7.0.0
*/ */
public class AddonContext { public class AddonContext {

+ 0
- 1
server/src/com/vaadin/terminal/gwt/server/AddonContextEvent.java Bestand weergeven

* @see AddonContextListener * @see AddonContextListener
* *
* @author Vaadin Ltd * @author Vaadin Ltd
* @version @VERSION@
* @since 7.0.0 * @since 7.0.0
*/ */
public class AddonContextEvent extends EventObject { public class AddonContextEvent extends EventObject {

+ 0
- 1
server/src/com/vaadin/terminal/gwt/server/AddonContextListener.java Bestand weergeven

* interface. * interface.
* *
* @author Vaadin Ltd * @author Vaadin Ltd
* @version @VERSION@
* @since 7.0.0 * @since 7.0.0
*/ */
public interface AddonContextListener extends EventListener { public interface AddonContextListener extends EventListener {

+ 0
- 2
server/src/com/vaadin/terminal/gwt/server/ApplicationServlet.java Bestand weergeven

* This servlet connects a Vaadin Application to Web. * This servlet connects a Vaadin Application to Web.
* *
* @author Vaadin Ltd. * @author Vaadin Ltd.
* @version
* @VERSION@
* @since 5.0 * @since 5.0
*/ */



+ 0
- 1
server/src/com/vaadin/terminal/gwt/server/ApplicationStartedEvent.java Bestand weergeven

* . * .
* *
* @author Vaadin Ltd * @author Vaadin Ltd
* @version @VERSION@
* @since 7.0.0 * @since 7.0.0
*/ */
public class ApplicationStartedEvent extends EventObject { public class ApplicationStartedEvent extends EventObject {

+ 0
- 1
server/src/com/vaadin/terminal/gwt/server/ApplicationStartedListener.java Bestand weergeven

* @see AddonContext#addApplicationStartedListener(ApplicationStartedListener) * @see AddonContext#addApplicationStartedListener(ApplicationStartedListener)
* *
* @author Vaadin Ltd * @author Vaadin Ltd
* @version @VERSION@
* @since 7.0.0 * @since 7.0.0
*/ */
public interface ApplicationStartedListener extends EventListener { public interface ApplicationStartedListener extends EventListener {

+ 0
- 1
server/src/com/vaadin/terminal/gwt/server/BootstrapFragmentResponse.java Bestand weergeven

* includes the JavaScript that initializes the application. * includes the JavaScript that initializes the application.
* *
* @author Vaadin Ltd * @author Vaadin Ltd
* @version @VERSION@
* @since 7.0.0 * @since 7.0.0
*/ */
public class BootstrapFragmentResponse extends BootstrapResponse { public class BootstrapFragmentResponse extends BootstrapResponse {

+ 0
- 1
server/src/com/vaadin/terminal/gwt/server/BootstrapListener.java Bestand weergeven

* HTML is generated. * HTML is generated.
* *
* @author Vaadin Ltd * @author Vaadin Ltd
* @version @VERSION@
* @since 7.0.0 * @since 7.0.0
*/ */
public interface BootstrapListener extends EventListener { public interface BootstrapListener extends EventListener {

+ 0
- 1
server/src/com/vaadin/terminal/gwt/server/BootstrapPageResponse.java Bestand weergeven

* that will be included in the corresponding HTTP response. * that will be included in the corresponding HTTP response.
* *
* @author Vaadin Ltd * @author Vaadin Ltd
* @version @VERSION@
* @since 7.0.0 * @since 7.0.0
*/ */
public class BootstrapPageResponse extends BootstrapResponse { public class BootstrapPageResponse extends BootstrapResponse {

+ 0
- 1
server/src/com/vaadin/terminal/gwt/server/BootstrapResponse.java Bestand weergeven

* modification events. * modification events.
* *
* @author Vaadin Ltd * @author Vaadin Ltd
* @version @VERSION@
* @since 7.0.0 * @since 7.0.0
*/ */
public abstract class BootstrapResponse extends EventObject { public abstract class BootstrapResponse extends EventObject {

+ 0
- 1
server/src/com/vaadin/terminal/gwt/server/ClientConnector.java Bestand weergeven

* with the client side * with the client side
* *
* @author Vaadin Ltd * @author Vaadin Ltd
* @version @VERSION@
* @since 7.0.0 * @since 7.0.0
* *
*/ */

+ 0
- 2
server/src/com/vaadin/terminal/gwt/server/CommunicationManager.java Bestand weergeven

* @see AbstractCommunicationManager * @see AbstractCommunicationManager
* *
* @author Vaadin Ltd. * @author Vaadin Ltd.
* @version
* @VERSION@
* @since 5.0 * @since 5.0
*/ */
@SuppressWarnings("serial") @SuppressWarnings("serial")

+ 0
- 2
server/src/com/vaadin/terminal/gwt/server/JsonPaintTarget.java Bestand weergeven

* etc. * etc.
* *
* @author Vaadin Ltd. * @author Vaadin Ltd.
* @version
* @VERSION@
* @since 5.0 * @since 5.0
*/ */
@SuppressWarnings("serial") @SuppressWarnings("serial")

+ 0
- 1
server/src/com/vaadin/terminal/gwt/server/RpcManager.java Bestand weergeven

* call * call
* *
* @author Vaadin Ltd * @author Vaadin Ltd
* @version @VERSION@
* @since 7.0 * @since 7.0
* *
*/ */

+ 0
- 2
server/src/com/vaadin/terminal/gwt/server/WebApplicationContext.java Bestand weergeven

* added to a {@link HttpSession}. * added to a {@link HttpSession}.
* *
* @author Vaadin Ltd. * @author Vaadin Ltd.
* @version
* @VERSION@
* @since 3.1 * @since 3.1
*/ */
@SuppressWarnings("serial") @SuppressWarnings("serial")

+ 0
- 1
server/src/com/vaadin/terminal/gwt/server/WebBrowser.java Bestand weergeven

* IP address. * IP address.
* *
* @author Vaadin Ltd. * @author Vaadin Ltd.
* @version @VERSION@
*/ */
public class WebBrowser implements Terminal { public class WebBrowser implements Terminal {



+ 0
- 0
server/src/com/vaadin/ui/AbstractComponent.java Bestand weergeven


Some files were not shown because too many files changed in this diff

Laden…
Annuleren
Opslaan