Skip navigation links
UberFire Client API 1.0.0.CR2
A C D G I L N O P R S T U V W 

A

AnyResourceType - Class in org.uberfire.client.workbench.type
 
AnyResourceType() - Constructor for class org.uberfire.client.workbench.type.AnyResourceType
 
anyResourceTypeDescription() - Method in interface org.uberfire.client.resources.i18n.UberfireConstants
 

C

Callback<T> - Interface in org.uberfire.client.callbacks
Generic callback
callback(T) - Method in interface org.uberfire.client.callbacks.Callback
 
ChangeTitleWidgetEvent - Class in org.uberfire.client.workbench.events
An event to change the Title Widget of a WorkbenchPart container, e.g. a Tab in a TabPanel
ChangeTitleWidgetEvent(PlaceRequest, String) - Constructor for class org.uberfire.client.workbench.events.ChangeTitleWidgetEvent
 
ChangeTitleWidgetEvent(PlaceRequest, String, IsWidget) - Constructor for class org.uberfire.client.workbench.events.ChangeTitleWidgetEvent
 
ClientResourceType - Interface in org.uberfire.client.workbench.type
 
ClientTypeRegistry - Interface in org.uberfire.client.workbench.type
 
ClientTypeRegistryImpl - Class in org.uberfire.client.workbench.type.impl
 
ClientTypeRegistryImpl(SyncBeanManager) - Constructor for class org.uberfire.client.workbench.type.impl.ClientTypeRegistryImpl
 

D

DefaultPosition - Annotation Type in org.uberfire.client.annotations
Default position for WorkbenchParts added to the Workbench.
DotResourceType - Class in org.uberfire.client.workbench.type
 
DotResourceType() - Constructor for class org.uberfire.client.workbench.type.DotResourceType
 
dotResourceTypeDescription() - Method in interface org.uberfire.client.resources.i18n.UberfireConstants
 

G

getDescription() - Method in class org.uberfire.client.workbench.type.AnyResourceType
 
getDescription() - Method in class org.uberfire.client.workbench.type.DotResourceType
 
getFile() - Method in class org.uberfire.client.mvp.UpdatedLockStatusEvent
 
getIcon() - Method in class org.uberfire.client.workbench.type.AnyResourceType
 
getIcon() - Method in interface org.uberfire.client.workbench.type.ClientResourceType
An icon representing the resource type
getIcon() - Method in class org.uberfire.client.workbench.type.DotResourceType
 
getPath() - Method in class org.uberfire.client.mvp.LockTarget
 
getPath() - Method in class org.uberfire.client.mvp.SaveInProgressEvent
 
getPlace() - Method in class org.uberfire.client.mvp.LockTarget
 
getPlaceRequest() - Method in class org.uberfire.client.workbench.events.ChangeTitleWidgetEvent
 
getRegisteredTypes() - Method in interface org.uberfire.client.workbench.type.ClientTypeRegistry
 
getRegisteredTypes() - Method in class org.uberfire.client.workbench.type.impl.ClientTypeRegistryImpl
 
getReloadRunnable() - Method in class org.uberfire.client.mvp.LockTarget
 
getTitle() - Method in class org.uberfire.client.mvp.LockTarget
 
getTitle() - Method in interface org.uberfire.client.mvp.LockTarget.TitleProvider
 
getTitle() - Method in class org.uberfire.client.workbench.events.ChangeTitleWidgetEvent
 
getTitleDecoration() - Method in class org.uberfire.client.workbench.events.ChangeTitleWidgetEvent
 
getWidget() - Method in class org.uberfire.client.mvp.LockTarget
 

I

images() - Method in interface org.uberfire.client.resources.UberfireResources
 
init(T) - Method in interface org.uberfire.client.mvp.UberElement
 
init(T) - Method in interface org.uberfire.client.mvp.UberView
 
init() - Method in class org.uberfire.client.workbench.type.impl.ClientTypeRegistryImpl
 
INSTANCE - Static variable in interface org.uberfire.client.resources.i18n.UberfireConstants
 
INSTANCE - Static variable in interface org.uberfire.client.resources.UberfireResources
 
Intercept - Annotation Type in org.uberfire.client.annotations
 
isLocked() - Method in class org.uberfire.client.mvp.UpdatedLockStatusEvent
 
isLockedByCurrentUser() - Method in class org.uberfire.client.mvp.UpdatedLockStatusEvent
 

L

LockRequiredEvent - Class in org.uberfire.client.mvp
Client-local event to indicate that the currently focused editor needs to request a lock.
LockRequiredEvent() - Constructor for class org.uberfire.client.mvp.LockRequiredEvent
 
LockTarget - Class in org.uberfire.client.mvp
Holds information about the target of a lock.
LockTarget(Path, IsWidget, PlaceRequest, LockTarget.TitleProvider, Runnable) - Constructor for class org.uberfire.client.mvp.LockTarget
 
LockTarget.TitleProvider - Interface in org.uberfire.client.mvp
 

N

NewSplashScreenActiveEvent - Class in org.uberfire.client.workbench.events
Fired by the framework immediately after the set of active splash screens has changed (new splash screen displayed or an existing one closed).
NewSplashScreenActiveEvent() - Constructor for class org.uberfire.client.workbench.events.NewSplashScreenActiveEvent
 

