aboutsummaryrefslogtreecommitdiffstats
path: root/src/com/vaadin/terminal/gwt/client/ComponentDetail.java
diff options
context:
space:
mode:
authorArtur Signell <artur@vaadin.com>2012-01-22 19:48:38 +0200
committerArtur Signell <artur@vaadin.com>2012-01-22 19:48:38 +0200
commit70173cfc6ec1a5d67f33c0477ae135935cf81314 (patch)
tree1d5d41aef5866894438d62c2e6e2d1feec4395ce /src/com/vaadin/terminal/gwt/client/ComponentDetail.java
parent622545764d334b60951607e163523a2b62a99225 (diff)
downloadvaadin-framework-70173cfc6ec1a5d67f33c0477ae135935cf81314.tar.gz
vaadin-framework-70173cfc6ec1a5d67f33c0477ae135935cf81314.zip
Split Paintable from Widget so we have VPaintable (paintable without any
Widget), VPaintableWidget (paintable connected to a widget).
Diffstat (limited to 'src/com/vaadin/terminal/gwt/client/ComponentDetail.java')
-rw-r--r--src/com/vaadin/terminal/gwt/client/ComponentDetail.java22
1 files changed, 0 insertions, 22 deletions
diff --git a/src/com/vaadin/terminal/gwt/client/ComponentDetail.java b/src/com/vaadin/terminal/gwt/client/ComponentDetail.java
index c83c570068..8e4e13aa1c 100644
--- a/src/com/vaadin/terminal/gwt/client/ComponentDetail.java
+++ b/src/com/vaadin/terminal/gwt/client/ComponentDetail.java
@@ -11,20 +11,12 @@ import com.vaadin.terminal.gwt.client.RenderInformation.Size;
class ComponentDetail {
- // private Paintable paintable;
private TooltipInfo tooltipInfo = new TooltipInfo();
- // private String pid;
-
public ComponentDetail() {
}
- // public ComponentDetail(String pid, Paintable paintable) {
- // this.paintable = paintable;
- // this.pid = pid;
- // }
-
/**
* Returns a TooltipInfo assosiated with Component. If element is given,
* returns an additional TooltipInfo.
@@ -56,20 +48,6 @@ class ComponentDetail {
private Size offsetSize;
private HashMap<Object, TooltipInfo> additionalTooltips;
- // /**
- // * @return the pid
- // */
- // String getPid() {
- // return pid;
- // }
-
- // /**
- // * @return the component
- // */
- // Paintable getPaintable() {
- // return paintable;
- // }
-
/**
* @return the relativeSize
*/