Class AssignmentListItemWidgetViewImpl

  • All Implemented Interfaces:
    com.google.gwt.event.logical.shared.HasAttachHandlers, com.google.gwt.event.shared.HasHandlers, com.google.gwt.user.client.EventListener, com.google.gwt.user.client.ui.HasVisibility, com.google.gwt.user.client.ui.IsRenderable, com.google.gwt.user.client.ui.IsWidget, org.jboss.errai.ui.client.widget.HasModel<AssignmentRow>, AssignmentListItemWidgetView, ComboBoxView.ModelPresenter

    @Templated("ActivityDataIOEditorWidget.html#assignment")
    public class AssignmentListItemWidgetViewImpl
    extends com.google.gwt.user.client.ui.Composite
    implements AssignmentListItemWidgetView, ComboBoxView.ModelPresenter
    A templated widget that will be used to display a row in a table of AssignmentRows.

    The Name field of AssignmentRow is Bound, but other fields are not bound because they use a combination of ListBox and TextBox to implement a drop-down combo to hold the values.