Class ToggleCommentView

    • Constructor Detail

      • ToggleCommentView

        @Inject
        public ToggleCommentView​(elemental2.dom.HTMLDivElement view,
                                 elemental2.dom.HTMLAnchorElement addComment,
                                 org.gwtbootstrap3.client.ui.TextBox commentTextBox,
                                 org.jboss.errai.ui.client.local.spi.TranslationService translationService)
    • Method Detail

      • addComment

        @EventHandler("addComment")
        public void addComment​(com.google.gwt.event.dom.client.ClickEvent event)
      • getElement

        public elemental2.dom.HTMLElement getElement()
        Specified by:
        getElement in interface org.jboss.errai.common.client.api.elemental2.IsElement