O

org.uberfire.client.annotations - package org.uberfire.client.annotations
 
org.uberfire.client.callbacks - package org.uberfire.client.callbacks
 
org.uberfire.client.mvp - package org.uberfire.client.mvp
 
org.uberfire.client.resources - package org.uberfire.client.resources
 
org.uberfire.client.resources.i18n - package org.uberfire.client.resources.i18n
 
org.uberfire.client.resources.images - package org.uberfire.client.resources.images
 
org.uberfire.client.workbench.events - package org.uberfire.client.workbench.events
 
org.uberfire.client.workbench.type - package org.uberfire.client.workbench.type
 
org.uberfire.client.workbench.type.impl - package org.uberfire.client.workbench.type.impl
 

P

Perspective - Annotation Type in org.uberfire.client.annotations
Methods annotated with this provide a PerspectiveDefinition.

R

resolve(Path) - Method in interface org.uberfire.client.workbench.type.ClientTypeRegistry
 
resolve(Path) - Method in class org.uberfire.client.workbench.type.impl.ClientTypeRegistryImpl
 
resolveWildcardPattern(String) - Method in interface org.uberfire.client.workbench.type.ClientTypeRegistry
 
resolveWildcardPattern(String) - Method in class org.uberfire.client.workbench.type.impl.ClientTypeRegistryImpl
 

S

SaveInProgressEvent - Class in org.uberfire.client.mvp
Client-local event to indicate that a save command has been executed
SaveInProgressEvent(Path) - Constructor for class org.uberfire.client.mvp.SaveInProgressEvent
 
SplashBodyHeight - Annotation Type in org.uberfire.client.annotations
 
SplashFilter - Annotation Type in org.uberfire.client.annotations
Methods annotated with this provide a PerspectiveDefinition.

T

typeGenericFile() - Method in interface org.uberfire.client.resources.images.UberfireImageResources
 

U

UberElement<T> - Interface in org.uberfire.client.mvp
Interface to inject a Presenter into a View for MVP-based Element implementations.
UberfireConstants - Interface in org.uberfire.client.resources.i18n
 
UberfireImageResources - Interface in org.uberfire.client.resources.images
 
UberfireResources - Interface in org.uberfire.client.resources
 
UberView<T> - Interface in org.uberfire.client.mvp
Interface to inject a Presenter into a View for MVP-based Widget implementations.
UpdatedLockStatusEvent - Class in org.uberfire.client.mvp
Client-local event to inform UI components of a lock status change.
UpdatedLockStatusEvent(Path, boolean, boolean) - Constructor for class org.uberfire.client.mvp.UpdatedLockStatusEvent
 

V

valueOf(String) - Static method in enum org.uberfire.client.annotations.WorkbenchEditor.LockingStrategy
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.uberfire.client.annotations.WorkbenchPopup.WorkbenchPopupSize
Returns the enum constant of this type with the specified name.
values() - Static method in enum org.uberfire.client.annotations.WorkbenchEditor.LockingStrategy
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.uberfire.client.annotations.WorkbenchPopup.WorkbenchPopupSize
Returns an array containing the constants of this enum type, in the order they are declared.

W

WorkbenchContext - Annotation Type in org.uberfire.client.annotations
 
WorkbenchContextId - Annotation Type in org.uberfire.client.annotations
 
WorkbenchEditor - Annotation Type in org.uberfire.client.annotations
Classes annotated with this are considered WorkbenchParts that perform some "editor" function for the specified file-type.
WorkbenchEditor.LockingStrategy - Enum in org.uberfire.client.annotations
Locking strategies define how and if locks are acquired when using editors.
WorkbenchMenu - Annotation Type in org.uberfire.client.annotations
Methods annotated with this provide the Menus for the WorkbenchPart.
WorkbenchPanel - Annotation Type in org.uberfire.client.annotations
Specifies an UberFire workbench panel within a templated perspective.
WorkbenchPartTitle - Annotation Type in org.uberfire.client.annotations
Methods annotated with this provide a java.lang.String title for the WorkbenchPart.
WorkbenchPartTitleDecoration - Annotation Type in org.uberfire.client.annotations
Methods annotated with this provide a java.lang.String title for the WorkbenchPart.
WorkbenchPartView - Annotation Type in org.uberfire.client.annotations
Methods annotated with this provide the view for the WorkbenchPart.
WorkbenchPerspective - Annotation Type in org.uberfire.client.annotations
Indicates that the target class defines a Perspective in the workbench.
WorkbenchPopup - Annotation Type in org.uberfire.client.annotations
Classes annotated with this are considered Workbench popups.
WorkbenchPopup.WorkbenchPopupSize - Enum in org.uberfire.client.annotations
 
WorkbenchScreen - Annotation Type in org.uberfire.client.annotations
Classes annotated with this are considered WorkbenchParts that display some form of non-editable (but possibly still interactive) content.
WorkbenchSplashScreen - Annotation Type in org.uberfire.client.annotations
 
WorkbenchToolBar - Annotation Type in org.uberfire.client.annotations
Methods annotated with this provide the Toolbar for the WorkbenchPart.
A C D G I L N O P R S T U V W 
Skip navigation links
UberFire Client API 1.0.0.CR2

Copyright © 2012–2017 JBoss by Red Hat. All rights reserved.