we feel you..
<form onsubmit="false" data-field="app-template">
<input type="text" data-field="name" placeholder="Full Name" type="text"/>
<input type="email" data-field="email" placeholder="you@example.com" type="text" />
<textarea data-field="complaint" rows="10" placeholder="What can we help you with?">
<button type="button" class="btn" data-field="submit">Submit</button><br />
</form>
Just attach it!
@Templated("Admin.html#app-template")
public class Admin extends Composite
It's simple:
@Page
@Templated("Admin.html#app-template")
public class Admin extends Composite
And navigate:
@Inject
private TransitionTo<Admin> adminPage;
@Inject @Model private UserComplaint model;
And bind:
@Inject @Bound @DataField private TextBox name;
@Inject @Bound @DataField private TextBox email;
@Inject @Bound @DataField private TextArea complaint;
@Inject @DataField private Button submit;
@Inject
private Caller<UserComplaintEndpoint> endpoint;
And with our DataBinder model:
endpoint.call().create(model);
Stay connected, even when you can't.
Bring ideas together again, satisfy rising demands for collaboration.
@Inject private EntityManager em;
@Inject private ClientSyncManager syncManager;
we know you have them...
we can tell...
there are always questions...
Quickstarts and guides:
Get involved: