Uses of Class
org.uberfire.preferences.shared.bean.mock.PortablePreferenceMock
-
Packages that use PortablePreferenceMock Package Description org.uberfire.preferences.shared.bean.mock -
-
Uses of PortablePreferenceMock in org.uberfire.preferences.shared.bean.mock
Subclasses of PortablePreferenceMock in org.uberfire.preferences.shared.bean.mock Modifier and Type Class Description classPortablePreferenceMockBeanGeneratedImplclassPortablePreferenceMockPortableGeneratedImplCreated to be used in tests, and to avoid Errai errors due to unimplemented interfaces used in portable classes.Methods in org.uberfire.preferences.shared.bean.mock that return types with arguments of type PortablePreferenceMock Modifier and Type Method Description Class<PortablePreferenceMock>PortablePreferenceMockPortableGeneratedImpl. getPojoClass()Method parameters in org.uberfire.preferences.shared.bean.mock with type arguments of type PortablePreferenceMock Modifier and Type Method Description voidPortablePreferenceMockBeanGeneratedImpl. load(org.uberfire.mvp.ParameterizedCommand<PortablePreferenceMock> successCallback, org.uberfire.mvp.ParameterizedCommand<Throwable> errorCallback)voidPortablePreferenceMockBeanGeneratedImpl. load(PreferenceScopeResolutionStrategyInfo customScopeResolutionStrategy, org.uberfire.mvp.ParameterizedCommand<PortablePreferenceMock> successCallback, org.uberfire.mvp.ParameterizedCommand<Throwable> errorCallback)
-