Skip navigation links
UberFire Client API 2.8.0.Final-redhat-00004
A C D G H I L N O P R S T U V W 

A

all(Promise<O>...) - Method in class org.uberfire.client.promise.Promises
Returns a resolved Promise when every Promise in the list is resolved.
all(List<T>, Function<T, Promise<O>>) - Method in class org.uberfire.client.promise.Promises
Maps the objects to Promises using the provided function then behaves just like Promises.all(elemental2.promise.Promise<O>...).
AnyResourceType - Class in org.uberfire.client.workbench.type
 
AnyResourceType() - Constructor for class org.uberfire.client.workbench.type.AnyResourceType
 
AnyResourceType(Others) - 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
 
catchOrExecute(Object, Function<RuntimeException, Promise<T>>, Function<V, Promise<T>>) - Method in class org.uberfire.client.promise.Promises
To be used inside Promise.catch_(elemental2.promise.Promise.CatchOnRejectedCallbackFn<? extends V>) blocks.
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
 
Clipboard - Class in org.uberfire.client.util
 
Clipboard() - Constructor for class org.uberfire.client.util.Clipboard
 
copy(HTMLInputElement) - Method in class org.uberfire.client.util.Clipboard
 
copy(HTMLTextAreaElement) - Method in class org.uberfire.client.util.Clipboard
 
create(Promise.PromiseExecutorCallbackFn<T>) - Method in class org.uberfire.client.promise.Promises
 

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
 
DotResourceType(Others) - 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.RenameInProgressEvent
 
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
 

H

HasPresenter<T> - Interface in org.uberfire.client.mvp
Interface to inject a Presenter into a View for MVP-based Element implementations.

I

images() - Method in interface org.uberfire.client.resources.UberfireResources
 
init(T) - Method in interface org.uberfire.client.mvp.HasPresenter
 
init() - Method in class org.uberfire.client.promise.Promises
 
init() - Method in class org.uberfire.client.workbench.type.impl.ClientTypeRegistryImpl
 
INSTANCE - Static variable in interface org.uberfire.client.promise.PromisePolyfillClientBundle
 
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.promise - package org.uberfire.client.promise
 
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.util - package org.uberfire.client.util
 
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.
promisePolyfill() - Method in interface org.uberfire.client.promise.PromisePolyfillClientBundle
 
PromisePolyfillClientBundle - Interface in org.uberfire.client.promise
 
Promises - Class in org.uberfire.client.promise
 
Promises() - Constructor for class org.uberfire.client.promise.Promises
 
Promises.Error<T> - Class in org.uberfire.client.promise
 
promisify(Caller<T>, Function<T, S>) - Method in class org.uberfire.client.promise.Promises
Promisifies a Caller remote call.
promisify(Caller<T>, Consumer<T>) - Method in class org.uberfire.client.promise.Promises
Promisifies a Caller remote call.

R

reduceLazily(List<T>, Function<T, Promise<O>>) - Method in class org.uberfire.client.promise.Promises
Maps the objects to Promises using the provided function but only execute the Promises when the previous Promise is resolved.
reduceLazilyChaining(List<T>, BiFunction<Supplier<Promise<O>>, T, Promise<O>>) - Method in class org.uberfire.client.promise.Promises
Behaves just like Promises.reduceLazily(java.util.List<T>, java.util.function.Function<T, elemental2.promise.Promise<O>>) but exposes a reference to the Promise chain as a parameter to the mapping function.
reject(Object) - Method in class org.uberfire.client.promise.Promises
 
RenameInProgressEvent - Class in org.uberfire.client.mvp
Client-local event to indicate that a rename command has been executed
RenameInProgressEvent(Path) - Constructor for class org.uberfire.client.mvp.RenameInProgressEvent
 
resolve() - Method in class org.uberfire.client.promise.Promises
 
resolve(T) - Method in class org.uberfire.client.promise.Promises
 
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
Deprecated.
Use UberElemental and elemental2 instead.
UberElemental<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 H I L N O P R S T U V W 
Skip navigation links
UberFire Client API 2.8.0.Final-redhat-00004

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