Added Table attributes support in the model

git-svn-id: http://svn.research-infrastructures.eu/public/d4science/gcube/trunk/portlets/user/reports@70979 82a268e6-3cf1-43bd-a215-b396298e98cf
This commit is contained in:
Massimiliano Assante 2013-03-06 18:46:33 +00:00
parent ff80982188
commit 7018ca682e
2 changed files with 1 additions and 2 deletions

View File

@ -74,7 +74,6 @@ import com.google.gwt.user.client.ui.Widget;
*
* @author Massimiliano Assante, ISTI-CNR - massimiliano.assante@isti.cnr.it
*
* @version July 2011 (3.0)
*/
public class Presenter {

View File

@ -188,7 +188,7 @@ public class GenericTable extends Composite {
attrSS = new AttributeSingleSelection(presenter, 0, 0, 700, 0, sTable.getAttrArea());
}
else
attrSS = new AttributeSingleSelection(presenter, 0, 0, 700, 0, "DisplayType:Token|Inline|Link|Popup");
attrSS = new AttributeSingleSelection(presenter, 0, 0, 700, 0, "DisplayType:Inline|Link|Popup");
toReturn.add(attrSS);
return toReturn;