diff options
Diffstat (limited to 'server/src/main/java/com/vaadin/ui/TabSheet.java')
-rw-r--r-- | server/src/main/java/com/vaadin/ui/TabSheet.java | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/server/src/main/java/com/vaadin/ui/TabSheet.java b/server/src/main/java/com/vaadin/ui/TabSheet.java index 8cbd41ccc2..a9ed1e9e02 100644 --- a/server/src/main/java/com/vaadin/ui/TabSheet.java +++ b/server/src/main/java/com/vaadin/ui/TabSheet.java @@ -491,7 +491,7 @@ public class TabSheet extends AbstractComponentContainer } /** - * Sets whether the tab selection part should be shown in the UI + * Sets whether the tab selection part should be shown in the UI. * * @since 7.5 * @param tabsVisible @@ -502,7 +502,7 @@ public class TabSheet extends AbstractComponentContainer } /** - * Checks if the tab selection part should be shown in the UI + * Checks if the tab selection part should be shown in the UI. * * @return true if the tabs are shown in the UI, false otherwise * @since 7.5 @@ -1117,7 +1117,7 @@ public class TabSheet extends AbstractComponentContainer public ErrorMessage getComponentError(); /** - * Get the component related to the Tab + * Get the component related to the Tab. */ public Component getComponent(); @@ -1167,7 +1167,7 @@ public class TabSheet extends AbstractComponentContainer public void setId(String id); /** - * Gets currently set debug identifier + * Gets currently set debug identifier. * * @return current id, null if not set */ @@ -1429,7 +1429,7 @@ public class TabSheet extends AbstractComponentContainer } /** - * Gets the position of the tab + * Gets the position of the tab. * * @param tab * The tab |