Uses of Class
org.cruxframework.crux.core.client.Legacy

Packages that use Legacy
org.cruxframework.crux.core.client.animation   
org.cruxframework.crux.core.client.cell   
org.cruxframework.crux.core.client.datasource   
org.cruxframework.crux.core.client.datasource.pager   
org.cruxframework.crux.core.client.ioc   
org.cruxframework.crux.core.client.screen   
org.cruxframework.crux.core.rebind.cell   
org.cruxframework.crux.module.classpath   
org.cruxframework.crux.module.development   
org.cruxframework.crux.module.filter   
org.cruxframework.crux.module.launch   
org.cruxframework.crux.tools.compile   
org.cruxframework.crux.tools.schema   
 

Uses of Legacy in org.cruxframework.crux.core.client.animation
 

Classes in org.cruxframework.crux.core.client.animation with annotations of type Legacy
 class HorizontalMotionAnimation
          Deprecated. 
 class VerticalMotionAnimation
          Deprecated. 
 

Uses of Legacy in org.cruxframework.crux.core.client.cell
 

Classes in org.cruxframework.crux.core.client.cell with annotations of type Legacy
 interface CustomCell
          Deprecated. 
 

Uses of Legacy in org.cruxframework.crux.core.client.datasource
 

Methods in org.cruxframework.crux.core.client.datasource with annotations of type Legacy
 T RemoteStreamingDataSource.getBindedObject()
          Deprecated. Use getBoundObject instead
 T RemoteStreamingDataSource.getBindedObject(DataSourceRecord<T> record)
          Deprecated. Use getBoundObject instead
 

Uses of Legacy in org.cruxframework.crux.core.client.datasource.pager
 

Classes in org.cruxframework.crux.core.client.datasource.pager with annotations of type Legacy
 class AbstractPageable<T>
          Deprecated. Use DataProvider instead.
 class AbstractPager
          Deprecated. Use DataProvider instead.
 interface HasPageHandlers
          Deprecated. Use DataProvider instead.
 interface Pageable<T extends PagedDataSource<?>>
          Deprecated. Use DataProvider instead.
 class PageEvent
          Deprecated. Use DataProvider instead.
 interface PageHandler
          Deprecated. Use DataProvider instead.
 interface Pager
          Deprecated. Use DataProvider instead.
 

Uses of Legacy in org.cruxframework.crux.core.client.ioc
 

Classes in org.cruxframework.crux.core.client.ioc with annotations of type Legacy
static class Inject.Scope
          Deprecated. Use IoCResource.Scope instead
 

Uses of Legacy in org.cruxframework.crux.core.client.screen
 

Methods in org.cruxframework.crux.core.client.screen with annotations of type Legacy
 DataSource<?> ScreenFactory.createDataSource(String dataSource)
          Deprecated. Use View.createDataSource()
 Formatter ScreenFactory.getClientFormatter(String formatter)
          Deprecated. 
 DataSource<?> ScreenFactory.getDataSource(String dataSource)
          Deprecated. - Use createDataSource(java.lang.String) instead.
 RegisteredControllers ScreenFactory.getRegisteredControllers()
          Deprecated. Use View.getRegisteredControllers()
 

Uses of Legacy in org.cruxframework.crux.core.rebind.cell
 

Classes in org.cruxframework.crux.core.rebind.cell with annotations of type Legacy
 class CustomCells
          Deprecated. 
 class DataProviders
          Deprecated. 
 

Uses of Legacy in org.cruxframework.crux.module.classpath
 

Classes in org.cruxframework.crux.module.classpath with annotations of type Legacy
 class ModuleClassPathResolver
          Deprecated. 
 

Uses of Legacy in org.cruxframework.crux.module.development
 

Classes in org.cruxframework.crux.module.development with annotations of type Legacy
 class ModulesViewTester
          Deprecated. 
 

Uses of Legacy in org.cruxframework.crux.module.filter
 

Classes in org.cruxframework.crux.module.filter with annotations of type Legacy
 class ModulesDeclarativeUIFilter
          Deprecated. 
 

Uses of Legacy in org.cruxframework.crux.module.launch
 

Classes in org.cruxframework.crux.module.launch with annotations of type Legacy
 class ModulesLauncher
          Deprecated. 
 

Uses of Legacy in org.cruxframework.crux.tools.compile
 

Classes in org.cruxframework.crux.tools.compile with annotations of type Legacy
 class CruxModuleCompiler
          Deprecated. 
 class CruxModulesCompilerTask
          Deprecated. 
 

Uses of Legacy in org.cruxframework.crux.tools.schema
 

Classes in org.cruxframework.crux.tools.schema with annotations of type Legacy
 class SchemaGeneratorModulesTask
          Deprecated. 
 



Copyright © 2014. All rights reserved.