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:
parent
ff80982188
commit
7018ca682e
|
@ -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 {
|
||||
|
|
|
@ -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;
|
||||
|
|
Reference in New Issue