Class TaskAdminSettingsViewImpl

    • Nested Class Summary

      • Nested classes/interfaces inherited from class com.google.gwt.user.client.ui.UIObject

        com.google.gwt.user.client.ui.UIObject.DebugIdImpl, com.google.gwt.user.client.ui.UIObject.DebugIdImplEnabled
    • Field Summary

      Fields 
      Modifier and Type Field Description
      org.gwtbootstrap3.client.ui.FormLabel amountOfTasksLabel  
      org.gwtbootstrap3.client.ui.TextBox amountOfTasksText  
      org.gwtbootstrap3.client.ui.Button generateMockTasksButton  
      org.gwtbootstrap3.client.ui.FormLabel userNameLabel  
      org.gwtbootstrap3.client.ui.TextBox userNameText  
      • Fields inherited from class com.google.gwt.user.client.ui.UIObject

        DEBUG_ID_PREFIX
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void displayNotification​(String text)  
      void generateMockTasksButton​(com.google.gwt.event.dom.client.ClickEvent e)  
      org.gwtbootstrap3.client.ui.Button getGenerateMockTasksButton()  
      org.gwtbootstrap3.client.ui.TextBox getUserNameText()  
      void init​(TaskAdminSettingsPresenter presenter)  
      • Methods inherited from class com.google.gwt.user.client.ui.Composite

        claimElement, getWidget, initializeClaimedElement, initWidget, isAttached, onAttach, onBrowserEvent, onDetach, render, render, resolvePotentialElement, setWidget
      • Methods inherited from class com.google.gwt.user.client.ui.Widget

        addAttachHandler, addBitlessDomHandler, addDomHandler, addHandler, asWidget, asWidgetOrNull, createHandlerManager, delegateEvent, doAttachChildren, doDetachChildren, fireEvent, getHandlerCount, getLayoutData, getParent, isOrWasAttached, onLoad, onUnload, removeFromParent, setLayoutData, sinkEvents, unsinkEvents
      • Methods inherited from class com.google.gwt.user.client.ui.UIObject

        addStyleDependentName, addStyleName, ensureDebugId, ensureDebugId, ensureDebugId, getAbsoluteLeft, getAbsoluteTop, getElement, getOffsetHeight, getOffsetWidth, getStyleElement, getStyleName, getStyleName, getStylePrimaryName, getStylePrimaryName, getTitle, isVisible, isVisible, onEnsureDebugId, removeStyleDependentName, removeStyleName, setElement, setElement, setHeight, setPixelSize, setSize, setStyleDependentName, setStyleName, setStyleName, setStyleName, setStyleName, setStylePrimaryName, setStylePrimaryName, setTitle, setVisible, setVisible, setWidth, sinkBitlessEvent, toString
      • Methods inherited from interface com.google.gwt.user.client.ui.IsWidget

        asWidget
    • Field Detail

      • generateMockTasksButton

        @Inject
        @DataField
        public org.gwtbootstrap3.client.ui.Button generateMockTasksButton
      • userNameLabel

        @Inject
        @DataField
        public org.gwtbootstrap3.client.ui.FormLabel userNameLabel
      • userNameText

        @Inject
        @DataField
        public org.gwtbootstrap3.client.ui.TextBox userNameText
      • amountOfTasksLabel

        @Inject
        @DataField
        public org.gwtbootstrap3.client.ui.FormLabel amountOfTasksLabel
      • amountOfTasksText

        @Inject
        @DataField
        public org.gwtbootstrap3.client.ui.TextBox amountOfTasksText
    • Constructor Detail

      • TaskAdminSettingsViewImpl

        public TaskAdminSettingsViewImpl()