jBPM Console NG - Documents Client 6.2.0-SNAPSHOT

org.jbpm.console.ng.dm.client.document.CMISconfig
Class CMISConfigurationViewImpl

java.lang.Object
  extended by com.google.gwt.user.client.ui.UIObject
      extended by com.google.gwt.user.client.ui.Widget
          extended by com.google.gwt.user.client.ui.Composite
              extended by org.jbpm.console.ng.dm.client.document.CMISconfig.CMISConfigurationViewImpl
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, CMISConfigurationPresenter.CMISConfigurationView, org.uberfire.client.mvp.UberView<CMISConfigurationPresenter>

@Dependent
@Templated(value="CMISConfigurationViewImpl.html")
public class CMISConfigurationViewImpl
extends com.google.gwt.user.client.ui.Composite
implements CMISConfigurationPresenter.CMISConfigurationView


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
 com.github.gwtbootstrap.client.ui.Label accordionLabel
           
 com.github.gwtbootstrap.client.ui.Button configureButton
           
 com.github.gwtbootstrap.client.ui.TextBox passwordBox
           
 com.github.gwtbootstrap.client.ui.Label passwordLabel
           
 com.github.gwtbootstrap.client.ui.TextBox repositoryIDBox
           
 com.github.gwtbootstrap.client.ui.Label repositoryIDLabel
           
 com.github.gwtbootstrap.client.ui.Button testButton
           
 com.github.gwtbootstrap.client.ui.TextBox userBox
           
 com.github.gwtbootstrap.client.ui.Label userLabel
           
 com.github.gwtbootstrap.client.ui.TextBox webServicesACLBox
           
 com.github.gwtbootstrap.client.ui.Label webServicesACLLabel
           
 com.github.gwtbootstrap.client.ui.TextBox webServicesDiscoveryBox
           
 com.github.gwtbootstrap.client.ui.Label webServicesDiscoveryLabel
           
 com.github.gwtbootstrap.client.ui.TextBox webServicesMultifilingBox
           
 com.github.gwtbootstrap.client.ui.Label webServicesMultifilingLabel
           
 com.github.gwtbootstrap.client.ui.TextBox webServicesNavigationBox
           
 com.github.gwtbootstrap.client.ui.Label webServicesNavigationLabel
           
 com.github.gwtbootstrap.client.ui.TextBox webServicesObjectBox
           
 com.github.gwtbootstrap.client.ui.Label webServicesObjectLabel
           
 com.github.gwtbootstrap.client.ui.TextBox webServicesPolicyBox
           
 com.github.gwtbootstrap.client.ui.Label webServicesPolicyLabel
           
 com.github.gwtbootstrap.client.ui.TextBox webServicesRelationshipBox
           
 com.github.gwtbootstrap.client.ui.Label webServicesRelationshipLabel
           
 com.github.gwtbootstrap.client.ui.TextBox webServicesRepositoryBox
           
 com.github.gwtbootstrap.client.ui.Label webServicesRepositoryLabel
           
 com.github.gwtbootstrap.client.ui.TextBox webServicesVersioningBox
           
 com.github.gwtbootstrap.client.ui.Label webServicesVersioningLabel
           
 
Fields inherited from class com.google.gwt.user.client.ui.UIObject
DEBUG_ID_PREFIX
 
Constructor Summary
CMISConfigurationViewImpl()
           
 
Method Summary
 void configureButton(com.google.gwt.event.dom.client.ClickEvent e)
           
 void displayNotification(String text)
           
 void displayNotification(String text, org.uberfire.workbench.events.NotificationEvent.NotificationType type)
           
 com.github.gwtbootstrap.client.ui.Button getConfigureButton()
           
 com.github.gwtbootstrap.client.ui.TextBox getPasswordTextBox()
           
 com.github.gwtbootstrap.client.ui.TextBox getRepositoryIDTextBox()
           
 com.github.gwtbootstrap.client.ui.Button getTestButton()
           
 com.github.gwtbootstrap.client.ui.TextBox getUserTextBox()
           
 com.github.gwtbootstrap.client.ui.TextBox getWSACLTextBox()
           
 com.github.gwtbootstrap.client.ui.TextBox getWSDiscoveryTextBox()
           
 com.github.gwtbootstrap.client.ui.TextBox getWSMultifilingTextBox()
           
 com.github.gwtbootstrap.client.ui.TextBox getWSNavigationTextBox()
           
 com.github.gwtbootstrap.client.ui.TextBox getWSObjectTextBox()
           
 com.github.gwtbootstrap.client.ui.TextBox getWSPolicyTextBox()
           
 com.github.gwtbootstrap.client.ui.TextBox getWSRelationshipTextBox()
           
 com.github.gwtbootstrap.client.ui.TextBox getWSRepositoryTextBox()
           
 com.github.gwtbootstrap.client.ui.TextBox getWSVersioningTextBox()
           
 void init(CMISConfigurationPresenter presenter)
           
 void testButton(com.google.gwt.event.dom.client.ClickEvent e)
           
 
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
 
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, unsinkEvents
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface com.google.gwt.user.client.ui.IsWidget
asWidget
 

