Skip navigation links
UberFire API 2.4.0.Final-redhat-8
A B C D E F G H I L M N O P R S T U V W 

A

abbreviatedName(Class<?>) - Static method in class org.uberfire.debug.Debug
Returns a compact representation of the fully-qualified name of the given class.
AbstractPageRow - Class in org.uberfire.paging
A single row of a paged data
AbstractPageRow() - Constructor for class org.uberfire.paging.AbstractPageRow
 
AbstractPathPageRow - Class in org.uberfire.paging
A single row of a paged data
AbstractPathPageRow() - Constructor for class org.uberfire.paging.AbstractPathPageRow
 
AbstractPathPageRow(Path) - Constructor for class org.uberfire.paging.AbstractPathPageRow
 
accept(MenuVisitor) - Method in class org.uberfire.workbench.model.menu.impl.BaseMenuCustom
 
accept(MenuVisitor) - Method in class org.uberfire.workbench.model.menu.impl.DefaultMenuGroup
 
accept(MenuVisitor) - Method in class org.uberfire.workbench.model.menu.impl.DefaultMenus
 
accept(MenuVisitor) - Method in interface org.uberfire.workbench.model.menu.MenuItem
Causes the given MenuVisitor to visit this menu item and its children.
accept(MenuVisitor) - Method in interface org.uberfire.workbench.model.menu.Menus
Causes the given MenuVisitor to visit this menu, then each item in turn (they will pass the visitor to their descendants).
accept(Path) - Method in class org.uberfire.workbench.type.AnyResourceTypeDefinition
 
accept(Path) - Method in class org.uberfire.workbench.type.DotResourceTypeDefinition
 
accept(Path) - Method in interface org.uberfire.workbench.type.ResourceTypeDefinition
Indicates if the current parameter path matched the current resource type
accept(Path) - Method in class org.uberfire.workbench.type.TextResourceTypeDefinition
 
acquired(Path, String) - Static method in class org.uberfire.backend.vfs.impl.LockResult
 
ActivityResourceType - Enum in org.uberfire.workbench.model
An extension of the ResourceType interface holding an enumeration with the different activity types subject to authorization management control.
addEnabledStateChangeListener(EnabledStateChangeListener) - Method in interface org.uberfire.workbench.model.menu.HasEnabledStateChangeListeners
Called when the enabled state of a Widget changes
addEnabledStateChangeListener(EnabledStateChangeListener) - Method in class org.uberfire.workbench.model.menu.impl.BaseMenuCustom
 
addEnabledStateChangeListener(EnabledStateChangeListener) - Method in class org.uberfire.workbench.model.menu.impl.DefaultMenuGroup
 
addItem(ToolBarItem) - Method in class org.uberfire.workbench.model.toolbar.impl.DefaultToolBar
 
addItem(ToolBarItem) - Method in interface org.uberfire.workbench.model.toolbar.ToolBar
 
addParameter(String, String) - Method in class org.uberfire.mvp.impl.DefaultPlaceRequest
 
addParameter(String, String) - Method in interface org.uberfire.mvp.PlaceRequest
 
addPart(PartDefinition) - Method in class org.uberfire.workbench.model.impl.PanelDefinitionImpl
 
addPart(String) - Method in class org.uberfire.workbench.model.impl.PanelDefinitionImpl
 
addPart(PartDefinition) - Method in interface org.uberfire.workbench.model.PanelDefinition
Specifies content that should be put in this panel's main display area when it is materialized.
addPart(String) - Method in interface org.uberfire.workbench.model.PanelDefinition
Specifies content that should be put in this panel's main display area when it is materialized.
AnyResourceTypeDefinition - Class in org.uberfire.workbench.type
 
AnyResourceTypeDefinition() - Constructor for class org.uberfire.workbench.type.AnyResourceTypeDefinition
 
AnyResourceTypeDefinition(Category) - Constructor for class org.uberfire.workbench.type.AnyResourceTypeDefinition
 
appendChild(Position, PanelDefinition) - Method in class org.uberfire.workbench.model.impl.PanelDefinitionImpl
 
appendChild(PanelDefinition) - Method in class org.uberfire.workbench.model.impl.PanelDefinitionImpl
 
appendChild(Position, PanelDefinition) - Method in interface org.uberfire.workbench.model.PanelDefinition
Append a Panel at the first empty child position.
appendChild(PanelDefinition) - Method in interface org.uberfire.workbench.model.PanelDefinition
Append a Panel at the first empty child position.
asString() - Method in interface org.uberfire.mvp.PlaceRequest
Invokes #toString() but exported to JavaScript so it can be invoked from different scripts.
asString() - Method in interface org.uberfire.workbench.model.PanelDefinition
Invokes #toString() but exported to JavaScript so it can be invoked from different scripts.
asString() - Method in interface org.uberfire.workbench.model.PartDefinition
Invokes #toString() but exported to JavaScript so it can be invoked from different scripts.

B

BaseMenuCustom<T> - Class in org.uberfire.workbench.model.menu.impl
 
BaseMenuCustom() - Constructor for class org.uberfire.workbench.model.menu.impl.BaseMenuCustom
 
BaseMenuCustom(boolean) - Constructor for class org.uberfire.workbench.model.menu.impl.BaseMenuCustom
 
BaseMenuCustom(String) - Constructor for class org.uberfire.workbench.model.menu.impl.BaseMenuCustom
 
BaseMenuCustom(String, String) - Constructor for class org.uberfire.workbench.model.menu.impl.BaseMenuCustom
 
BaseMenuCustom(String, String, MenuPosition) - Constructor for class org.uberfire.workbench.model.menu.impl.BaseMenuCustom
 
BaseMenuCustom(String, String, MenuPosition, boolean) - Constructor for class org.uberfire.workbench.model.menu.impl.BaseMenuCustom
 
BaseMenuVisitor - Class in org.uberfire.workbench.model.menu.impl
 
BaseMenuVisitor() - Constructor for class org.uberfire.workbench.model.menu.impl.BaseMenuVisitor
 
BiParameterizedCommand<T,U> - Interface in org.uberfire.mvp
A command representing a future activity, with two parameters.
build() - Method in class org.uberfire.workbench.model.menu.impl.MenuBuilderImpl
 
build() - Method in interface org.uberfire.workbench.model.menu.MenuCustom
 
build() - Method in interface org.uberfire.workbench.model.menu.MenuFactory.Builder
 
build() - Method in interface org.uberfire.workbench.model.menu.MenuFactory.CustomMenuBuilder
 

C

Category - Class in org.uberfire.workbench.category
 
Category() - Constructor for class org.uberfire.workbench.category.Category
 
clone() - Method in class org.uberfire.mvp.impl.ConditionalPlaceRequest
 
clone() - Method in class org.uberfire.mvp.impl.DefaultPlaceRequest
 
clone() - Method in class org.uberfire.mvp.impl.PathPlaceRequest
 
clone() - Method in interface org.uberfire.mvp.PlaceRequest
 
Command - Interface in org.uberfire.mvp
A command representing a future activity.
Commands - Class in org.uberfire.mvp
A collection of generic operations that can be used anywhere a Command is called for.
Commands() - Constructor for class org.uberfire.mvp.Commands
 
compareTo(Path) - Method in class org.uberfire.backend.vfs.impl.ObservablePathImpl
 
compareTo(Path) - Method in class org.uberfire.backend.vfs.PathFactory.PathImpl
 
compareTo(AbstractPageRow) - Method in class org.uberfire.paging.AbstractPageRow
 
compareTo(AbstractPathPageRow) - Method in class org.uberfire.paging.AbstractPathPageRow
 
CompassPosition - Enum in org.uberfire.workbench.model
Positions to which a WorkbenchPanel can be added to the Workbench
ConditionalPlaceRequest - Class in org.uberfire.mvp.impl
 
ConditionalPlaceRequest() - Constructor for class org.uberfire.mvp.impl.ConditionalPlaceRequest
 
ConditionalPlaceRequest(String) - Constructor for class org.uberfire.mvp.impl.ConditionalPlaceRequest
A predicate applied to determine if this place request should be used or the alternative specified by #orElse
ConditionalPlaceRequest(String, Map<String, String>) - Constructor for class org.uberfire.mvp.impl.ConditionalPlaceRequest
Creates a conditional place request for the given place ID with the given state parameters for that place.
containPath(Path) - Method in class org.uberfire.workbench.events.ResourceBatchChangesEvent
 
ContextDefinition - Interface in org.uberfire.workbench.model
A Part in the Workbench.
ContextDefinitionImpl - Class in org.uberfire.workbench.model.impl
 
ContextDefinitionImpl(PlaceRequest) - Constructor for class org.uberfire.workbench.model.impl.ContextDefinitionImpl
 
ContextDisplayMode - Enum in org.uberfire.workbench.model
 
contributeTo(String) - Method in class org.uberfire.workbench.model.menu.impl.MenuBuilderImpl
 
contributeTo(String) - Method in interface org.uberfire.workbench.model.menu.MenuFactory.ContributedMenuBuilder
 
create(PathPlaceRequest) - Static method in class org.uberfire.mvp.impl.ExternalPathPlaceRequest
 
createObservablePath(Path) - Method in class org.uberfire.mvp.impl.PathPlaceRequest
 
custom(MenuFactory.CustomMenuBuilder) - Method in class org.uberfire.workbench.model.menu.impl.MenuBuilderImpl
 
custom(MenuFactory.CustomMenuBuilder) - Method in interface org.uberfire.workbench.model.menu.MenuFactory.MenuBuilder
 
Customizable - Annotation Type in org.uberfire.annotations
Internal annotation used to inject/produce beans in a way that the user can provide a default implementation for them, otherwise a fallback implementation will be used.
CustomPanelDefinition - Interface in org.uberfire.workbench.model
A custom PanelDefinition that is associated with a HasWidgets or HTMLElement container.
CustomPanelDefinitionImpl - Class in org.uberfire.workbench.model.impl
 
CustomPanelDefinitionImpl(String, HasWidgets) - Constructor for class org.uberfire.workbench.model.impl.CustomPanelDefinitionImpl
 
CustomPanelDefinitionImpl(String, HTMLElement) - Constructor for class org.uberfire.workbench.model.impl.CustomPanelDefinitionImpl
 

D

Debug - Class in org.uberfire.debug
Utility methods that help with debugging.
Debug() - Constructor for class org.uberfire.debug.Debug
 
decode(String) - Static method in class org.uberfire.util.URIUtil
 
DEFAULT_SPACE - Static variable in interface org.uberfire.spaces.SpacesAPI
 
DEFAULT_SPACE_NAME - Static variable in interface org.uberfire.spaces.SpacesAPI
 
DefaultMenuGroup - Class in org.uberfire.workbench.model.menu.impl
 
DefaultMenuGroup(List<MenuItem>, List<ResourceActionRef>, List<String>, String, String, MenuPosition, int) - Constructor for class org.uberfire.workbench.model.menu.impl.DefaultMenuGroup
 
DefaultMenus - Class in org.uberfire.workbench.model.menu.impl
 
DefaultMenus(List<MenuItem>, int) - Constructor for class org.uberfire.workbench.model.menu.impl.DefaultMenus
 
DefaultPlaceRequest - Class in org.uberfire.mvp.impl
 
DefaultPlaceRequest() - Constructor for class org.uberfire.mvp.impl.DefaultPlaceRequest
 
DefaultPlaceRequest(String) - Constructor for class org.uberfire.mvp.impl.DefaultPlaceRequest
Creates a place request for the given place ID.
DefaultPlaceRequest(String, Map<String, String>) - Constructor for class org.uberfire.mvp.impl.DefaultPlaceRequest
Creates a place request for the given place ID with the given state parameters for that place.
DefaultPlaceRequest(String, Map<String, String>, boolean) - Constructor for class org.uberfire.mvp.impl.DefaultPlaceRequest
Creates a place request for the given place ID, with the given state parameters for that place, and the given preference of whether or not the browser's location bar should be updated.
DefaultToolBar - Class in org.uberfire.workbench.model.toolbar.impl
Default implementation of ToolBar
DefaultToolBar(String) - Constructor for class org.uberfire.workbench.model.toolbar.impl.DefaultToolBar
 
