Class RepositoryItemPresenter

  • All Implemented Interfaces:
    com.google.gwt.user.client.ui.IsWidget

    public class RepositoryItemPresenter
    extends Object
    implements com.google.gwt.user.client.ui.IsWidget
    • Constructor Detail

      • RepositoryItemPresenter

        public RepositoryItemPresenter()
      • RepositoryItemPresenter

        @Inject
        public RepositoryItemPresenter​(RepositoryItemView repositoryItemView,
                                       GuvnorStructureContext guvnorStructureContext,
                                       javax.enterprise.event.Event<org.uberfire.workbench.events.NotificationEvent> notification)
    • Method Detail

      • setRepository

        public void setRepository​(org.guvnor.structure.repositories.Repository repository,
                                  String branch)
      • refreshBranches

        public void refreshBranches()
      • onAnchorSelected

        public void onAnchorSelected​(String protocol)
      • onUpdateRepository

        public void onUpdateRepository​(String branch)
      • asWidget

        public com.google.gwt.user.client.ui.Widget asWidget()
        Specified by:
        asWidget in interface com.google.gwt.user.client.ui.IsWidget