Field Detail

accordionLabel

@Inject
@DataField
public com.github.gwtbootstrap.client.ui.Label accordionLabel

webServicesACLLabel

@Inject
@DataField
public com.github.gwtbootstrap.client.ui.Label webServicesACLLabel

webServicesACLBox

@Inject
@DataField
public com.github.gwtbootstrap.client.ui.TextBox webServicesACLBox

webServicesDiscoveryLabel

@Inject
@DataField
public com.github.gwtbootstrap.client.ui.Label webServicesDiscoveryLabel

webServicesDiscoveryBox

@Inject
@DataField
public com.github.gwtbootstrap.client.ui.TextBox webServicesDiscoveryBox

webServicesMultifilingLabel

@Inject
@DataField
public com.github.gwtbootstrap.client.ui.Label webServicesMultifilingLabel

webServicesMultifilingBox

@Inject
@DataField
public com.github.gwtbootstrap.client.ui.TextBox webServicesMultifilingBox

webServicesNavigationLabel

@Inject
@DataField
public com.github.gwtbootstrap.client.ui.Label webServicesNavigationLabel

webServicesNavigationBox

@Inject
@DataField
public com.github.gwtbootstrap.client.ui.TextBox webServicesNavigationBox

webServicesObjectLabel

@Inject
@DataField
public com.github.gwtbootstrap.client.ui.Label webServicesObjectLabel

webServicesObjectBox

@Inject
@DataField
public com.github.gwtbootstrap.client.ui.TextBox webServicesObjectBox

webServicesPolicyLabel

@Inject
@DataField
public com.github.gwtbootstrap.client.ui.Label webServicesPolicyLabel

webServicesPolicyBox

@Inject
@DataField
public com.github.gwtbootstrap.client.ui.TextBox webServicesPolicyBox

webServicesRelationshipLabel

@Inject
@DataField
public com.github.gwtbootstrap.client.ui.Label webServicesRelationshipLabel

webServicesRelationshipBox

@Inject
@DataField
public com.github.gwtbootstrap.client.ui.TextBox webServicesRelationshipBox

webServicesRepositoryLabel

@Inject
@DataField
public com.github.gwtbootstrap.client.ui.Label webServicesRepositoryLabel

webServicesRepositoryBox

@Inject
@DataField
public com.github.gwtbootstrap.client.ui.TextBox webServicesRepositoryBox

webServicesVersioningLabel

@Inject
@DataField
public com.github.gwtbootstrap.client.ui.Label webServicesVersioningLabel

webServicesVersioningBox

@Inject
@DataField
public com.github.gwtbootstrap.client.ui.TextBox webServicesVersioningBox

repositoryIDLabel

@Inject
@DataField
public com.github.gwtbootstrap.client.ui.Label repositoryIDLabel

repositoryIDBox

@Inject
@DataField
public com.github.gwtbootstrap.client.ui.TextBox repositoryIDBox

userLabel

@Inject
@DataField
public com.github.gwtbootstrap.client.ui.Label userLabel

userBox

@Inject
@DataField
public com.github.gwtbootstrap.client.ui.TextBox userBox

passwordLabel

@Inject
@DataField
public com.github.gwtbootstrap.client.ui.Label passwordLabel

passwordBox

@Inject
@DataField
public com.github.gwtbootstrap.client.ui.TextBox passwordBox

configureButton

@Inject
@DataField
public com.github.gwtbootstrap.client.ui.Button configureButton

