Updated Template Layout
git-svn-id: https://svn.d4science.research-infrastructures.eu/gcube/trunk/portlets/user/tabular-data-portlet@115369 82a268e6-3cf1-43bd-a215-b396298e98cf
This commit is contained in:
parent
aab54e17e9
commit
b476f443dc
|
@ -32,7 +32,7 @@ import com.sencha.gxt.widget.core.client.event.SelectEvent.SelectHandler;
|
|||
*/
|
||||
public class TemplateApplyDialog extends Window implements
|
||||
MonitorDialogListener {
|
||||
private static final String WIDTH = "800px";
|
||||
private static final String WIDTH = "850px";
|
||||
private static final String HEIGHT = "530px";
|
||||
private EventBus eventBus;
|
||||
|
||||
|
|
|
@ -61,7 +61,7 @@ import com.sencha.gxt.widget.core.client.toolbar.ToolBar;
|
|||
*
|
||||
*/
|
||||
public class TemplateApplyPanel extends FramedPanel {
|
||||
private static final String WIDTH = "790px";
|
||||
private static final String WIDTH = "840px";
|
||||
private static final String HEIGHT = "520px";
|
||||
private EventBus eventBus;
|
||||
private TemplateApplyDialog parent;
|
||||
|
@ -111,19 +111,19 @@ public class TemplateApplyPanel extends FramedPanel {
|
|||
ColumnConfig<TemplateData, String> nameCol = new ColumnConfig<TemplateData, String>(
|
||||
props.name(), 120, "Name");
|
||||
ColumnConfig<TemplateData, String> categoryCol = new ColumnConfig<TemplateData, String>(
|
||||
props.category(), 60, "Category");
|
||||
props.category(), 50, "Category");
|
||||
|
||||
ColumnConfig<TemplateData, String> ownerCol = new ColumnConfig<TemplateData, String>(
|
||||
props.ownerLogin(), 70, "Owner");
|
||||
|
||||
ColumnConfig<TemplateData, String> agencyCol = new ColumnConfig<TemplateData, String>(
|
||||
props.agency(), 100, "Agency");
|
||||
props.agency(), 90, "Agency");
|
||||
|
||||
ColumnConfig<TemplateData, String> descriptionCol = new ColumnConfig<TemplateData, String>(
|
||||
props.description(), 120, "Description");
|
||||
props.description(), 90, "Description");
|
||||
|
||||
ColumnConfig<TemplateData, String> creationDateCol = new ColumnConfig<TemplateData, String>(
|
||||
props.creationDate(), 56, "Creation Date");
|
||||
props.creationDate(), 60, "Creation Date");
|
||||
|
||||
|
||||
List<ColumnConfig<TemplateData, ?>> l = new ArrayList<ColumnConfig<TemplateData, ?>>();
|
||||
|
|
|
@ -23,7 +23,7 @@ import com.sencha.gxt.widget.core.client.event.SelectEvent.SelectHandler;
|
|||
*
|
||||
*/
|
||||
public class TemplateDeleteDialog extends Window {
|
||||
private static final String WIDTH = "800px";
|
||||
private static final String WIDTH = "850px";
|
||||
private static final String HEIGHT = "530px";
|
||||
private EventBus eventBus;
|
||||
|
||||
|
|
|
@ -54,7 +54,7 @@ import com.sencha.gxt.widget.core.client.toolbar.LabelToolItem;
|
|||
import com.sencha.gxt.widget.core.client.toolbar.ToolBar;
|
||||
|
||||
public class TemplateDeletePanel extends FramedPanel {
|
||||
private static final String WIDTH = "790px";
|
||||
private static final String WIDTH = "840px";
|
||||
private static final String HEIGHT = "520px";
|
||||
private EventBus eventBus;
|
||||
private TemplateDeleteDialog parent;
|
||||
|
@ -101,19 +101,19 @@ public class TemplateDeletePanel extends FramedPanel {
|
|||
ColumnConfig<TemplateData, String> nameCol = new ColumnConfig<TemplateData, String>(
|
||||
props.name(), 120, "Name");
|
||||
ColumnConfig<TemplateData, String> categoryCol = new ColumnConfig<TemplateData, String>(
|
||||
props.category(), 60, "Category");
|
||||
props.category(), 50, "Category");
|
||||
|
||||
ColumnConfig<TemplateData, String> ownerCol = new ColumnConfig<TemplateData, String>(
|
||||
props.ownerLogin(), 70, "Owner");
|
||||
|
||||
ColumnConfig<TemplateData, String> agencyCol = new ColumnConfig<TemplateData, String>(
|
||||
props.agency(), 100, "Agency");
|
||||
props.agency(), 90, "Agency");
|
||||
|
||||
ColumnConfig<TemplateData, String> descriptionCol = new ColumnConfig<TemplateData, String>(
|
||||
props.description(), 120, "Description");
|
||||
props.description(), 90, "Description");
|
||||
|
||||
ColumnConfig<TemplateData, String> creationDateCol = new ColumnConfig<TemplateData, String>(
|
||||
props.creationDate(), 56, "Creation Date");
|
||||
props.creationDate(), 60, "Creation Date");
|
||||
|
||||
|
||||
List<ColumnConfig<TemplateData, ?>> l = new ArrayList<ColumnConfig<TemplateData, ?>>();
|
||||
|
|
|
@ -17,7 +17,7 @@ import com.sencha.gxt.widget.core.client.event.SelectEvent.SelectHandler;
|
|||
*
|
||||
*/
|
||||
public class TemplateOpenDialog extends Window {
|
||||
private static final String WIDTH = "800px";
|
||||
private static final String WIDTH = "850px";
|
||||
private static final String HEIGHT = "530px";
|
||||
private EventBus eventBus;
|
||||
|
||||
|
|
|
@ -59,7 +59,7 @@ import com.sencha.gxt.widget.core.client.toolbar.ToolBar;
|
|||
*
|
||||
*/
|
||||
public class TemplateOpenPanel extends FramedPanel {
|
||||
private static final String WIDTH = "790px";
|
||||
private static final String WIDTH = "840px";
|
||||
private static final String HEIGHT = "520px";
|
||||
|
||||
private EventBus eventBus;
|
||||
|
@ -107,19 +107,19 @@ public class TemplateOpenPanel extends FramedPanel {
|
|||
props.name(), 120, "Name");
|
||||
|
||||
ColumnConfig<TemplateData, String> categoryCol = new ColumnConfig<TemplateData, String>(
|
||||
props.category(), 60, "Category");
|
||||
props.category(), 50, "Category");
|
||||
|
||||
ColumnConfig<TemplateData, String> ownerCol = new ColumnConfig<TemplateData, String>(
|
||||
props.ownerLogin(), 70, "Owner");
|
||||
|
||||
ColumnConfig<TemplateData, String> agencyCol = new ColumnConfig<TemplateData, String>(
|
||||
props.agency(), 100, "Agency");
|
||||
props.agency(), 90, "Agency");
|
||||
|
||||
ColumnConfig<TemplateData, String> descriptionCol = new ColumnConfig<TemplateData, String>(
|
||||
props.description(), 120, "Description");
|
||||
props.description(), 90, "Description");
|
||||
|
||||
ColumnConfig<TemplateData, String> creationDateCol = new ColumnConfig<TemplateData, String>(
|
||||
props.creationDate(), 56, "Creation Date");
|
||||
props.creationDate(), 60, "Creation Date");
|
||||
|
||||
List<ColumnConfig<TemplateData, ?>> l = new ArrayList<ColumnConfig<TemplateData, ?>>();
|
||||
l.add(nameCol);
|
||||
|
|
|
@ -17,7 +17,7 @@ import com.sencha.gxt.widget.core.client.event.SelectEvent.SelectHandler;
|
|||
*
|
||||
*/
|
||||
public class TemplateShareDialog extends Window {
|
||||
private static final String WIDTH = "800px";
|
||||
private static final String WIDTH = "850px";
|
||||
private static final String HEIGHT = "530px";
|
||||
|
||||
private EventBus eventBus;
|
||||
|
|
|
@ -59,7 +59,7 @@ import com.sencha.gxt.widget.core.client.toolbar.ToolBar;
|
|||
*
|
||||
*/
|
||||
public class TemplateSharePanel extends FramedPanel {
|
||||
private static final String WIDTH = "790px";
|
||||
private static final String WIDTH = "840px";
|
||||
private static final String HEIGHT = "520px";
|
||||
private EventBus eventBus;
|
||||
private TemplateShareDialog parent;
|
||||
|
@ -105,19 +105,19 @@ public class TemplateSharePanel extends FramedPanel {
|
|||
ColumnConfig<TemplateData, String> nameCol = new ColumnConfig<TemplateData, String>(
|
||||
props.name(), 120, "Name");
|
||||
ColumnConfig<TemplateData, String> categoryCol = new ColumnConfig<TemplateData, String>(
|
||||
props.category(), 60, "Category");
|
||||
props.category(), 50, "Category");
|
||||
|
||||
ColumnConfig<TemplateData, String> ownerCol = new ColumnConfig<TemplateData, String>(
|
||||
props.ownerLogin(), 70, "Owner");
|
||||
|
||||
ColumnConfig<TemplateData, String> agencyCol = new ColumnConfig<TemplateData, String>(
|
||||
props.agency(), 100, "Agency");
|
||||
props.agency(), 90, "Agency");
|
||||
|
||||
ColumnConfig<TemplateData, String> descriptionCol = new ColumnConfig<TemplateData, String>(
|
||||
props.description(), 120, "Description");
|
||||
props.description(), 90, "Description");
|
||||
|
||||
ColumnConfig<TemplateData, String> creationDateCol = new ColumnConfig<TemplateData, String>(
|
||||
props.creationDate(), 56, "Creation Date");
|
||||
props.creationDate(), 60, "Creation Date");
|
||||
|
||||
List<ColumnConfig<TemplateData, ?>> l = new ArrayList<ColumnConfig<TemplateData, ?>>();
|
||||
l.add(nameCol);
|
||||
|
|
|
@ -103,7 +103,7 @@
|
|||
<!-- Not in GWT 2.6 <set-property name="log_FirebugLogger" value="ENABLED"
|
||||
/> -->
|
||||
|
||||
|
||||
|
||||
<set-property name="log_ConsoleLogger" value="DISABLED" />
|
||||
<set-property name="log_DivLogger" value="DISABLED" />
|
||||
<set-property name="log_GWTLogger" value="DISABLED" />
|
||||
|
|
Loading…
Reference in New Issue