DefaultToolBar(String, List<ToolBarItem>) - Constructor for class org.uberfire.workbench.model.toolbar.impl.DefaultToolBar
 
DefaultToolBarItem - Class in org.uberfire.workbench.model.toolbar.impl
Default implementation of ToolBarItem
DefaultToolBarItem(String, String, Command) - Constructor for class org.uberfire.workbench.model.toolbar.impl.DefaultToolBarItem
 
DefaultToolBarItem(IconType, String, Command) - Constructor for class org.uberfire.workbench.model.toolbar.impl.DefaultToolBarItem
 
displayNextTime() - Method in class org.uberfire.workbench.model.impl.SplashScreenFilterImpl
 
displayNextTime() - Method in interface org.uberfire.workbench.model.SplashScreenFilter
 
dispose() - Method in class org.uberfire.backend.vfs.impl.ObservablePathImpl
 
DO_NOTHING - Static variable in class org.uberfire.mvp.Commands
Has no effect when executed.
doNotNullDemarshall(EJValue, MarshallingSession) - Method in class org.uberfire.rpc.impl.SessionInfoMarshalller
 
doNotNullMarshall(SessionInfo, MarshallingSession) - Method in class org.uberfire.rpc.impl.SessionInfoMarshalller
 
DotResourceTypeDefinition - Class in org.uberfire.workbench.type
 
DotResourceTypeDefinition() - Constructor for class org.uberfire.workbench.type.DotResourceTypeDefinition
 
DotResourceTypeDefinition(Category) - Constructor for class org.uberfire.workbench.type.DotResourceTypeDefinition
 

E

enabledStateChanged(boolean) - Method in interface org.uberfire.workbench.model.menu.EnabledStateChangeListener
Called when the enabled state of a Widget changes
EnabledStateChangeListener - Interface in org.uberfire.workbench.model.menu
A Listener for changes in a Widget's enabled state
encode(String) - Static method in class org.uberfire.util.URIUtil
 
encodeQueryString(String) - Static method in class org.uberfire.util.URIUtil
 
endMenu() - Method in class org.uberfire.workbench.model.menu.impl.MenuBuilderImpl
 
endMenu() - Method in interface org.uberfire.workbench.model.menu.MenuFactory.MenuBuilder
 
endMenu() - Method in interface org.uberfire.workbench.model.menu.MenuFactory.SubMenuBuilder
 
endMenu() - Method in interface org.uberfire.workbench.model.menu.MenuFactory.TerminalCustomMenu
 
endMenu() - Method in interface org.uberfire.workbench.model.menu.MenuFactory.TerminalMenu
 
endMenus() - Method in class org.uberfire.workbench.model.menu.impl.MenuBuilderImpl
 
endMenus() - Method in interface org.uberfire.workbench.model.menu.MenuFactory.SubMenusBuilder
 
ensureIterable(List<T>) - Static method in class org.uberfire.plugin.PluginUtil
List is a JsType but Collection.iterator() is JsIgnored and therefore not exported to JavaScript.
ensureIterable(Set<T>) - Static method in class org.uberfire.plugin.PluginUtil
Set is a JsType but Collection.iterator() is JsIgnored and therefore not exported to JavaScript.
equals(Object) - Method in class org.uberfire.backend.vfs.impl.LockInfo
 
equals(Object) - Method in class org.uberfire.backend.vfs.impl.ObservablePathImpl
 
equals(Object) - Method in class org.uberfire.backend.vfs.PathFactory.PathImpl
 
equals(Object) - Method in class org.uberfire.mvp.impl.ConditionalPlaceRequest
A conditional place request should be resolved before being compared to another default place request.
equals(Object) - Method in class org.uberfire.mvp.impl.DefaultPlaceRequest
 
equals(Object) - Method in class org.uberfire.mvp.impl.PathPlaceRequest
 
equals(Object) - Method in class org.uberfire.rpc.impl.SessionInfoImpl
 
equals(Object) - Method in class org.uberfire.spaces.Space
 
equals(Object) - Method in class org.uberfire.workbench.category.Category
 
equals(Object) - Method in class org.uberfire.workbench.events.NotificationEvent
 
equals(Object) - Method in class org.uberfire.workbench.model.impl.PartDefinitionImpl
 
equals(Object) - Method in class org.uberfire.workbench.model.NamedPosition
 
error() - Static method in class org.uberfire.backend.vfs.impl.LockResult
 
execute(T, U) - Method in interface org.uberfire.mvp.BiParameterizedCommand
 
execute() - Method in interface org.uberfire.mvp.Command
 
execute(T) - Method in interface org.uberfire.mvp.ParameterizedCommand
 
ExternalPathPlaceRequest - Class in org.uberfire.mvp.impl
A PathPlaceRequest originating from an external script.
ExternalPathPlaceRequest(Path) - Constructor for class org.uberfire.mvp.impl.ExternalPathPlaceRequest
 

F

failed(LockInfo) - Static method in class org.uberfire.backend.vfs.impl.LockResult
 
FallbackImplementation - Annotation Type in org.uberfire.annotations
Internal annotation used to qualify fallback implementations, that will be used when the user does not provide another (default) implementation.
FileNameUtil - Class in org.uberfire.workbench.type
 
FileNameUtil() - Constructor for class org.uberfire.workbench.type.FileNameUtil
 
FileSystem - Interface in org.uberfire.backend.vfs
 
ForcedPlaceRequest - Class in org.uberfire.mvp.impl
 
ForcedPlaceRequest() - Constructor for class org.uberfire.mvp.impl.ForcedPlaceRequest
 
ForcedPlaceRequest(String) - Constructor for class org.uberfire.mvp.impl.ForcedPlaceRequest
 
ForcedPlaceRequest(String, Map<String, String>) - Constructor for class org.uberfire.mvp.impl.ForcedPlaceRequest
 
ForcedPlaceRequest(String, Map<String, String>, boolean) - Constructor for class org.uberfire.mvp.impl.ForcedPlaceRequest
Creates a place request for the given place ID, with the given state parameters for that place, and the given preference of whether or not the browser's location bar should be updated.
ForceUnlockEvent - Class in org.uberfire.backend.vfs.impl
Client-local event to indicate that the specified path's lock should be released.
ForceUnlockEvent(Path) - Constructor for class org.uberfire.backend.vfs.impl.ForceUnlockEvent
 
fromLock(Path) - Static method in class org.uberfire.backend.vfs.PathFactory
Returns the path of the locked file for the provided lock.

G

get() - Static method in class org.uberfire.workspace.WorkspaceContext
 
getAction() - Method in class org.uberfire.security.authz.ResourceActionRef
 
getAffectedPaths() - Method in class org.uberfire.workbench.events.ResourceBatchChangesEvent
 
getAttributes() - Method in class org.uberfire.backend.vfs.PathFactory.PathImpl
 
getBatch() - Method in class org.uberfire.workbench.events.ResourceBatchChangesEvent
 
getCaption() - Method in class org.uberfire.workbench.model.menu.impl.BaseMenuCustom
 
getCaption() - Method in class org.uberfire.workbench.model.menu.impl.DefaultMenuGroup
 
getCaption() - Method in interface org.uberfire.workbench.model.menu.MenuItem
 
getCategory() - Method in class org.uberfire.workbench.type.AnyResourceTypeDefinition
 
getCategory() - Method in class org.uberfire.workbench.type.DotResourceTypeDefinition
 
getCategory() - Method in interface org.uberfire.workbench.type.ResourceTypeDefinition
Defines the category for each resource.
getCategory() - Method in class org.uberfire.workbench.type.TextResourceTypeDefinition
 
getChanges(Path) - Method in class org.uberfire.workbench.events.ResourceBatchChangesEvent
 
getChild(Position) - Method in class org.uberfire.workbench.model.impl.PanelDefinitionImpl
 
getChild(Position) - Method in interface org.uberfire.workbench.model.PanelDefinition
Get the Panel's immediate child Panel at the given Position
getChildren() - Method in class org.uberfire.workbench.model.impl.PanelDefinitionImpl
 
getChildren() - Method in interface org.uberfire.workbench.model.PanelDefinition
Returns this panel's immediate child panels.
getCommand() - Method in interface org.uberfire.workbench.model.menu.MenuItemCommand
 
getCommand() - Method in class org.uberfire.workbench.model.toolbar.impl.DefaultToolBarItem
 
getCommand() - Method in interface org.uberfire.workbench.model.toolbar.ToolBarItem
 
getContextDefinition() - Method in class org.uberfire.workbench.model.impl.PanelDefinitionImpl
 
getContextDefinition() - Method in class org.uberfire.workbench.model.impl.PartDefinitionImpl
 
getContextDefinition() - Method in class org.uberfire.workbench.model.impl.PerspectiveDefinitionImpl
 
getContextDefinition() - Method in interface org.uberfire.workbench.model.PanelDefinition
 
getContextDefinition() - Method in interface org.uberfire.workbench.model.PartDefinition
 
getContextDefinition() - Method in interface org.uberfire.workbench.model.PerspectiveDefinition
 
getContextDisplayMode() - Method in class org.uberfire.workbench.model.impl.PanelDefinitionImpl
 
getContextDisplayMode() - Method in class org.uberfire.workbench.model.impl.PartDefinitionImpl
 
getContextDisplayMode() - Method in class org.uberfire.workbench.model.impl.PerspectiveDefinitionImpl
 
getContextDisplayMode() - Method in interface org.uberfire.workbench.model.PanelDefinition
 
getContextDisplayMode() - Method in interface org.uberfire.workbench.model.PartDefinition
 
getContextDisplayMode() - Method in interface org.uberfire.workbench.model.PerspectiveDefinition
 
getContributionPoint() - Method in class org.uberfire.workbench.model.menu.impl.BaseMenuCustom
 
getContributionPoint() - Method in class org.uberfire.workbench.model.menu.impl.DefaultMenuGroup
 
getContributionPoint() - Method in interface org.uberfire.workbench.model.menu.MenuItem
 
getDefaultSpace() - Method in interface org.uberfire.spaces.SpacesAPI
 
getDependencies() - Method in interface org.uberfire.security.Resource
A list of dependent resources.
getDependencies() - Method in class org.uberfire.security.ResourceRef
 
getDependencies() - Method in class org.uberfire.workbench.model.menu.impl.DefaultMenuGroup
 
getDescription() - Method in class org.uberfire.workbench.type.AnyResourceTypeDefinition
 
getDescription() - Method in class org.uberfire.workbench.type.DotResourceTypeDefinition
 
getDescription() - Method in interface org.uberfire.workbench.type.ResourceTypeDefinition
A description of the resource type
getDescription() - Method in class org.uberfire.workbench.type.TextResourceTypeDefinition
 
getDestinationPath() - Method in class org.uberfire.workbench.events.ResourceCopied
 
getDestinationPath() - Method in class org.uberfire.workbench.events.ResourceRenamed
 
getElementId() - Method in class org.uberfire.workbench.model.impl.PanelDefinitionImpl
 
getElementId() - Method in interface org.uberfire.workbench.model.PanelDefinition
Returns the DOM ID that will be given to a panel created from this definition.
getEmptyArray() - Method in class org.uberfire.rpc.impl.SessionInfoMarshalller
 
getFile() - Method in class org.uberfire.backend.vfs.impl.LockInfo
 
getFileName() - Method in class org.uberfire.backend.vfs.impl.ObservablePathImpl
 
