Search in sources :

Example 1 with FormInputView

use of org.activityinfo.ui.client.input.view.FormInputView in project activityinfo by bedatadriven.

the class RecordActivity method start.

@Override
public void start(AcceptsOneWidget panel, EventBus eventBus) {
    FormInputView formInputView = new FormInputView(formStore, place.getRecordRef());
    ContentPanel contentPanel = new ContentPanel();
    contentPanel.setHeading("Record");
    contentPanel.add(formInputView);
    panel.setWidget(contentPanel);
}
Also used : FormInputView(org.activityinfo.ui.client.input.view.FormInputView) ContentPanel(com.sencha.gxt.widget.core.client.ContentPanel)

Aggregations

ContentPanel (com.sencha.gxt.widget.core.client.ContentPanel)1 FormInputView (org.activityinfo.ui.client.input.view.FormInputView)1