Author: gmaksimenko
Date: 2008-04-29 10:39:59 -0400 (Tue, 29 Apr 2008)
New Revision: 8322
Modified:
trunk/test-applications/facelets/src/main/java/pickList/PickList.java
Log:
Erase tests for dir and size attributes.
Modified: trunk/test-applications/facelets/src/main/java/pickList/PickList.java
===================================================================
--- trunk/test-applications/facelets/src/main/java/pickList/PickList.java 2008-04-29
14:37:30 UTC (rev 8321)
+++ trunk/test-applications/facelets/src/main/java/pickList/PickList.java 2008-04-29
14:39:59 UTC (rev 8322)
@@ -13,7 +13,6 @@
public class PickList {
public String copyAllControlLabel;
public String copyControlLabel;
- public String dir;
public boolean disabled;
public boolean fastOrderControlsVisible;
public boolean immediate;
@@ -24,7 +23,6 @@
public String removeControlLabel;
public boolean rendered;
public boolean showButtonLabels;
- public int size;
public String sourceListWidth;
public boolean switchByClick;
public String targetListWidth;
@@ -41,7 +39,6 @@
public PickList() {
this.copyAllControlLabel = "copyAllControlLabel";
this.copyControlLabel = "copyControlLabel";
- this.dir = "alert('work')";
this.disabled = false;
this.fastOrderControlsVisible = true;
this.immediate = false;
@@ -53,7 +50,6 @@
this.removeControlLabel = "removeControlLabel";
this.rendered = true;
this.showButtonLabels = true;
- this.size = 10;
this.sourceListWidth = "300";
this.switchByClick = false;
this.targetListWidth = "400";
@@ -133,14 +129,6 @@
this.copyControlLabel = copyControlLabel;
}
- public String getDir() {
- return dir;
- }
-
- public void setDir(String dir) {
- this.dir = dir;
- }
-
public boolean isDisabled() {
return disabled;
}
@@ -213,14 +201,6 @@
this.rendered = rendered;
}
- public int getSize() {
- return size;
- }
-
- public void setSize(int size) {
- this.size = size;
- }
-
public String getSourceListWidth() {
return sourceListWidth;
}
Show replies by date