KIE IDE - Home Client 6.0.0.Alpha9

org.kie.home.client
Class HomeViewImpl

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.kie.home.client.HomeViewImpl
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, HomePresenter.HomeView, org.uberfire.client.mvp.UberView<HomePresenter>

@Dependent
@Templated(value="HomeViewImpl.html")
public class HomeViewImpl
extends com.google.gwt.user.client.ui.Composite
implements HomePresenter.HomeView


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.base.IconAnchor adminitrationAnchor
           
 com.github.gwtbootstrap.client.ui.base.IconAnchor authorKnowledgeAnchor
           
 com.google.gwt.user.client.ui.Image carouselImg0
           
 com.google.gwt.user.client.ui.Image carouselImg1
           
 com.google.gwt.user.client.ui.Image carouselImg2
           
 com.google.gwt.user.client.ui.Image carouselImg3
           
 com.google.gwt.user.client.ui.Image carouselImg4
           
 com.google.gwt.user.client.ui.Image carouselImg5
           
 com.github.gwtbootstrap.client.ui.base.IconAnchor deployLabel
           
 com.github.gwtbootstrap.client.ui.base.IconAnchor discoverLabel
           
 org.uberfire.security.Identity identity
           
 com.github.gwtbootstrap.client.ui.base.IconAnchor m2repoAnchor
           
 com.github.gwtbootstrap.client.ui.base.IconAnchor monitorBAMAnchor
           
 com.github.gwtbootstrap.client.ui.base.IconAnchor monitorLabel
           
 com.github.gwtbootstrap.client.ui.base.IconAnchor workLabel
           
 com.github.gwtbootstrap.client.ui.base.IconAnchor workProcessRuntimeAnchor
           
 com.github.gwtbootstrap.client.ui.base.IconAnchor workTaskListAnchor
           
 
Fields inherited from class com.google.gwt.user.client.ui.UIObject
DEBUG_ID_PREFIX
 
Constructor Summary
HomeViewImpl()
           
 
Method Summary
 void displayNotification(String text)
           
 void init(HomePresenter 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
 
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

identity

@Inject
public org.uberfire.security.Identity identity

carouselImg0

@DataField
public com.google.gwt.user.client.ui.Image carouselImg0

carouselImg1

@DataField
public com.google.gwt.user.client.ui.Image carouselImg1

carouselImg2

@DataField
public com.google.gwt.user.client.ui.Image carouselImg2

carouselImg3

@DataField
public com.google.gwt.user.client.ui.Image carouselImg3

carouselImg4

@DataField
public com.google.gwt.user.client.ui.Image carouselImg4

carouselImg5

@DataField
public com.google.gwt.user.client.ui.Image carouselImg5

discoverLabel

@Inject
@DataField
public com.github.gwtbootstrap.client.ui.base.IconAnchor discoverLabel

deployLabel

@Inject
@DataField
public com.github.gwtbootstrap.client.ui.base.IconAnchor deployLabel

workLabel

@Inject
@DataField
public com.github.gwtbootstrap.client.ui.base.IconAnchor workLabel

monitorLabel

@Inject
@DataField
public com.github.gwtbootstrap.client.ui.base.IconAnchor monitorLabel

authorKnowledgeAnchor

@Inject
@DataField
public com.github.gwtbootstrap.client.ui.base.IconAnchor authorKnowledgeAnchor

workTaskListAnchor

@Inject
@DataField
public com.github.gwtbootstrap.client.ui.base.IconAnchor workTaskListAnchor

workProcessRuntimeAnchor

@Inject
@DataField
public com.github.gwtbootstrap.client.ui.base.IconAnchor workProcessRuntimeAnchor

adminitrationAnchor

@Inject
@DataField
public com.github.gwtbootstrap.client.ui.base.IconAnchor adminitrationAnchor

monitorBAMAnchor

@Inject
@DataField
public com.github.gwtbootstrap.client.ui.base.IconAnchor monitorBAMAnchor

m2repoAnchor

@Inject
@DataField
public com.github.gwtbootstrap.client.ui.base.IconAnchor m2repoAnchor
Constructor Detail

HomeViewImpl

public HomeViewImpl()
Method Detail

init

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

displayNotification

public void displayNotification(String text)
Specified by:
displayNotification in interface HomePresenter.HomeView

KIE IDE - Home Client 6.0.0.Alpha9

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