Skip to content

Instantly share code, notes, and snippets.

View hojberg's full-sized avatar
🔮
Building UIs for Unison

Simon Højberg hojberg

🔮
Building UIs for Unison
View GitHub Profile
package com.zecure.client.presenters;
import com.google.gwt.http.client.Request;
import com.google.gwt.http.client.RequestBuilder;
import com.google.gwt.http.client.RequestCallback;
import com.google.gwt.http.client.RequestException;
import com.google.gwt.http.client.Response;
import com.google.gwt.user.client.ui.Label;
import java.util.ArrayList;
package com.zecure.client.presenters;
import com.google.gwt.http.client.Request;
import com.google.gwt.http.client.RequestBuilder;
import com.google.gwt.http.client.RequestCallback;
import com.google.gwt.http.client.RequestException;
import com.google.gwt.http.client.Response;
import java.util.ArrayList;
import com.zecure.client.views.SalesListView;
kasesView: SC.ScrollView.design({
hasHorizontalScroller: NO,
classNames: "kasesView",
layout: { top: 60, bottom: 0, left: 0, right: 0 },
contentView: SC.ListView.design({
contentBinding: 'Pitcrew.kasesController.arrangedObjects',
selectionBinding: 'Pitcrew.kasesController.selection',
classNames: 'kaseItem',
contentValueKey: "subject"
<table width="100%">
<tr>
<td width="100">Johnny Walker</td>
<td>Woop dii doop</td>
</tr>
<tr>
<td>Brian Wilcox</td>
<td>Woop dii doop</td>
</tr>
</table>