aboutsummaryrefslogtreecommitdiffstats
path: root/compatibility-server/src/main/java/com/vaadin/v7/ui/Table.java
diff options
context:
space:
mode:
authorTeemu Suo-Anttila <teemusa@vaadin.com>2017-02-24 15:34:45 +0200
committerHenri Sara <henri.sara@gmail.com>2017-03-07 12:36:54 +0200
commit47beb11cfd4f047d7c7b74f3da29de2395270735 (patch)
tree2120bf8cdfd0aa60c409b0efedf52ba1a719a9cb /compatibility-server/src/main/java/com/vaadin/v7/ui/Table.java
parent6b4dffa44cc9b419391dc3b0dd836b8ac8f163ca (diff)
downloadvaadin-framework-47beb11cfd4f047d7c7b74f3da29de2395270735.tar.gz
vaadin-framework-47beb11cfd4f047d7c7b74f3da29de2395270735.zip
Remove unnecessary full classname references
Diffstat (limited to 'compatibility-server/src/main/java/com/vaadin/v7/ui/Table.java')
-rw-r--r--compatibility-server/src/main/java/com/vaadin/v7/ui/Table.java60
1 files changed, 24 insertions, 36 deletions
diff --git a/compatibility-server/src/main/java/com/vaadin/v7/ui/Table.java b/compatibility-server/src/main/java/com/vaadin/v7/ui/Table.java
index 0636768e2d..b8c649eba5 100644
--- a/compatibility-server/src/main/java/com/vaadin/v7/ui/Table.java
+++ b/compatibility-server/src/main/java/com/vaadin/v7/ui/Table.java
@@ -277,7 +277,7 @@ public class Table extends AbstractSelect implements Action.Container,
/**
* Row caption mode: Index of the item is used as item caption. The
* index mode can only be used with the containers implementing the
- * {@link com.vaadin.data.Container.Indexed} interface.
+ * {@link Container.Indexed} interface.
*/
INDEX(ItemCaptionMode.INDEX),
/**
@@ -2952,8 +2952,7 @@ public class Table extends AbstractSelect implements Action.Container,
/**
* Invoked when the value of a variable has changed.
*
- * @see com.vaadin.v7.ui.Select#changeVariables(java.lang.Object,
- * java.util.Map)
+ * @see Select#changeVariables(java.lang.Object, java.util.Map)
*/
@Override
@@ -3302,13 +3301,6 @@ public class Table extends AbstractSelect implements Action.Container,
getVisibleCells();
}
- /*
- * (non-Javadoc)
- *
- * @see com.vaadin.ui.AbstractSelect#paintContent(com.vaadin.
- * terminal.PaintTarget)
- */
-
@Override
public void paintContent(PaintTarget target) throws PaintException {
isBeingPainted = true;
@@ -4265,7 +4257,7 @@ public class Table extends AbstractSelect implements Action.Container,
*
* Also listens changes in rendered items to refresh content area.
*
- * @see com.vaadin.v7.data.Property.ValueChangeListener#valueChange(Property.ValueChangeEvent)
+ * @see Property.ValueChangeListener#valueChange(Property.ValueChangeEvent)
*/
@Override
@@ -4296,7 +4288,7 @@ public class Table extends AbstractSelect implements Action.Container,
/**
* Notifies the component that it is connected to an application.
*
- * @see com.vaadin.ui.Component#attach()
+ * @see Component#attach()
*/
@Override
@@ -4309,7 +4301,7 @@ public class Table extends AbstractSelect implements Action.Container,
/**
* Notifies the component that it is detached from the application
*
- * @see com.vaadin.ui.Component#detach()
+ * @see Component#detach()
*/
@Override
@@ -4320,7 +4312,7 @@ public class Table extends AbstractSelect implements Action.Container,
/**
* Removes all Items from the Container.
*
- * @see com.vaadin.v7.data.Container#removeAllItems()
+ * @see Container#removeAllItems()
*/
@Override
@@ -4333,7 +4325,7 @@ public class Table extends AbstractSelect implements Action.Container,
/**
* Removes the Item identified by <code>ItemId</code> from the Container.
*
- * @see com.vaadin.v7.data.Container#removeItem(Object)
+ * @see Container#removeItem(Object)
*/
@Override
@@ -4353,7 +4345,7 @@ public class Table extends AbstractSelect implements Action.Container,
/**
* Removes a Property specified by the given Property ID from the Container.
*
- * @see com.vaadin.v7.data.Container#removeContainerProperty(Object)
+ * @see Container#removeContainerProperty(Object)
*/
@Override
@@ -4381,8 +4373,7 @@ public class Table extends AbstractSelect implements Action.Container,
* the class of the property.
* @param defaultValue
* the default value given for all existing items.
- * @see com.vaadin.v7.data.Container#addContainerProperty(Object, Class,
- * Object)
+ * @see Container#addContainerProperty(Object, Class, Object)
*/
@Override
@@ -4426,8 +4417,7 @@ public class Table extends AbstractSelect implements Action.Container,
* the Alignment of the column. Null implies align left.
* @throws UnsupportedOperationException
* if the operation is not supported.
- * @see com.vaadin.v7.data.Container#addContainerProperty(Object, Class,
- * Object)
+ * @see Container#addContainerProperty(Object, Class, Object)
*/
public boolean addContainerProperty(Object propertyId, Class<?> type,
Object defaultValue, String columnHeader, Resource columnIcon,
@@ -4538,7 +4528,7 @@ public class Table extends AbstractSelect implements Action.Container,
* {@link #getPageLength()} may produce good enough estimates in some
* situations.
*
- * @see com.vaadin.v7.ui.Select#getVisibleItemIds()
+ * @see Select#getVisibleItemIds()
*/
@Override
@@ -4562,7 +4552,7 @@ public class Table extends AbstractSelect implements Action.Container,
* Container datasource item set change. Table must flush its buffers on
* change.
*
- * @see com.vaadin.v7.data.Container.ItemSetChangeListener#containerItemSetChange(com.vaadin.v7.data.Container.ItemSetChangeEvent)
+ * @see Container.ItemSetChangeListener#containerItemSetChange(Container.ItemSetChangeEvent)
*/
@Override
@@ -4608,7 +4598,7 @@ public class Table extends AbstractSelect implements Action.Container,
* Container datasource property set change. Table must flush its buffers on
* change.
*
- * @see com.vaadin.v7.data.Container.PropertySetChangeListener#containerPropertySetChange(com.vaadin.v7.data.Container.PropertySetChangeEvent)
+ * @see Container.PropertySetChangeListener#containerPropertySetChange(Container.PropertySetChangeEvent)
*/
@Override
@@ -4655,7 +4645,7 @@ public class Table extends AbstractSelect implements Action.Container,
*
* @throws UnsupportedOperationException
* if set to true.
- * @see com.vaadin.v7.ui.Select#setNewItemsAllowed(boolean)
+ * @see Select#setNewItemsAllowed(boolean)
*/
@Override
@@ -4669,7 +4659,7 @@ public class Table extends AbstractSelect implements Action.Container,
/**
* Gets the ID of the Item following the Item that corresponds to itemId.
*
- * @see com.vaadin.v7.data.Container.Ordered#nextItemId(java.lang.Object)
+ * @see Container.Ordered#nextItemId(java.lang.Object)
*/
@Override
@@ -4681,7 +4671,7 @@ public class Table extends AbstractSelect implements Action.Container,
* Gets the ID of the Item preceding the Item that corresponds to the
* itemId.
*
- * @see com.vaadin.v7.data.Container.Ordered#prevItemId(java.lang.Object)
+ * @see Container.Ordered#prevItemId(java.lang.Object)
*/
@Override
@@ -4692,7 +4682,7 @@ public class Table extends AbstractSelect implements Action.Container,
/**
* Gets the ID of the first Item in the Container.
*
- * @see com.vaadin.v7.data.Container.Ordered#firstItemId()
+ * @see Container.Ordered#firstItemId()
*/
@Override
@@ -4703,7 +4693,7 @@ public class Table extends AbstractSelect implements Action.Container,
/**
* Gets the ID of the last Item in the Container.
*
- * @see com.vaadin.v7.data.Container.Ordered#lastItemId()
+ * @see Container.Ordered#lastItemId()
*/
@Override
@@ -4715,7 +4705,7 @@ public class Table extends AbstractSelect implements Action.Container,
* Tests if the Item corresponding to the given Item ID is the first Item in
* the Container.
*
- * @see com.vaadin.v7.data.Container.Ordered#isFirstId(java.lang.Object)
+ * @see Container.Ordered#isFirstId(java.lang.Object)
*/
@Override
@@ -4727,7 +4717,7 @@ public class Table extends AbstractSelect implements Action.Container,
* Tests if the Item corresponding to the given Item ID is the last Item in
* the Container.
*
- * @see com.vaadin.v7.data.Container.Ordered#isLastId(java.lang.Object)
+ * @see Container.Ordered#isLastId(java.lang.Object)
*/
@Override
@@ -4738,7 +4728,7 @@ public class Table extends AbstractSelect implements Action.Container,
/**
* Adds new item after the given item.
*
- * @see com.vaadin.v7.data.Container.Ordered#addItemAfter(java.lang.Object)
+ * @see Container.Ordered#addItemAfter(java.lang.Object)
*/
@Override
@@ -4755,8 +4745,7 @@ public class Table extends AbstractSelect implements Action.Container,
/**
* Adds new item after the given item.
*
- * @see com.vaadin.v7.data.Container.Ordered#addItemAfter(java.lang.Object,
- * java.lang.Object)
+ * @see Container.Ordered#addItemAfter(java.lang.Object, java.lang.Object)
*/
@Override
@@ -4848,8 +4837,7 @@ public class Table extends AbstractSelect implements Action.Container,
* @throws UnsupportedOperationException
* if the container data source does not implement
* Container.Sortable
- * @see com.vaadin.v7.data.Container.Sortable#sort(java.lang.Object[],
- * boolean[])
+ * @see Container.Sortable#sort(java.lang.Object[], boolean[])
*
*/
@@ -4903,7 +4891,7 @@ public class Table extends AbstractSelect implements Action.Container,
* collection.
* </p>
*
- * @see com.vaadin.v7.data.Container.Sortable#getSortableContainerPropertyIds()
+ * @see Container.Sortable#getSortableContainerPropertyIds()
*/
@Override