testButton

@Inject
@DataField
public com.github.gwtbootstrap.client.ui.Button testButton
Constructor Detail

CMISConfigurationViewImpl

public CMISConfigurationViewImpl()
Method Detail

init

public void init(CMISConfigurationPresenter presenter)
Specified by:
init in interface org.uberfire.client.mvp.UberView<CMISConfigurationPresenter>

displayNotification

public void displayNotification(String text)
Specified by:
displayNotification in interface CMISConfigurationPresenter.CMISConfigurationView

displayNotification

public void displayNotification(String text,
                                org.uberfire.workbench.events.NotificationEvent.NotificationType type)
Specified by:
displayNotification in interface CMISConfigurationPresenter.CMISConfigurationView

configureButton

@EventHandler(value="configureButton")
public void configureButton(com.google.gwt.event.dom.client.ClickEvent e)

testButton

@EventHandler(value="testButton")
public void testButton(com.google.gwt.event.dom.client.ClickEvent e)

getWSACLTextBox

public com.github.gwtbootstrap.client.ui.TextBox getWSACLTextBox()
Specified by:
getWSACLTextBox in interface CMISConfigurationPresenter.CMISConfigurationView

getWSDiscoveryTextBox

public com.github.gwtbootstrap.client.ui.TextBox getWSDiscoveryTextBox()
Specified by:
getWSDiscoveryTextBox in interface CMISConfigurationPresenter.CMISConfigurationView

getWSMultifilingTextBox

public com.github.gwtbootstrap.client.ui.TextBox getWSMultifilingTextBox()
Specified by:
getWSMultifilingTextBox in interface CMISConfigurationPresenter.CMISConfigurationView

getWSNavigationTextBox

public com.github.gwtbootstrap.client.ui.TextBox getWSNavigationTextBox()
Specified by:
getWSNavigationTextBox in interface CMISConfigurationPresenter.CMISConfigurationView

getWSObjectTextBox

public com.github.gwtbootstrap.client.ui.TextBox getWSObjectTextBox()
Specified by:
getWSObjectTextBox in interface CMISConfigurationPresenter.CMISConfigurationView

getWSPolicyTextBox

public com.github.gwtbootstrap.client.ui.TextBox getWSPolicyTextBox()
Specified by:
getWSPolicyTextBox in interface CMISConfigurationPresenter.CMISConfigurationView

getWSRelationshipTextBox

public com.github.gwtbootstrap.client.ui.TextBox getWSRelationshipTextBox()
Specified by:
getWSRelationshipTextBox in interface CMISConfigurationPresenter.CMISConfigurationView

getWSRepositoryTextBox

public com.github.gwtbootstrap.client.ui.TextBox getWSRepositoryTextBox()
Specified by:
getWSRepositoryTextBox in interface CMISConfigurationPresenter.CMISConfigurationView

getWSVersioningTextBox

public com.github.gwtbootstrap.client.ui.TextBox getWSVersioningTextBox()
Specified by:
getWSVersioningTextBox in interface CMISConfigurationPresenter.CMISConfigurationView

getUserTextBox

public com.github.gwtbootstrap.client.ui.TextBox getUserTextBox()
Specified by:
getUserTextBox in interface CMISConfigurationPresenter.CMISConfigurationView

getPasswordTextBox

public com.github.gwtbootstrap.client.ui.TextBox getPasswordTextBox()
Specified by:
getPasswordTextBox in interface CMISConfigurationPresenter.CMISConfigurationView

getRepositoryIDTextBox

public com.github.gwtbootstrap.client.ui.TextBox getRepositoryIDTextBox()
Specified by:
getRepositoryIDTextBox in interface CMISConfigurationPresenter.CMISConfigurationView

getConfigureButton

public com.github.gwtbootstrap.client.ui.Button getConfigureButton()
Specified by:
getConfigureButton in interface CMISConfigurationPresenter.CMISConfigurationView

getTestButton

public com.github.gwtbootstrap.client.ui.Button getTestButton()
Specified by:
getTestButton in interface CMISConfigurationPresenter.CMISConfigurationView

jBPM Console NG - Documents Client 6.2.0-SNAPSHOT

Copyright © 2001-2015 JBoss by Red Hat. All Rights Reserved.