getFileName() - Method in interface org.uberfire.backend.vfs.Path
 
getFileName() - Method in class org.uberfire.backend.vfs.PathFactory.PathImpl
 
getFullIdentifier() - Method in class org.uberfire.mvp.impl.DefaultPlaceRequest
 
getFullIdentifier() - Method in class org.uberfire.mvp.impl.PathPlaceRequest
 
getFullIdentifier() - Method in interface org.uberfire.mvp.PlaceRequest
 
getHasWidgetsContainer() - Method in interface org.uberfire.workbench.model.CustomPanelDefinition
Returns the HasWidgets container associated with the custom panel.
getHasWidgetsContainer() - Method in class org.uberfire.workbench.model.impl.CustomPanelDefinitionImpl
 
getHeight() - Method in class org.uberfire.workbench.model.impl.PanelDefinitionImpl
 
getHeight() - Method in interface org.uberfire.workbench.model.PanelDefinition
Get the height of the Panel in pixels
getHeightAsInt() - Method in interface org.uberfire.workbench.model.PanelDefinition
Get the height of this panel in pixels as a primitive int to make this method exportable to JS.
getHtmlElementContainer() - Method in interface org.uberfire.workbench.model.CustomPanelDefinition
Returns the HTMLElement container associated with the custom panel.
getHtmlElementContainer() - Method in class org.uberfire.workbench.model.impl.CustomPanelDefinitionImpl
 
getIcon() - Method in class org.uberfire.workbench.model.toolbar.impl.DefaultToolBarItem
 
getIcon() - Method in interface org.uberfire.workbench.model.toolbar.ToolBarItem
 
getId() - Method in class org.uberfire.rpc.impl.SessionInfoImpl
 
getId() - Method in interface org.uberfire.rpc.SessionInfo
 
getIdentifier() - Method in class org.uberfire.mvp.impl.ConditionalPlaceRequest
 
getIdentifier() - Method in class org.uberfire.mvp.impl.DefaultPlaceRequest
 
getIdentifier() - Method in interface org.uberfire.mvp.PlaceRequest
 
getIdentifier() - Method in interface org.uberfire.security.Resource
An identifier that is unique among all the resources of the same type (see Resource.getResourceType()).
getIdentifier() - Method in class org.uberfire.security.ResourceRef
 
getIdentifier() - Method in class org.uberfire.workbench.model.menu.impl.BaseMenuCustom
 
getIdentifier() - Method in class org.uberfire.workbench.model.menu.impl.DefaultMenuGroup
 
getIdentifier() - Method in class org.uberfire.workbench.model.toolbar.impl.DefaultToolBar
 
getIdentifier() - Method in class org.uberfire.workbench.model.toolbar.impl.DefaultToolBarItem
 
getIdentity() - Method in class org.uberfire.rpc.impl.SessionInfoImpl
 
getIdentity() - Method in interface org.uberfire.rpc.SessionInfo
 
getInitialTopOffset() - Method in class org.uberfire.workbench.events.NotificationEvent
 
getInterceptionPoints() - Method in class org.uberfire.workbench.model.impl.SplashScreenFilterImpl
 
getInterceptionPoints() - Method in interface org.uberfire.workbench.model.SplashScreenFilter
 
getItems() - Method in class org.uberfire.workbench.model.menu.impl.DefaultMenuGroup
 
getItems() - Method in class org.uberfire.workbench.model.menu.impl.DefaultMenus
 
getItems() - Method in interface org.uberfire.workbench.model.menu.MenuGroup
 
getItems() - Method in interface org.uberfire.workbench.model.menu.Menus
Returns the items in this collection of menus, in the order they should appear in the user interface.
getItems() - Method in class org.uberfire.workbench.model.toolbar.impl.DefaultToolBar
 
getItems() - Method in interface org.uberfire.workbench.model.toolbar.ToolBar
 
getItemsMap() - Method in class org.uberfire.workbench.model.menu.impl.DefaultMenus
 
getItemsMap() - Method in interface org.uberfire.workbench.model.menu.Menus
Deprecated.
getLock() - Method in class org.uberfire.backend.vfs.impl.LockInfo
 
getLockInfo() - Method in class org.uberfire.backend.vfs.impl.LockResult
 
getMessage() - Method in class org.uberfire.workbench.events.ResourceAdded
 
getMessage() - Method in class org.uberfire.workbench.events.ResourceBatchChangesEvent
 
getMessage() - Method in interface org.uberfire.workbench.events.ResourceChange
 
getMessage() - Method in class org.uberfire.workbench.events.ResourceCopied
 
getMessage() - Method in class org.uberfire.workbench.events.ResourceDeleted
 
getMessage() - Method in class org.uberfire.workbench.events.ResourceRenamed
 
getMessage() - Method in class org.uberfire.workbench.events.ResourceUpdated
 
getMessage() - Method in class org.uberfire.workbench.model.Notification
 
getMinHeight() - Method in class org.uberfire.workbench.model.impl.PanelDefinitionImpl
 
getMinHeight() - Method in interface org.uberfire.workbench.model.PanelDefinition
Get the minimum height of this panel in pixels.
getMinHeightAsInt() - Method in interface org.uberfire.workbench.model.PanelDefinition
Get the minimum width of this panel in pixels as a primitive int to make this method exportable to JS.
getMinWidth() - Method in class org.uberfire.workbench.model.impl.PanelDefinitionImpl
 
getMinWidth() - Method in interface org.uberfire.workbench.model.PanelDefinition
Get the minimum width of the Panel in pixels
getMinWidthAsInt() - Method in interface org.uberfire.workbench.model.PanelDefinition
Get the minimum width of this panel in pixels as a primitive int to make this method exportable to JS.
getName() - Method in interface org.uberfire.security.ResourceAction
An string representation of the action.
getName() - Method in interface org.uberfire.security.ResourceType
An string representation of this type instance
getName() - Method in class org.uberfire.spaces.Space
 
getName() - Method in class org.uberfire.workbench.category.Category
 
getName() - Method in class org.uberfire.workbench.category.Others
 
getName() - Method in class org.uberfire.workbench.category.Undefined
 
getName() - Method in class org.uberfire.workbench.events.PluginEvent
 
getName() - Method in enum org.uberfire.workbench.model.ActivityResourceType
 
getName() - Method in enum org.uberfire.workbench.model.CompassPosition
 
getName() - Method in class org.uberfire.workbench.model.impl.PerspectiveDefinitionImpl
 
getName() - Method in class org.uberfire.workbench.model.impl.SplashScreenFilterImpl
 
getName() - Method in class org.uberfire.workbench.model.NamedPosition
Returns the data field name this Position refers to.
getName() - Method in interface org.uberfire.workbench.model.PerspectiveDefinition
Get the name of the Perspective.
getName() - Method in interface org.uberfire.workbench.model.Position
 
getName() - Method in interface org.uberfire.workbench.model.SplashScreenFilter
 
getNotification() - Method in class org.uberfire.workbench.events.NotificationEvent
 
getOrder() - Method in class org.uberfire.workbench.model.menu.impl.BaseMenuCustom
 
getOrder() - Method in class org.uberfire.workbench.model.menu.impl.DefaultMenuGroup
 
getOrder() - Method in class org.uberfire.workbench.model.menu.impl.DefaultMenus
 
getOrder() - Method in interface org.uberfire.workbench.model.menu.MenuItem
 
getOrder() - Method in interface org.uberfire.workbench.model.menu.Menus
Defines the order on what these menus will be inserted.
getOriginal() - Method in class org.uberfire.backend.vfs.impl.ObservablePathImpl
 
getOriginal() - Method in interface org.uberfire.backend.vfs.ObservablePath
 
getPageRowList() - Method in class org.uberfire.paging.PageResponse
 
getPageSize() - Method in class org.uberfire.paging.PageRequest
 
getPanelType() - Method in class org.uberfire.workbench.model.impl.PanelDefinitionImpl
 
getPanelType() - Method in interface org.uberfire.workbench.model.PanelDefinition
Specifies the WorkbenchPanelPresenter implementation that should be used when adding this panel to the UI.
getParameter(String, String) - Method in class org.uberfire.mvp.impl.DefaultPlaceRequest
 
getParameter(String, String) - Method in interface org.uberfire.mvp.PlaceRequest
 
getParameterNames() - Method in class org.uberfire.mvp.impl.DefaultPlaceRequest
 
getParameterNames() - Method in interface org.uberfire.mvp.PlaceRequest
 
getParameters() - Method in class org.uberfire.mvp.impl.ConditionalPlaceRequest
 
getParameters() - Method in class org.uberfire.mvp.impl.DefaultPlaceRequest
 
getParameters() - Method in interface org.uberfire.mvp.PlaceRequest
 
getParent() - Method in class org.uberfire.workbench.model.impl.PanelDefinitionImpl
 
getParent() - Method in interface org.uberfire.workbench.model.PanelDefinition
Return the parent panel, or null if PanelDefinition.isRoot()} returns true.
getParentPanel() - Method in class org.uberfire.workbench.model.impl.PartDefinitionImpl
 
getParentPanel() - Method in interface org.uberfire.workbench.model.PartDefinition
 
getParts() - Method in class org.uberfire.workbench.model.impl.PanelDefinitionImpl
 
getParts() - Method in interface org.uberfire.workbench.model.PanelDefinition
Get the Parts contained in the Panel
getPath() - Method in class org.uberfire.backend.vfs.impl.ForceUnlockEvent
 
getPath() - Method in interface org.uberfire.backend.vfs.ObservablePath.OnConcurrentDelete
 
getPath() - Method in interface org.uberfire.backend.vfs.ObservablePath.OnConcurrentUpdateEvent
 
getPath() - Method in class org.uberfire.mvp.impl.ExternalPathPlaceRequest
 
getPath() - Method in class org.uberfire.mvp.impl.PathPlaceRequest
 
getPath() - Method in interface org.uberfire.mvp.PlaceRequest
Returns the path associated with this PlaceRequest.
getPath() - Method in class org.uberfire.paging.AbstractPathPageRow
 
getPath() - Method in class org.uberfire.workbench.events.ResourceAddedEvent
 
getPath() - Method in class org.uberfire.workbench.events.ResourceCopiedEvent
 
getPath() - Method in class org.uberfire.workbench.events.ResourceDeletedEvent
 
getPath() - Method in interface org.uberfire.workbench.events.ResourceEvent
 
getPath() - Method in class org.uberfire.workbench.events.ResourceOpenedEvent
 
getPath() - Method in class org.uberfire.workbench.events.ResourceRenamedEvent
 
getPath() - Method in class org.uberfire.workbench.events.ResourceUpdatedEvent
 
getPermissions() - Method in class org.uberfire.workbench.model.menu.impl.DefaultMenuGroup
 
getPermissions() - Method in interface org.uberfire.workbench.model.menu.MenuItem
Get the list of permission names this menu item is restricted to.
getPlace() - Method in interface org.uberfire.workbench.model.ContextDefinition
Get the PlaceRequest that this Part will contain.
getPlace() - Method in class org.uberfire.workbench.model.impl.ContextDefinitionImpl
 
getPlace() - Method in class org.uberfire.workbench.model.impl.PartDefinitionImpl
 
getPlace() - Method in interface org.uberfire.workbench.model.PartDefinition
 
getPlaceRequest() - Method in class org.uberfire.workbench.events.NotificationEvent
 
getPlaceRequest() - Method in interface org.uberfire.workbench.model.menu.MenuItemPerspective
 
getPosition() - Method in class org.uberfire.workbench.model.impl.PanelDefinitionImpl
 
getPosition() - Method in class org.uberfire.workbench.model.menu.impl.BaseMenuCustom
 
getPosition() - Method in class org.uberfire.workbench.model.menu.impl.DefaultMenuGroup
 
getPosition() - Method in interface org.uberfire.workbench.model.menu.MenuItem
 
getPosition() - Method in interface org.uberfire.workbench.model.PanelDefinition
Get the Position of the Panel relate to it's Parent TODO remove this. parent panels should track the positions of their children; making it a property of the child is error-prone when moving panels around in the UI.
getPrefix() - Method in class org.uberfire.workbench.type.AnyResourceTypeDefinition
 
getPrefix() - Method in class org.uberfire.workbench.type.DotResourceTypeDefinition
 
getPrefix() - Method in interface org.uberfire.workbench.type.ResourceTypeDefinition
Resource prefix
getPrefix() - Method in class org.uberfire.workbench.type.TextResourceTypeDefinition
 
getPriority() - Method in class org.uberfire.workbench.type.AnyResourceTypeDefinition
 
getPriority() - Method in class org.uberfire.workbench.type.DotResourceTypeDefinition
 
getPriority() - Method in interface org.uberfire.workbench.type.ResourceTypeDefinition
Defines the resource priority in terms of resource resolution
getPriority() - Method in class org.uberfire.workbench.type.TextResourceTypeDefinition
 
getResource() - Method in class org.uberfire.security.authz.ResourceActionRef
 
getResourceActions() - Method in class org.uberfire.workbench.model.menu.impl.DefaultMenuGroup
 
getResourceActions() - Method in interface org.uberfire.workbench.model.menu.MenuItem
Get the list of ResourceActionRef actions this menu item is restricted to.
getResourceType() - Method in interface org.uberfire.security.Resource
Get the resource type classifier
getResourceType() - Method in class org.uberfire.security.ResourceRef
 
getRoot() - Method in class org.uberfire.workbench.model.impl.PerspectiveDefinitionImpl
 
getRoot() - Method in interface org.uberfire.workbench.model.PerspectiveDefinition
Get the root Panel for this Perspective.
getRootDirectories() - Method in interface org.uberfire.backend.vfs.FileSystem
 
getSessionInfo() - Method in class org.uberfire.workbench.events.ResourceAddedEvent
 
getSessionInfo() - Method in class org.uberfire.workbench.events.ResourceBatchChangesEvent
 
getSessionInfo() - Method in class org.uberfire.workbench.events.ResourceCopiedEvent
 
getSessionInfo() - Method in class org.uberfire.workbench.events.ResourceDeletedEvent
 
getSessionInfo() - Method in class org.uberfire.workbench.events.ResourceOpenedEvent
 
getSessionInfo() - Method in class org.uberfire.workbench.events.ResourceRenamedEvent
 
getSessionInfo() - Method in class org.uberfire.workbench.events.ResourceUpdatedEvent
 
getShortName() - Method in class org.uberfire.workbench.type.AnyResourceTypeDefinition
 
getShortName() - Method in class org.uberfire.workbench.type.DotResourceTypeDefinition
 
getShortName() - Method in interface org.uberfire.workbench.type.ResourceTypeDefinition
A short name of the resource type
getShortName() - Method in class org.uberfire.workbench.type.TextResourceTypeDefinition
 
getSimpleWildcardPattern() - Method in class org.uberfire.workbench.type.AnyResourceTypeDefinition
 
getSimpleWildcardPattern() - Method in class org.uberfire.workbench.type.DotResourceTypeDefinition
 
getSimpleWildcardPattern() - Method in interface org.uberfire.workbench.type.ResourceTypeDefinition
A simple (and maybe not very accurate) wildcard pattern to search for this type of resource.
getSimpleWildcardPattern() - Method in class org.uberfire.workbench.type.TextResourceTypeDefinition
 
getSource() - Method in interface org.uberfire.backend.vfs.ObservablePath.OnConcurrentCopyEvent
 
getSource() - Method in interface org.uberfire.backend.vfs.ObservablePath.OnConcurrentRenameEvent
 
getSpace(String) - Method in interface org.uberfire.spaces.SpacesAPI
 
getStartRowIndex() - Method in class org.uberfire.paging.PageRequest
 
getStartRowIndex() - Method in class org.uberfire.paging.PageResponse
 
getState() - Method in class org.uberfire.workbench.model.Notification
 
getSuffix() - Method in class org.uberfire.workbench.type.AnyResourceTypeDefinition
 
getSuffix() - Method in class org.uberfire.workbench.type.DotResourceTypeDefinition
 
getSuffix() - Method in interface org.uberfire.workbench.type.ResourceTypeDefinition
Resource suffix
getSuffix() - Method in class org.uberfire.workbench.type.TextResourceTypeDefinition
 
getTarget() - Method in interface org.uberfire.backend.vfs.ObservablePath.OnConcurrentCopyEvent
 
getTarget() - Method in interface org.uberfire.backend.vfs.ObservablePath.OnConcurrentRenameEvent
 
getTimestamp() - Method in class org.uberfire.workbench.model.Notification
 
getTooltip() - Method in class org.uberfire.workbench.model.toolbar.impl.DefaultToolBarItem
 
getTooltip() - Method in interface org.uberfire.workbench.model.toolbar.ToolBarItem
 
getTotalRowSize() - Method in class org.uberfire.paging.PageResponse
 
getType() - Method in class org.uberfire.workbench.events.NotificationEvent
 
getType() - Method in class org.uberfire.workbench.events.ResourceAdded
 
getType() - Method in interface org.uberfire.workbench.events.ResourceChange
 
getType() - Method in class org.uberfire.workbench.events.ResourceCopied
 
getType() - Method in class org.uberfire.workbench.events.ResourceDeleted
 
getType() - Method in class org.uberfire.workbench.events.ResourceRenamed
 
getType() - Method in class org.uberfire.workbench.events.ResourceUpdated
 
getType() - Method in class org.uberfire.workbench.model.Notification
 
getType() - Method in interface org.uberfire.workbench.model.toolbar.ToolBarTypeIcon
 
getUrl() - Method in interface org.uberfire.workbench.model.toolbar.ToolBarUrlIcon
 
getWidth() - Method in class org.uberfire.workbench.model.impl.PanelDefinitionImpl
 
getWidth() - Method in interface org.uberfire.workbench.model.PanelDefinition
Get the width of this panel in pixels.
getWidthAsInt() - Method in interface org.uberfire.workbench.model.PanelDefinition
Get the width of this panel in pixels as a primitive int to make this method exportable to JS.

H

HasEnabledStateChangeListeners - Interface in org.uberfire.workbench.model.menu
A source of EnabledStateChange actions.
hashCode() - Method in class org.uberfire.backend.vfs.impl.LockInfo
 
hashCode() - Method in class org.uberfire.backend.vfs.impl.ObservablePathImpl
 
hashCode() - Method in class org.uberfire.backend.vfs.PathFactory.PathImpl
 
hashCode() - Method in class org.uberfire.mvp.impl.ConditionalPlaceRequest
 
hashCode() - Method in class org.uberfire.mvp.impl.DefaultPlaceRequest
 
hashCode() - Method in class org.uberfire.mvp.impl.PathPlaceRequest
 
hashCode() - Method in class org.uberfire.rpc.impl.SessionInfoImpl
 
hashCode() - Method in class org.uberfire.spaces.Space
 
hashCode() - Method in class org.uberfire.workbench.category.Category
 
hashCode() - Method in class org.uberfire.workbench.events.NotificationEvent
 
hashCode() - Method in class org.uberfire.workbench.model.impl.PartDefinitionImpl
 
hashCode() - Method in class org.uberfire.workbench.model.NamedPosition
 
hasVersionSupport() - Method in class org.uberfire.backend.vfs.impl.ObservablePathImpl
 
hasVersionSupport() - Method in interface org.uberfire.backend.vfs.IsVersioned
 
hasVersionSupport() - Method in class org.uberfire.backend.vfs.PathFactory.PathImpl
 

I

IconType - Enum in org.uberfire.workbench.model.toolbar
 
identifier - Variable in class org.uberfire.mvp.impl.DefaultPlaceRequest
 
identifier(String) - Method in class org.uberfire.workbench.model.menu.impl.MenuBuilderImpl
 
identifier(String) - Method in interface org.uberfire.workbench.model.menu.MenuFactory.SimpleMenuBuilder
 
indexOfExtension(String) - Static method in class org.uberfire.backend.vfs.impl.ObservablePathImpl
 
insertChild(Position, PanelDefinition) - Method in class org.uberfire.workbench.model.impl.PanelDefinitionImpl
 
insertChild(Position, PanelDefinition) - Method in interface org.uberfire.workbench.model.PanelDefinition
Insert a Panel as an immediate child at the given Position.
IsDirty - Annotation Type in org.uberfire.lifecycle
Deprecated.
The code generated by use of this annotation will never be called by the UberFire framework. Use OnMayClose instead.
isEnabled() - Method in class org.uberfire.workbench.model.menu.impl.BaseMenuCustom
 
isEnabled() - Method in class org.uberfire.workbench.model.menu.impl.DefaultMenuGroup
 
isEnabled() - Method in interface org.uberfire.workbench.model.menu.MenuItem
 
isEnabled() - Method in class org.uberfire.workbench.model.toolbar.impl.DefaultToolBarItem
 
isEnabled() - Method in interface org.uberfire.workbench.model.toolbar.ToolBarItem
 
isFirstPage() - Method in class org.uberfire.paging.PageResponse
 
isLastPage() - Method in class org.uberfire.paging.PageResponse
 
isLocked() - Method in class org.uberfire.backend.vfs.impl.LockInfo
 
isMaximized() - Method in class org.uberfire.workbench.model.impl.PanelDefinitionImpl
 
isMaximized() - Method in interface org.uberfire.workbench.model.PanelDefinition
Has the Panel been expanded to a maximum size
isRoot() - Method in class org.uberfire.workbench.model.impl.PanelDefinitionImpl
 
isRoot() - Method in interface org.uberfire.workbench.model.PanelDefinition
Is this Panel the root of the Perspective definition
isSelectable() - Method in class org.uberfire.workbench.model.impl.PartDefinitionImpl
 
isSelectable() - Method in interface org.uberfire.workbench.model.PartDefinition
 
isSingleton() - Method in class org.uberfire.workbench.events.NotificationEvent
 
isSuccess() - Method in class org.uberfire.backend.vfs.impl.LockResult
 
isTotalRowSizeExact() - Method in class org.uberfire.paging.PageResponse
 
isType(String) - Method in interface org.uberfire.security.Resource
Check if this resource is of the provided type.
isUpdateLocationBarAllowed() - Method in class org.uberfire.mvp.impl.DefaultPlaceRequest
 
isUpdateLocationBarAllowed() - Method in interface org.uberfire.mvp.PlaceRequest
Indicates whether or not the Workbench framework should add a browser history item when navigating to this place.
isValid(String) - Static method in class org.uberfire.util.URIUtil
 
IsVersioned - Interface in org.uberfire.backend.vfs
 
isVersioned(Path) - Static method in class org.uberfire.backend.vfs.PathSupport
 

L

LOCK_FILE_EXTENSION - Static variable in class org.uberfire.backend.vfs.PathFactory
 
lockedBy() - Method in class org.uberfire.backend.vfs.impl.LockInfo
 
LockInfo - Class in org.uberfire.backend.vfs.impl
Holds lock information about a Path.
LockInfo(boolean, String, Path) - Constructor for class org.uberfire.backend.vfs.impl.LockInfo
 
LockInfo(boolean, String, Path, Path) - Constructor for class org.uberfire.backend.vfs.impl.LockInfo
 
LockResult - Class in org.uberfire.backend.vfs.impl
Represents the result of a lock request and holds the last read LockInfo.
LockResult(boolean, LockInfo) - Constructor for class org.uberfire.backend.vfs.impl.LockResult
 

M

menu(String) - Method in class org.uberfire.workbench.model.menu.impl.MenuBuilderImpl
 
menu(String) - Method in interface org.uberfire.workbench.model.menu.MenuFactory.SubMenusBuilder
 
MenuBuilderImpl - Class in org.uberfire.workbench.model.menu.impl
 
MenuBuilderImpl(MenuBuilderImpl.MenuType, String) - Constructor for class org.uberfire.workbench.model.menu.impl.MenuBuilderImpl
 
MenuBuilderImpl(MenuBuilderImpl.MenuType, MenuFactory.CustomMenuBuilder) - Constructor for class org.uberfire.workbench.model.menu.impl.MenuBuilderImpl
 
MenuBuilderImpl.MenuType - Enum in org.uberfire.workbench.model.menu.impl
 
MenuCustom<T> - Interface in org.uberfire.workbench.model.menu
A menu item that provides its own widget.
MenuFactory - Class in org.uberfire.workbench.model.menu
 
MenuFactory.Builder - Interface in org.uberfire.workbench.model.menu
 
MenuFactory.CommandMenu<T> - Interface in org.uberfire.workbench.model.menu
 
MenuFactory.ContributedMenuBuilder<T> - Interface in org.uberfire.workbench.model.menu
 
MenuFactory.CustomMenuBuilder - Interface in org.uberfire.workbench.model.menu
 
MenuFactory.MenuBuilder<T> - Interface in org.uberfire.workbench.model.menu
 
MenuFactory.OrderedMenu<T> - Interface in org.uberfire.workbench.model.menu
 
MenuFactory.PerspectiveMenu<T> - Interface in org.uberfire.workbench.model.menu
 
MenuFactory.SecurityInfos<T> - Interface in org.uberfire.workbench.model.menu
 
MenuFactory.SimpleMenuBuilder<T> - Interface in org.uberfire.workbench.model.menu
 
MenuFactory.SubMenuBuilder<T> - Interface in org.uberfire.workbench.model.menu
 
MenuFactory.SubMenusBuilder<T> - Interface in org.uberfire.workbench.model.menu
 
MenuFactory.TerminalCustomMenu<T> - Interface in org.uberfire.workbench.model.menu
 
MenuFactory.TerminalMenu<T> - Interface in org.uberfire.workbench.model.menu
 
MenuFactory.TopLevelMenusBuilder<T> - Interface in org.uberfire.workbench.model.menu
 
MenuGroup - Interface in org.uberfire.workbench.model.menu
A menu item that has child items nested under it.
MenuItem - Interface in org.uberfire.workbench.model.menu
Meta-data for a Workbench MenuItem including permissions.
MenuItemCommand - Interface in org.uberfire.workbench.model.menu
A menu item that invokes a particular Command when it is clicked.
MenuItemPerspective - Interface in org.uberfire.workbench.model.menu
A menu item that invokes a particular PerspectiveDefinition when it is clicked.
MenuItemPlain - Interface in org.uberfire.workbench.model.menu
A menu item that has no children and no specific Command associated with it.
MenuPosition - Enum in org.uberfire.workbench.model.menu
Defines the menu position on the navbar.
menus() - Method in class org.uberfire.workbench.model.menu.impl.MenuBuilderImpl
 
menus() - Method in interface org.uberfire.workbench.model.menu.MenuFactory.MenuBuilder
 
Menus - Interface in org.uberfire.workbench.model.menu
Menus that includes permission
MenuVisitor - Interface in org.uberfire.workbench.model.menu
Visitor interface for implementing arbitrary operations over menus.

N

NamedPosition - Class in org.uberfire.workbench.model
Represents the position of a child panel by name.
NamedPosition(String) - Constructor for class org.uberfire.workbench.model.NamedPosition
Creates a new position representing the ErraiUI @DataField with the given name.
newContributedMenu(String) - Method in class org.uberfire.workbench.model.menu.impl.MenuBuilderImpl
 
newContributedMenu(String) - Static method in class org.uberfire.workbench.model.menu.MenuFactory
 
newContributedMenu(String) - Method in interface org.uberfire.workbench.model.menu.MenuFactory.TopLevelMenusBuilder
 
newLock(Path) - Static method in class org.uberfire.backend.vfs.PathFactory
 
newLockPath(Path) - Static method in class org.uberfire.backend.vfs.PathFactory
Returns a path of a lock for the provided file.
newPath(String, String) - Static method in class org.uberfire.backend.vfs.PathFactory
 
newPath(String, String, Map<String, Object>) - Static method in class org.uberfire.backend.vfs.PathFactory
 
newPathBasedOn(String, String, Path) - Static method in class org.uberfire.backend.vfs.PathFactory
 
newSimpleItem(String) - Static method in class org.uberfire.workbench.model.menu.MenuFactory
 
newTopLevelCustomMenu(MenuFactory.CustomMenuBuilder) - Method in class org.uberfire.workbench.model.menu.impl.MenuBuilderImpl
 
newTopLevelCustomMenu(MenuFactory.CustomMenuBuilder) - Static method in class org.uberfire.workbench.model.menu.MenuFactory
 
newTopLevelCustomMenu(MenuFactory.CustomMenuBuilder) - Method in interface org.uberfire.workbench.model.menu.MenuFactory.TopLevelMenusBuilder
 
newTopLevelMenu(MenuItem) - Method in class org.uberfire.workbench.model.menu.impl.MenuBuilderImpl
 
newTopLevelMenu(String) - Method in class org.uberfire.workbench.model.menu.impl.MenuBuilderImpl
 
newTopLevelMenu(String) - Static method in class org.uberfire.workbench.model.menu.MenuFactory
 
newTopLevelMenu(MenuItem) - Method in interface org.uberfire.workbench.model.menu.MenuFactory.TopLevelMenusBuilder
 
newTopLevelMenu(String) - Method in interface org.uberfire.workbench.model.menu.MenuFactory.TopLevelMenusBuilder
 
Notification - Class in org.uberfire.workbench.model
Represents a notification that has been displayed in the UberFire workbench.
Notification(NotificationEvent.NotificationType, String, Date, Notification.State) - Constructor for class org.uberfire.workbench.model.Notification
 
Notification.State - Enum in org.uberfire.workbench.model
 
NotificationEvent - Class in org.uberfire.workbench.events
An event to show a notification pop-up in the Workbench
NotificationEvent(String) - Constructor for class org.uberfire.workbench.events.NotificationEvent
 
NotificationEvent(String, NotificationEvent.NotificationType) - Constructor for class org.uberfire.workbench.events.NotificationEvent
 
NotificationEvent(String, boolean) - Constructor for class org.uberfire.workbench.events.NotificationEvent
 
NotificationEvent(String, NotificationEvent.NotificationType, boolean) - Constructor for class org.uberfire.workbench.events.NotificationEvent
 
NotificationEvent(String, NotificationEvent.NotificationType, boolean, PlaceRequest) - Constructor for class org.uberfire.workbench.events.NotificationEvent
 
NotificationEvent(String, NotificationEvent.NotificationType, boolean, PlaceRequest, Integer) - Constructor for class org.uberfire.workbench.events.NotificationEvent
 
NotificationEvent.NotificationType - Enum in org.uberfire.workbench.events
 
NOWHERE - Static variable in interface org.uberfire.mvp.PlaceRequest
 
NULL - Static variable in class org.uberfire.mvp.impl.PathPlaceRequest
 

O

objectId(Object) - Static method in class org.uberfire.debug.Debug
Composes a compact, memorable unique string for the given object instance.
ObservablePath - Interface in org.uberfire.backend.vfs
 
ObservablePath.OnConcurrentCopyEvent - Interface in org.uberfire.backend.vfs
 
ObservablePath.OnConcurrentDelete - Interface in org.uberfire.backend.vfs
 
ObservablePath.OnConcurrentRenameEvent - Interface in org.uberfire.backend.vfs
 
ObservablePath.OnConcurrentUpdateEvent - Interface in org.uberfire.backend.vfs
 
ObservablePathImpl - Class in org.uberfire.backend.vfs.impl
 
ObservablePathImpl() - Constructor for class org.uberfire.backend.vfs.impl.ObservablePathImpl
 
OnClose - Annotation Type in org.uberfire.lifecycle
Methods annotated with this will be called by the Workbench immediately after a WorkbenchPart is closed.
onConcurrentCopy(ParameterizedCommand<ObservablePath.OnConcurrentCopyEvent>) - Method in class org.uberfire.backend.vfs.impl.ObservablePathImpl
 
onConcurrentCopy(ParameterizedCommand<ObservablePath.OnConcurrentCopyEvent>) - Method in interface org.uberfire.backend.vfs.ObservablePath
 
onConcurrentDelete(ParameterizedCommand<ObservablePath.OnConcurrentDelete>) - Method in class org.uberfire.backend.vfs.impl.ObservablePathImpl
 
onConcurrentDelete(ParameterizedCommand<ObservablePath.OnConcurrentDelete>) - Method in interface org.uberfire.backend.vfs.ObservablePath
 
onConcurrentRename(ParameterizedCommand<ObservablePath.OnConcurrentRenameEvent>) - Method in class org.uberfire.backend.vfs.impl.ObservablePathImpl
 
onConcurrentRename(ParameterizedCommand<ObservablePath.OnConcurrentRenameEvent>) - Method in interface org.uberfire.backend.vfs.ObservablePath
 
onConcurrentUpdate(ParameterizedCommand<ObservablePath.OnConcurrentUpdateEvent>) - Method in class org.uberfire.backend.vfs.impl.ObservablePathImpl
 
onConcurrentUpdate(ParameterizedCommand<ObservablePath.OnConcurrentUpdateEvent>) - Method in interface org.uberfire.backend.vfs.ObservablePath
 
OnContextAttach - Annotation Type in org.uberfire.lifecycle
 
onCopy(Command) - Method in class org.uberfire.backend.vfs.impl.ObservablePathImpl
 
onCopy(Command) - Method in interface org.uberfire.backend.vfs.ObservablePath
 
onDelete(Command) - Method in class org.uberfire.backend.vfs.impl.ObservablePathImpl
 
onDelete(Command) - Method in interface org.uberfire.backend.vfs.ObservablePath
 
OnFocus - Annotation Type in org.uberfire.lifecycle
Indicates that the framework should call the target method when the activity is the current activity in the current panel.
OnLostFocus - Annotation Type in org.uberfire.lifecycle
Indicates that the framework should call the target method when the activity is no longer the current activity in the current panel.
OnMayClose - Annotation Type in org.uberfire.lifecycle
Methods annotated with this will be called by the Workbench before the WorkbenchPart is closed.
OnOpen - Annotation Type in org.uberfire.lifecycle
Methods annotated with this are called by the Workbench when a WorkbenchPart is displayed.
onRename(Command) - Method in class org.uberfire.backend.vfs.impl.ObservablePathImpl
 
onRename(Command) - Method in interface org.uberfire.backend.vfs.ObservablePath
 
OnSave - Annotation Type in org.uberfire.lifecycle
Deprecated.
The code generated by use of this annotation will never be called by the UberFire framework. Use an application-defined mechanism (perhaps a Saveable interface or a CDI event) instead.
OnShutdown - Annotation Type in org.uberfire.lifecycle
 
OnStartup - Annotation Type in org.uberfire.lifecycle
Methods annotated with this are called by the Workbench before methods annotated with @OnOpen.
onUpdate(Command) - Method in class org.uberfire.backend.vfs.impl.ObservablePathImpl
 
onUpdate(Command) - Method in interface org.uberfire.backend.vfs.ObservablePath
 
order(int) - Method in class org.uberfire.workbench.model.menu.impl.MenuBuilderImpl
 
order(int) - Method in interface org.uberfire.workbench.model.menu.MenuFactory.SimpleMenuBuilder
 
orderAll(int) - Method in class org.uberfire.workbench.model.menu.impl.MenuBuilderImpl
 
