| Annotation Type | Description |
|---|---|
| GetContent |
Used in method that returns a
@WorkbenchClientEditor content. |
| GetPreview |
Use in method that returns a
@WorkbenchClientEditor content preview. |
| IsDirty | Deprecated
The code generated by use of this annotation will never be called by the UberFire framework.
|
| OnClose |
Methods annotated with this will be called by the Workbench immediately after a WorkbenchPart is closed.
|
| OnContextAttach | |
| OnFocus |
Indicates that the framework should call the target method when the activity is the current activity in the current
panel.
|
| OnLostFocus |
Indicates that the framework should call the target method when the activity is no longer the current activity in the
current panel.
|
| OnMayClose |
Methods annotated with this will be called by the Workbench before the WorkbenchPart is closed.
|
| OnOpen |
Methods annotated with this are called by the Workbench when a WorkbenchPart
is displayed.
|
| OnSave | Deprecated
The code generated by use of this annotation will never be called by the UberFire framework.
|
| OnShutdown | |
| OnStartup |
Methods annotated with this are called by the Workbench before methods
annotated with
@OnOpen. |
| SetContent |
Use in method that sets a
@WorkbenchClientEditor content. |
| Validate |
Copyright © 2012–2021 JBoss by Red Hat. All rights reserved.