Class ClientAPIModule
- java.lang.Object
-
- org.uberfire.annotations.processors.facades.ClientAPIModule
-
public class ClientAPIModule extends Object
A collection of type names in the UberFire Client API module. Due to a bug in Eclipse annotation processor dependencies, we refer to all UberFire type names using Strings, Elements, and TypeMirrors. We cannot refer to the annotation types as types themselves.
-
-
Field Summary
Fields Modifier and Type Field Description static StringdefaultPositionstatic StringexperimentalFeaturestatic StringIDENTIFIERstatic Stringinterceptstatic StringIS_DEFAULTstatic StringIS_DYNAMICstatic StringIS_ENABLEDstatic StringIS_TEMPLATEstatic StringIS_TRANSIENTstatic StringjsTypestatic StringOWNING_PERSPECTIVEstatic Stringperspectivestatic StringSIZEstatic StringsplashBodyHeightstatic StringsplashFilterstatic StringVALUEstatic StringworkbenchClientEditorstatic StringworkbenchContextstatic StringworkbenchContextIdstatic StringworkbenchEditorstatic StringworkbenchMenustatic StringworkbenchPanelstatic StringworkbenchPartTitlestatic StringworkbenchPartTitleDecorationstatic StringworkbenchPartViewstatic StringworkbenchPerspectivestatic StringworkbenchPopupstatic StringworkbenchScreenstatic StringworkbenchSplashScreenstatic StringworkbenchToolBar
-
Method Summary
-
-
-
Field Detail
-
IDENTIFIER
public static final String IDENTIFIER
- See Also:
- Constant Field Values
-
SIZE
public static final String SIZE
- See Also:
- Constant Field Values
-
OWNING_PERSPECTIVE
public static final String OWNING_PERSPECTIVE
- See Also:
- Constant Field Values
-
IS_DEFAULT
public static final String IS_DEFAULT
- See Also:
- Constant Field Values
-
IS_DYNAMIC
public static final String IS_DYNAMIC
- See Also:
- Constant Field Values
-
IS_TRANSIENT
public static final String IS_TRANSIENT
- See Also:
- Constant Field Values
-
IS_TEMPLATE
public static final String IS_TEMPLATE
- See Also:
- Constant Field Values
-
IS_ENABLED
public static final String IS_ENABLED
- See Also:
- Constant Field Values
-
VALUE
public static final String VALUE
- See Also:
- Constant Field Values
-
workbenchSplashScreen
public static final String workbenchSplashScreen
- See Also:
- Constant Field Values
-
workbenchPerspective
public static final String workbenchPerspective
- See Also:
- Constant Field Values
-
workbenchPopup
public static final String workbenchPopup
- See Also:
- Constant Field Values
-
workbenchScreen
public static final String workbenchScreen
- See Also:
- Constant Field Values
-
workbenchContext
public static final String workbenchContext
- See Also:
- Constant Field Values
-
workbenchEditor
public static final String workbenchEditor
- See Also:
- Constant Field Values
-
workbenchClientEditor
public static final String workbenchClientEditor
- See Also:
- Constant Field Values
-
defaultPosition
public static final String defaultPosition
- See Also:
- Constant Field Values
-
workbenchPartTitle
public static final String workbenchPartTitle
- See Also:
- Constant Field Values
-
workbenchContextId
public static final String workbenchContextId
- See Also:
- Constant Field Values
-
workbenchPartTitleDecoration
public static final String workbenchPartTitleDecoration
- See Also:
- Constant Field Values
-
workbenchPartView
public static final String workbenchPartView
- See Also:
- Constant Field Values
-
workbenchMenu
public static final String workbenchMenu
- See Also:
- Constant Field Values
-
workbenchToolBar
public static final String workbenchToolBar
- See Also:
- Constant Field Values
-
perspective
public static final String perspective
- See Also:
- Constant Field Values
-
splashFilter
public static final String splashFilter
- See Also:
- Constant Field Values
-
splashBodyHeight
public static final String splashBodyHeight
- See Also:
- Constant Field Values
-
intercept
public static final String intercept
- See Also:
- Constant Field Values
-
workbenchPanel
public static final String workbenchPanel
- See Also:
- Constant Field Values
-
jsType
public static final String jsType
- See Also:
- Constant Field Values
-
experimentalFeature
public static final String experimentalFeature
- See Also:
- Constant Field Values
-
-
Method Detail
-
getWorkbenchScreenClass
public static String getWorkbenchScreenClass()
-
getSplashFilterClass
public static String getSplashFilterClass()
-
getSplashBodyHeightClass
public static String getSplashBodyHeightClass()
-
getInterceptClass
public static String getInterceptClass()
-
getPerspectiveClass
public static String getPerspectiveClass()
-
getWorkbenchToolBarClass
public static String getWorkbenchToolBarClass()
-
getWorkbenchMenuClass
public static String getWorkbenchMenuClass()
-
getWorkbenchPartViewClass
public static String getWorkbenchPartViewClass()
-
getWorkbenchPartTitleDecorationsClass
public static String getWorkbenchPartTitleDecorationsClass()
-
getWorkbenchContextIdClass
public static String getWorkbenchContextIdClass()
-
getWorkbenchPartTitleClass
public static String getWorkbenchPartTitleClass()
-
getDefaultPositionClass
public static String getDefaultPositionClass()
-
getWorkbenchContextClass
public static String getWorkbenchContextClass()
-
getWorkbenchEditorClass
public static String getWorkbenchEditorClass()
-
getWorkbenchClientEditorClass
public static String getWorkbenchClientEditorClass()
-
getWorkbenchPopupClass
public static String getWorkbenchPopupClass()
-
getWorkbenchSplashScreenClass
public static String getWorkbenchSplashScreenClass()
-
getWorkbenchPerspectiveClass
public static String getWorkbenchPerspectiveClass()
-
getWorkbenchPanel
public static String getWorkbenchPanel()
-
getWbPerspectiveScreenIsDefaultValueOnClass
public static Boolean getWbPerspectiveScreenIsDefaultValueOnClass(TypeElement classElement)
-
getWbPerspectiveScreenIsDynamicValueOnClass
public static Boolean getWbPerspectiveScreenIsDynamicValueOnClass(TypeElement classElement)
-
getWbScreenIsDynamicValueOnClass
public static Boolean getWbScreenIsDynamicValueOnClass(TypeElement classElement)
-
getWbEditorIsDynamicValueOnClass
public static Boolean getWbEditorIsDynamicValueOnClass(TypeElement classElement)
-
getWbPerspectiveScreenIsTransientValueOnClass
public static Boolean getWbPerspectiveScreenIsTransientValueOnClass(TypeElement classElement)
-
getWbPerspectiveScreenIdentifierValueOnClass
public static String getWbPerspectiveScreenIdentifierValueOnClass(TypeElement classElement)
-
getWbPopupScreenIdentifierValueOnClass
public static String getWbPopupScreenIdentifierValueOnClass(TypeElement classElement)
-
getWbPopupScreenSizeValueOnClass
public static String getWbPopupScreenSizeValueOnClass(TypeElement classElement)
-
getWbSplashScreenIdentifierValueOnClass
public static String getWbSplashScreenIdentifierValueOnClass(TypeElement classElement)
-
getWbSplashScreenIsEnabledValueOnClass
public static boolean getWbSplashScreenIsEnabledValueOnClass(TypeElement classElement)
-
getWbScreenIdentifierValueOnClass
public static String getWbScreenIdentifierValueOnClass(TypeElement classElement)
-
getWbEditorIdentifierValueOnClass
public static String getWbEditorIdentifierValueOnClass(TypeElement classElement)
-
isExperimentalFeatureGlobal
public static Boolean isExperimentalFeatureGlobal(TypeElement classElement)
-
getExperimentalFeatureGroup
public static String getExperimentalFeatureGroup(TypeElement classElement)
-
getExperimentalFeatureNameKey
public static final String getExperimentalFeatureNameKey(TypeElement classElement)
-
getExperimentalFeatureDescriptionKey
public static final String getExperimentalFeatureDescriptionKey(TypeElement classElement)
-
getWbContextIdentifierValueOnClass
public static String getWbContextIdentifierValueOnClass(TypeElement classElement)
-
-