orderAll(int) - Method in interface org.uberfire.workbench.model.menu.MenuFactory.OrderedMenu
 
orElse(PlaceRequest) - Method in class org.uberfire.mvp.impl.ConditionalPlaceRequest
Creates a place request for the given place ID with the given state parameters for that place.
org.uberfire.annotations - package org.uberfire.annotations
 
org.uberfire.backend.vfs - package org.uberfire.backend.vfs
 
org.uberfire.backend.vfs.impl - package org.uberfire.backend.vfs.impl
 
org.uberfire.debug - package org.uberfire.debug
 
org.uberfire.lifecycle - package org.uberfire.lifecycle
 
org.uberfire.mvp - package org.uberfire.mvp
 
org.uberfire.mvp.impl - package org.uberfire.mvp.impl
 
org.uberfire.paging - package org.uberfire.paging
 
org.uberfire.plugin - package org.uberfire.plugin
 
org.uberfire.rpc - package org.uberfire.rpc
 
org.uberfire.rpc.impl - package org.uberfire.rpc.impl
 
org.uberfire.security - package org.uberfire.security
 
org.uberfire.security.authz - package org.uberfire.security.authz
 
org.uberfire.spaces - package org.uberfire.spaces
 
org.uberfire.util - package org.uberfire.util
 
org.uberfire.workbench.annotations - package org.uberfire.workbench.annotations
 
org.uberfire.workbench.category - package org.uberfire.workbench.category
 
org.uberfire.workbench.events - package org.uberfire.workbench.events
 
org.uberfire.workbench.model - package org.uberfire.workbench.model
 
org.uberfire.workbench.model.impl - package org.uberfire.workbench.model.impl
 
org.uberfire.workbench.model.menu - package org.uberfire.workbench.model.menu
 
org.uberfire.workbench.model.menu.impl - package org.uberfire.workbench.model.menu.impl
 
org.uberfire.workbench.model.toolbar - package org.uberfire.workbench.model.toolbar
 
org.uberfire.workbench.model.toolbar.impl - package org.uberfire.workbench.model.toolbar.impl
 
org.uberfire.workbench.type - package org.uberfire.workbench.type
 
org.uberfire.workspace - package org.uberfire.workspace
 
Others - Class in org.uberfire.workbench.category
 
Others() - Constructor for class org.uberfire.workbench.category.Others
 

P

PageRequest - Class in org.uberfire.paging
A generic request for paged data
PageRequest(int, Integer) - Constructor for class org.uberfire.paging.PageRequest
 
PageResponse<T extends AbstractPageRow> - Class in org.uberfire.paging
A Page of data for display in a PagedTable
PageResponse() - Constructor for class org.uberfire.paging.PageResponse
 
pageSize - Variable in class org.uberfire.paging.PageRequest
 
PanelDefinition - Interface in org.uberfire.workbench.model
Describes a physical region within a Workbench Perspective.
PanelDefinitionImpl - Class in org.uberfire.workbench.model.impl
Default implementation of PanelDefinition
PanelDefinitionImpl() - Constructor for class org.uberfire.workbench.model.impl.PanelDefinitionImpl
 
PanelDefinitionImpl(String) - Constructor for class org.uberfire.workbench.model.impl.PanelDefinitionImpl
 
ParameterizedCommand<T> - Interface in org.uberfire.mvp
A command representing a future activity.
parameters - Variable in class org.uberfire.mvp.impl.DefaultPlaceRequest
 
PARENT_CHOOSES_TYPE - Static variable in interface org.uberfire.workbench.model.PanelDefinition
parse(CharSequence) - Static method in class org.uberfire.mvp.impl.DefaultPlaceRequest
Creates a new place request from a string that encodes a place ID and optional parameters in standard URL query syntax.
PartDefinition - Interface in org.uberfire.workbench.model
Describes the assignment of a PlaceRequest to a tab/card/item in a PanelDefinition.
PartDefinitionImpl - Class in org.uberfire.workbench.model.impl
Default implementation of PartDefinition
PartDefinitionImpl() - Constructor for class org.uberfire.workbench.model.impl.PartDefinitionImpl
 
PartDefinitionImpl(PlaceRequest) - Constructor for class org.uberfire.workbench.model.impl.PartDefinitionImpl
 
Path - Interface in org.uberfire.backend.vfs
 
PathFactory - Class in org.uberfire.backend.vfs
 
PathFactory.PathImpl - Class in org.uberfire.backend.vfs
 
PathImpl() - Constructor for class org.uberfire.backend.vfs.PathFactory.PathImpl
 
PathPlaceRequest - Class in org.uberfire.mvp.impl
 
PathPlaceRequest() - Constructor for class org.uberfire.mvp.impl.PathPlaceRequest
 
PathPlaceRequest(Path) - Constructor for class org.uberfire.mvp.impl.PathPlaceRequest
 
PathPlaceRequest(Path, Map<String, String>) - Constructor for class org.uberfire.mvp.impl.PathPlaceRequest
 
PathPlaceRequest(Path, String) - Constructor for class org.uberfire.mvp.impl.PathPlaceRequest
 
PathPlaceRequest(Path, String, Map<String, String>) - Constructor for class org.uberfire.mvp.impl.PathPlaceRequest
 
PathSupport - Class in org.uberfire.backend.vfs
 
PathSupport() - Constructor for class org.uberfire.backend.vfs.PathSupport
 
perspective(String) - Method in class org.uberfire.workbench.model.menu.impl.MenuBuilderImpl
 
perspective(String) - Method in interface org.uberfire.workbench.model.menu.MenuFactory.PerspectiveMenu
 
PerspectiveDefinition - Interface in org.uberfire.workbench.model
Meta-data defining a Perspective.
PerspectiveDefinitionImpl - Class in org.uberfire.workbench.model.impl
Default implementation of PerspectiveDefinition
PerspectiveDefinitionImpl() - Constructor for class org.uberfire.workbench.model.impl.PerspectiveDefinitionImpl
 
PerspectiveDefinitionImpl(String) - Constructor for class org.uberfire.workbench.model.impl.PerspectiveDefinitionImpl
 
place(PlaceRequest) - Method in class org.uberfire.workbench.model.menu.impl.MenuBuilderImpl
 
place(PlaceRequest) - Method in interface org.uberfire.workbench.model.menu.MenuFactory.PerspectiveMenu
 
PlaceRequest - Interface in org.uberfire.mvp
A request to navigate to a particular UberFire Workbench Place (a WorkbenchPerspective, a WorkbenchScreen, or a WorkbenchEditor).
PluginAddedEvent - Class in org.uberfire.workbench.events
 
PluginAddedEvent(String) - Constructor for class org.uberfire.workbench.events.PluginAddedEvent
 
PluginEvent - Class in org.uberfire.workbench.events
 
PluginEvent(String) - Constructor for class org.uberfire.workbench.events.PluginEvent
 
PluginReloadedEvent - Class in org.uberfire.workbench.events
 
PluginReloadedEvent() - Constructor for class org.uberfire.workbench.events.PluginReloadedEvent
 
PluginUpdatedEvent - Class in org.uberfire.workbench.events
 
PluginUpdatedEvent(String) - Constructor for class org.uberfire.workbench.events.PluginUpdatedEvent
 
PluginUtil - Class in org.uberfire.plugin
Utilities for working with external (GWT-compiled) plugins.
position(MenuPosition) - Method in class org.uberfire.workbench.model.menu.impl.MenuBuilderImpl
 
position(MenuPosition) - Method in interface org.uberfire.workbench.model.menu.MenuFactory.SimpleMenuBuilder
 
Position - Interface in org.uberfire.workbench.model
Tells a PanelManager implementation where to place a part within a panel.
push(MenuFactory.CustomMenuBuilder) - Method in interface org.uberfire.workbench.model.menu.MenuFactory.CustomMenuBuilder
 

R

READ - Static variable in interface org.uberfire.security.ResourceAction
The read action is common to all resource types.
released(Path) - Static method in class org.uberfire.backend.vfs.impl.LockResult
 
removeChild(Position) - Method in class org.uberfire.workbench.model.impl.PanelDefinitionImpl
 
removeChild(Position) - Method in interface org.uberfire.workbench.model.PanelDefinition
Remove a child from the Panel
removeExtension(String) - Static method in class org.uberfire.backend.vfs.impl.ObservablePathImpl
 
removeExtension(Path, ResourceTypeDefinition) - Static method in class org.uberfire.workbench.type.FileNameUtil
 
removeExtension(Path, String) - Static method in class org.uberfire.workbench.type.FileNameUtil
 
removeExtension(String, String) - Static method in class org.uberfire.workbench.type.FileNameUtil
 
removePart(PartDefinition) - Method in class org.uberfire.workbench.model.impl.PanelDefinitionImpl
 
removePart(PartDefinition) - Method in interface org.uberfire.workbench.model.PanelDefinition
Removes the given part definition from this panel definition.
resolve() - Method in class org.uberfire.mvp.impl.ConditionalPlaceRequest
 
resolveConditionalPlaceRequest() - Method in class org.uberfire.mvp.impl.ConditionalPlaceRequest
Return the place request of this conditional PlaceRequest.
resolveFileSystemPath(SpacesAPI.Scheme, Space, String) - Static method in interface org.uberfire.spaces.SpacesAPI
 
resolveFileSystemURI(SpacesAPI.Scheme, Space, String) - Method in interface org.uberfire.spaces.SpacesAPI
 
resolveSpace(String) - Method in interface org.uberfire.spaces.SpacesAPI
 
Resource - Interface in org.uberfire.security
A generic interface for modelling resources, like UI assets: perspectives, screens or editors or even backend resources like repositories, projects, data objects, etc...
ResourceAction - Interface in org.uberfire.security
An action represents something that someone can do over a resource.
ResourceActionRef - Class in org.uberfire.security.authz
A instance holding a resource reference plus an action
ResourceActionRef(Resource) - Constructor for class org.uberfire.security.authz.ResourceActionRef
 
ResourceActionRef(Resource, ResourceAction) - Constructor for class org.uberfire.security.authz.ResourceActionRef
 
ResourceActionRef(ResourceType, ResourceAction) - Constructor for class org.uberfire.security.authz.ResourceActionRef
 
ResourceActionRef(ResourceType, Resource, ResourceAction) - Constructor for class org.uberfire.security.authz.ResourceActionRef
 
ResourceAdded - Class in org.uberfire.workbench.events
 
ResourceAdded(String) - Constructor for class org.uberfire.workbench.events.ResourceAdded
 
ResourceAddedEvent - Class in org.uberfire.workbench.events
An Event indicating a Resource has been added
ResourceAddedEvent(Path, String, SessionInfo) - Constructor for class org.uberfire.workbench.events.ResourceAddedEvent
 
ResourceBatchChangesEvent - Class in org.uberfire.workbench.events
An Event indicating a various changes to various Resources
ResourceBatchChangesEvent(Map<Path, Collection<ResourceChange>>, String, SessionInfo) - Constructor for class org.uberfire.workbench.events.ResourceBatchChangesEvent
 
ResourceChange - Interface in org.uberfire.workbench.events
 
ResourceChangeType - Enum in org.uberfire.workbench.events
Types of change that can happen to a Resource
ResourceCopied - Class in org.uberfire.workbench.events
 
ResourceCopied(Path, String) - Constructor for class org.uberfire.workbench.events.ResourceCopied
 
ResourceCopiedEvent - Class in org.uberfire.workbench.events
An Event indicating a Resource has been copied
ResourceCopiedEvent(Path, Path, String, SessionInfo) - Constructor for class org.uberfire.workbench.events.ResourceCopiedEvent
 
ResourceDeleted - Class in org.uberfire.workbench.events
 
ResourceDeleted(String) - Constructor for class org.uberfire.workbench.events.ResourceDeleted
 
ResourceDeletedEvent - Class in org.uberfire.workbench.events
An Event indicating a Resource has been deleted
ResourceDeletedEvent(Path, String, SessionInfo) - Constructor for class org.uberfire.workbench.events.ResourceDeletedEvent
 
ResourceEvent - Interface in org.uberfire.workbench.events
 
ResourceOpenedEvent - Class in org.uberfire.workbench.events
An Event indicating a Resource has been opened
ResourceOpenedEvent(Path, SessionInfo) - Constructor for class org.uberfire.workbench.events.ResourceOpenedEvent
 
ResourceRef - Class in org.uberfire.security
A resource reference.
ResourceRef(String, ResourceType) - Constructor for class org.uberfire.security.ResourceRef
 
ResourceRef(String, ResourceType, List<Resource>) - Constructor for class org.uberfire.security.ResourceRef
 
ResourceRenamed - Class in org.uberfire.workbench.events
 
ResourceRenamed(Path, String) - Constructor for class org.uberfire.workbench.events.ResourceRenamed
 
ResourceRenamedEvent - Class in org.uberfire.workbench.events
An Event indicating a Resource has been renamed
ResourceRenamedEvent(Path, Path, String, SessionInfo) - Constructor for class org.uberfire.workbench.events.ResourceRenamedEvent
 
ResourceType - Interface in org.uberfire.security
Type interface for Resource instances
ResourceTypeDefinition - Interface in org.uberfire.workbench.type
Definition of a Resource Type
ResourceUpdated - Class in org.uberfire.workbench.events
 
ResourceUpdated(String) - Constructor for class org.uberfire.workbench.events.ResourceUpdated
 
ResourceUpdatedEvent - Class in org.uberfire.workbench.events
An Event indicating a Resource has been updated
ResourceUpdatedEvent(Path, String, SessionInfo) - Constructor for class org.uberfire.workbench.events.ResourceUpdatedEvent
 
respondsWith(Command) - Method in class org.uberfire.workbench.model.menu.impl.MenuBuilderImpl
 
respondsWith(Command) - Method in interface org.uberfire.workbench.model.menu.MenuFactory.CommandMenu
 
ROOT - Static variable in class org.uberfire.workbench.model.NamedPosition
Represents the root panel of any templated perspective.
RuntimeContentResource - Interface in org.uberfire.security.authz
 
RuntimeFeatureResource - Interface in org.uberfire.security.authz
 
RuntimeResource - Interface in org.uberfire.security.authz
 

S

sanitizeFileSystemName(String) - Static method in interface org.uberfire.spaces.SpacesAPI
 
SessionInfo - Interface in org.uberfire.rpc
 
SessionInfoImpl - Class in org.uberfire.rpc.impl
 
SessionInfoImpl() - Constructor for class org.uberfire.rpc.impl.SessionInfoImpl
 
SessionInfoImpl(String, User) - Constructor for class org.uberfire.rpc.impl.SessionInfoImpl
 
SessionInfoImpl(User) - Constructor for class org.uberfire.rpc.impl.SessionInfoImpl
 
SessionInfoMarshalller - Class in org.uberfire.rpc.impl
 
SessionInfoMarshalller() - Constructor for class org.uberfire.rpc.impl.SessionInfoMarshalller
 
set(String) - Static method in class org.uberfire.workspace.WorkspaceContext
 
setContextDefinition(ContextDefinition) - Method in class org.uberfire.workbench.model.impl.PanelDefinitionImpl
 
setContextDefinition(ContextDefinition) - Method in class org.uberfire.workbench.model.impl.PartDefinitionImpl
 
setContextDefinition(ContextDefinition) - Method in class org.uberfire.workbench.model.impl.PerspectiveDefinitionImpl
 
setContextDefinition(ContextDefinition) - Method in interface org.uberfire.workbench.model.PanelDefinition
 
setContextDefinition(ContextDefinition) - Method in interface org.uberfire.workbench.model.PartDefinition
 
setContextDefinition(ContextDefinition) - Method in interface org.uberfire.workbench.model.PerspectiveDefinition
 
setContextDisplayMode(ContextDisplayMode) - Method in class org.uberfire.workbench.model.impl.PanelDefinitionImpl
 
setContextDisplayMode(ContextDisplayMode) - Method in class org.uberfire.workbench.model.impl.PartDefinitionImpl
 
setContextDisplayMode(ContextDisplayMode) - Method in class org.uberfire.workbench.model.impl.PerspectiveDefinitionImpl
 
setContextDisplayMode(ContextDisplayMode) - Method in interface org.uberfire.workbench.model.PanelDefinition
 
setContextDisplayMode(ContextDisplayMode) - Method in interface org.uberfire.workbench.model.PartDefinition
 
setContextDisplayMode(ContextDisplayMode) - Method in interface org.uberfire.workbench.model.PerspectiveDefinition
 
setDependencies(List<Resource>) - Method in class org.uberfire.security.ResourceRef
 
setDisplayNextTime(boolean) - Method in class org.uberfire.workbench.model.impl.SplashScreenFilterImpl
 
setDisplayNextTime(boolean) - Method in interface org.uberfire.workbench.model.SplashScreenFilter
 
setElementId(String) - Method in class org.uberfire.workbench.model.impl.PanelDefinitionImpl
 
setElementId(String) - Method in interface org.uberfire.workbench.model.PanelDefinition
Specifies the DOM ID that should be given to the live panel's element.
setEnabled(boolean) - Method in class org.uberfire.workbench.model.menu.impl.BaseMenuCustom
 
setEnabled(boolean) - Method in class org.uberfire.workbench.model.menu.impl.DefaultMenuGroup
 
setEnabled(boolean) - Method in interface org.uberfire.workbench.model.menu.MenuItem
 
setEnabled(boolean) - Method in class org.uberfire.workbench.model.toolbar.impl.DefaultToolBarItem
 
setEnabled(boolean) - Method in interface org.uberfire.workbench.model.toolbar.ToolBarItem
 
setHeight(Integer) - Method in class org.uberfire.workbench.model.impl.PanelDefinitionImpl
 
setHeight(int) - Method in interface org.uberfire.workbench.model.PanelDefinition
Set the height of this panel in pixels using a primitive int to make this method exportable to JS.
setHeight(Integer) - Method in interface org.uberfire.workbench.model.PanelDefinition
Set the height of this panel in pixels.
setId(String) - Method in class org.uberfire.rpc.impl.SessionInfoImpl
 
setIdentifier(String) - Method in class org.uberfire.mvp.impl.DefaultPlaceRequest
 
setIdentifier(String) - Method in interface org.uberfire.mvp.PlaceRequest
 
setIdentifier(String) - Method in class org.uberfire.security.ResourceRef
 
setInterceptionPoints(Collection<String>) - Method in class org.uberfire.workbench.model.impl.SplashScreenFilterImpl
 
setInterceptionPoints(Collection<String>) - Method in interface org.uberfire.workbench.model.SplashScreenFilter
 
setLastPage(boolean) - Method in class org.uberfire.paging.PageResponse
 
setMessage(String) - Method in class org.uberfire.workbench.model.Notification
 
setMinHeight(Integer) - Method in class org.uberfire.workbench.model.impl.PanelDefinitionImpl
 
setMinHeight(Integer) - Method in interface org.uberfire.workbench.model.PanelDefinition
Set the minimum height of the Panel in pixels
setMinWidth(Integer) - Method in class org.uberfire.workbench.model.impl.PanelDefinitionImpl
 
setMinWidth(Integer) - Method in interface org.uberfire.workbench.model.PanelDefinition
Set the minimum width of the Panel in pixels
setName(String) - Method in class org.uberfire.workbench.model.impl.PerspectiveDefinitionImpl
 
setName(String) - Method in class org.uberfire.workbench.model.impl.SplashScreenFilterImpl
 
setName(String) - Method in interface org.uberfire.workbench.model.PerspectiveDefinition
Set the name of the Perspective.
setName(String) - Method in interface org.uberfire.workbench.model.SplashScreenFilter
 
setPageRowList(List<T>) - Method in class org.uberfire.paging.PageResponse
 
setPageSize(Integer) - Method in class org.uberfire.paging.PageRequest
 
setPanelType(String) - Method in class org.uberfire.workbench.model.impl.PanelDefinitionImpl
 
setPanelType(String) - Method in interface org.uberfire.workbench.model.PanelDefinition
Specifies the WorkbenchPanelPresenter implementation that should be used when adding this panel to the UI.
setParent(PanelDefinition) - Method in class org.uberfire.workbench.model.impl.PanelDefinitionImpl
 
setParentPanel(PanelDefinition) - Method in class org.uberfire.workbench.model.impl.PartDefinitionImpl
 
setParentPanel(PanelDefinition) - Method in interface org.uberfire.workbench.model.PartDefinition
 
setPlace(PlaceRequest) - Method in interface org.uberfire.workbench.model.ContextDefinition
Set the PlaceRequest that this Part will contain.
setPlace(PlaceRequest) - Method in class org.uberfire.workbench.model.impl.ContextDefinitionImpl
 
setPlace(PlaceRequest) - Method in class org.uberfire.workbench.model.impl.PartDefinitionImpl
 
setPlace(PlaceRequest) - Method in interface org.uberfire.workbench.model.PartDefinition
 
setPosition(Position) - Method in class org.uberfire.workbench.model.impl.PanelDefinitionImpl
 
setPosition(Position) - Method in interface org.uberfire.workbench.model.PanelDefinition
Set the Position of the Panel relative to it's parent.
setResourceType(ResourceType) - Method in class org.uberfire.security.ResourceRef
 
setRoot(boolean) - Method in class org.uberfire.workbench.model.impl.PanelDefinitionImpl
 
setSelectable(boolean) - Method in class org.uberfire.workbench.model.impl.PartDefinitionImpl
 
setSelectable(boolean) - Method in interface org.uberfire.workbench.model.PartDefinition
 
setStartRowIndex(int) - Method in class org.uberfire.paging.PageRequest
 
setStartRowIndex(int) - Method in class org.uberfire.paging.PageResponse
 
setState(Notification.State) - Method in class org.uberfire.workbench.model.Notification
 
setTimestamp(Date) - Method in class org.uberfire.workbench.model.Notification
 
setTotalRowSize(int) - Method in class org.uberfire.paging.PageResponse
 
setTotalRowSizeExact(boolean) - Method in class org.uberfire.paging.PageResponse
 
setType(NotificationEvent.NotificationType) - Method in class org.uberfire.workbench.model.Notification
 
setUpdateLocationBar(boolean) - Method in class org.uberfire.mvp.impl.DefaultPlaceRequest
 
setUpdateLocationBar(boolean) - Method in interface org.uberfire.mvp.PlaceRequest
 
setWidth(Integer) - Method in class org.uberfire.workbench.model.impl.PanelDefinitionImpl
 
setWidth(int) - Method in interface org.uberfire.workbench.model.PanelDefinition
Set the width of this panel in pixels using a primitive int to make this method exportable to JS.
setWidth(Integer) - Method in interface org.uberfire.workbench.model.PanelDefinition
Set the width of this panel in pixels.
shortName(Class<?>) - Static method in class org.uberfire.debug.Debug
Returns the short name of the given class (no package name).
Space - Class in org.uberfire.spaces
 
Space() - Constructor for class org.uberfire.spaces.Space
 
Space(String) - Constructor for class org.uberfire.spaces.Space
 
SpacesAPI - Interface in org.uberfire.spaces
 
SpacesAPI.Scheme - Enum in org.uberfire.spaces
 
SplashScreenFilter - Interface in org.uberfire.workbench.model
Describes the current interception rules for a splash screen, including the user's current preference for whether or not the screen should be displayed next time one of its interception points is matched.
SplashScreenFilterImpl - Class in org.uberfire.workbench.model.impl
Default implementation of SplashScreenFilter
SplashScreenFilterImpl(String, boolean, Collection<String>) - Constructor for class org.uberfire.workbench.model.impl.SplashScreenFilterImpl
 
startRowIndex - Variable in class org.uberfire.paging.PageRequest
 
submenu(String) - Method in class org.uberfire.workbench.model.menu.impl.MenuBuilderImpl
 
submenu(String) - Method in interface org.uberfire.workbench.model.menu.MenuFactory.MenuBuilder
 
submenu(String) - Method in interface org.uberfire.workbench.model.menu.MenuFactory.SubMenuBuilder
 
supportedFileAttributeViews() - Method in interface org.uberfire.backend.vfs.FileSystem
 

T

TextResourceTypeDefinition - Class in org.uberfire.workbench.type
 
TextResourceTypeDefinition() - Constructor for class org.uberfire.workbench.type.TextResourceTypeDefinition
 
TextResourceTypeDefinition(Others) - Constructor for class org.uberfire.workbench.type.TextResourceTypeDefinition
 
toInteger(int) - Static method in class org.uberfire.plugin.PluginUtil
Integer is not a JsType and can't be shared across scripts.
toMemorableString(long) - Static method in class org.uberfire.debug.Debug
Makes a reasonably easy-to-pronounce gibberish word from the given number.
ToolBar - Interface in org.uberfire.workbench.model.toolbar
Meta-data for a Workbench Tool Bar including permissions
ToolBarIcon - Interface in org.uberfire.workbench.model.toolbar
 
ToolBarItem - Interface in org.uberfire.workbench.model.toolbar
Meta-data for a Workbench Tool Bar Item including permissions.
ToolBarTypeIcon - Interface in org.uberfire.workbench.model.toolbar
 
ToolBarUrlIcon - Interface in org.uberfire.workbench.model.toolbar
 
toString() - Method in class org.uberfire.backend.vfs.impl.LockInfo
 
toString() - Method in class org.uberfire.backend.vfs.impl.ObservablePathImpl
 
toString() - Method in class org.uberfire.backend.vfs.PathFactory.PathImpl
 
toString() - Method in class org.uberfire.mvp.impl.ConditionalPlaceRequest
 
toString() - Method in class org.uberfire.mvp.impl.DefaultPlaceRequest
 
toString() - Method in class org.uberfire.mvp.impl.ExternalPathPlaceRequest
 
toString() - Method in class org.uberfire.mvp.impl.ForcedPlaceRequest
 
toString() - Method in class org.uberfire.mvp.impl.PathPlaceRequest
 
toString() - Method in class org.uberfire.rpc.impl.SessionInfoImpl
 
toString() - Method in class org.uberfire.spaces.Space
 
toString() - Method in enum org.uberfire.spaces.SpacesAPI.Scheme
 
toString() - Method in class org.uberfire.workbench.events.NotificationEvent
 
toString() - Method in class org.uberfire.workbench.events.ResourceAdded
 
toString() - Method in class org.uberfire.workbench.events.ResourceAddedEvent
 
toString() - Method in class org.uberfire.workbench.events.ResourceBatchChangesEvent
 
toString() - Method in class org.uberfire.workbench.events.ResourceCopiedEvent
 
toString() - Method in class org.uberfire.workbench.events.ResourceDeletedEvent
 
toString() - Method in class org.uberfire.workbench.events.ResourceOpenedEvent
 
toString() - Method in class org.uberfire.workbench.events.ResourceRenamedEvent
 
toString() - Method in class org.uberfire.workbench.events.ResourceUpdatedEvent
 
toString() - Method in class org.uberfire.workbench.model.impl.PanelDefinitionImpl
 
toString() - Method in class org.uberfire.workbench.model.impl.PartDefinitionImpl
 
toString() - Method in class org.uberfire.workbench.model.impl.PerspectiveDefinitionImpl
 
toString() - Method in class org.uberfire.workbench.model.NamedPosition
 
toString() - Method in class org.uberfire.workbench.model.Notification
 
toURI() - Method in class org.uberfire.backend.vfs.impl.ObservablePathImpl
 
toURI() - Method in interface org.uberfire.backend.vfs.Path
 
toURI() - Method in class org.uberfire.backend.vfs.PathFactory.PathImpl
 

U

UberFireEvent - Interface in org.uberfire.workbench.events
Marker interface that serves to group all UberFire framework events together.
UberfireJSAPIReadyEvent - Class in org.uberfire.workbench.events
 
UberfireJSAPIReadyEvent() - Constructor for class org.uberfire.workbench.events.UberfireJSAPIReadyEvent
 
Undefined - Class in org.uberfire.workbench.category
 
Undefined() - Constructor for class org.uberfire.workbench.category.Undefined
 
UNKNOWN - Static variable in interface org.uberfire.security.ResourceType
Resource type declaration for those resources who do not declare a type.
unlocked() - Static method in class org.uberfire.backend.vfs.impl.LockInfo
 
URIUtil - Class in org.uberfire.util
Utilities for working with URIs that functions the same in both client and server code.
URIUtil() - Constructor for class org.uberfire.util.URIUtil
 

V

valueOf(String) - Static method in enum org.uberfire.security.authz.VotingStrategy
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.uberfire.spaces.SpacesAPI.Scheme
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.uberfire.workbench.events.NotificationEvent.NotificationType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.uberfire.workbench.events.ResourceChangeType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.uberfire.workbench.model.ActivityResourceType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.uberfire.workbench.model.CompassPosition
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.uberfire.workbench.model.ContextDisplayMode
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.uberfire.workbench.model.menu.impl.MenuBuilderImpl.MenuType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.uberfire.workbench.model.menu.MenuPosition
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.uberfire.workbench.model.Notification.State
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.uberfire.workbench.model.toolbar.IconType
Returns the enum constant of this type with the specified name.
values() - Static method in enum org.uberfire.security.authz.VotingStrategy
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.uberfire.spaces.SpacesAPI.Scheme
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.uberfire.workbench.events.NotificationEvent.NotificationType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.uberfire.workbench.events.ResourceChangeType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.uberfire.workbench.model.ActivityResourceType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.uberfire.workbench.model.CompassPosition
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.uberfire.workbench.model.ContextDisplayMode
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.uberfire.workbench.model.menu.impl.MenuBuilderImpl.MenuType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.uberfire.workbench.model.menu.MenuPosition
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.uberfire.workbench.model.Notification.State
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.uberfire.workbench.model.toolbar.IconType
Returns an array containing the constants of this enum type, in the order they are declared.
VERSION_PROPERTY - Static variable in class org.uberfire.backend.vfs.PathFactory
 
VisibleAsset - Annotation Type in org.uberfire.workbench.annotations
This annotation represents a Resource that should be visible to end users.
visit(MenuItemPlain) - Method in class org.uberfire.workbench.model.menu.impl.BaseMenuVisitor
 
visit(MenuItemCommand) - Method in class org.uberfire.workbench.model.menu.impl.BaseMenuVisitor
 
visit(MenuItemPerspective) - Method in class org.uberfire.workbench.model.menu.impl.BaseMenuVisitor
 
visit(MenuCustom<?>) - Method in class org.uberfire.workbench.model.menu.impl.BaseMenuVisitor
 
visit(MenuItemPlain) - Method in interface org.uberfire.workbench.model.menu.MenuVisitor
Visits a plain menu item in the tree.
visit(MenuItemCommand) - Method in interface org.uberfire.workbench.model.menu.MenuVisitor
Visits a menu item that has an associated command.
visit(MenuItemPerspective) - Method in interface org.uberfire.workbench.model.menu.MenuVisitor
Visits a menu item that has an associated perspective.
visit(MenuCustom<?>) - Method in interface org.uberfire.workbench.model.menu.MenuVisitor
Visits a custom menu item in the menu tree.
visitEnter(Menus) - Method in class org.uberfire.workbench.model.menu.impl.BaseMenuVisitor
 
visitEnter(MenuGroup) - Method in class org.uberfire.workbench.model.menu.impl.BaseMenuVisitor
 
visitEnter(Menus) - Method in interface org.uberfire.workbench.model.menu.MenuVisitor
Visits the top-level menu container.
visitEnter(MenuGroup) - Method in interface org.uberfire.workbench.model.menu.MenuVisitor
Visits a menu group in the tree of menus.
visitLeave(Menus) - Method in class org.uberfire.workbench.model.menu.impl.BaseMenuVisitor
 
visitLeave(MenuGroup) - Method in class org.uberfire.workbench.model.menu.impl.BaseMenuVisitor
 
visitLeave(Menus) - Method in interface org.uberfire.workbench.model.menu.MenuVisitor
Ends the visit of the top-level menu container.
visitLeave(MenuGroup) - Method in interface org.uberfire.workbench.model.menu.MenuVisitor
Visits a menu group in the tree of menus.
VotingStrategy - Enum in org.uberfire.security.authz
A voting strategy establishes what to do when different authorization results are produced during the evaluation of a permission over a protected resource.

W

when(Predicate<PlaceRequest>) - Method in class org.uberfire.mvp.impl.ConditionalPlaceRequest
Creates a place request for the given place ID with the given state parameters for that place.
withItems(List) - Method in class org.uberfire.workbench.model.menu.impl.MenuBuilderImpl
 
withItems(List<? extends MenuItem>) - Method in interface org.uberfire.workbench.model.menu.MenuFactory.MenuBuilder
 
withPermission(ResourceType) - Method in class org.uberfire.workbench.model.menu.impl.MenuBuilderImpl
 
withPermission(ResourceType, ResourceAction) - Method in class org.uberfire.workbench.model.menu.impl.MenuBuilderImpl
 
withPermission(ResourceType, Resource, ResourceAction) - Method in class org.uberfire.workbench.model.menu.impl.MenuBuilderImpl
 
withPermission(Resource) - Method in class org.uberfire.workbench.model.menu.impl.MenuBuilderImpl
 
withPermission(String, ResourceType) - Method in class org.uberfire.workbench.model.menu.impl.MenuBuilderImpl
 
withPermission(String, ResourceType, ResourceAction) - Method in class org.uberfire.workbench.model.menu.impl.MenuBuilderImpl
 
withPermission(Resource, ResourceAction) - Method in class org.uberfire.workbench.model.menu.impl.MenuBuilderImpl
 
withPermission(String) - Method in class org.uberfire.workbench.model.menu.impl.MenuBuilderImpl
 
withPermission(ResourceType) - Method in interface org.uberfire.workbench.model.menu.MenuFactory.SecurityInfos
 
withPermission(ResourceType, ResourceAction) - Method in interface org.uberfire.workbench.model.menu.MenuFactory.SecurityInfos
 
withPermission(ResourceType, Resource, ResourceAction) - Method in interface org.uberfire.workbench.model.menu.MenuFactory.SecurityInfos
 
withPermission(Resource) - Method in interface org.uberfire.workbench.model.menu.MenuFactory.SecurityInfos
 
withPermission(Resource, ResourceAction) - Method in interface org.uberfire.workbench.model.menu.MenuFactory.SecurityInfos
 
withPermission(String, ResourceType) - Method in interface org.uberfire.workbench.model.menu.MenuFactory.SecurityInfos
 
withPermission(String, ResourceType, ResourceAction) - Method in interface org.uberfire.workbench.model.menu.MenuFactory.SecurityInfos
 
withPermission(String) - Method in interface org.uberfire.workbench.model.menu.MenuFactory.SecurityInfos
 
WorkspaceContext - Class in org.uberfire.workspace
This context is used to store the active workspace for the thread that uses that is using it.
wrap(Path) - Method in class org.uberfire.backend.vfs.impl.ObservablePathImpl
 
wrap(Path) - Method in interface org.uberfire.backend.vfs.ObservablePath
 
A B C D E F G H I L M N O P R S T U V W 
Skip navigation links
UberFire API 2.4.0.Final-redhat-8

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