org.cruxframework.crux.core.rebind.cell
Class DataProviders

java.lang.Object
  extended by org.cruxframework.crux.core.rebind.cell.DataProviders

Deprecated.

@Deprecated
public class DataProviders
extends Object

Maps all custom cells.

Author:
Thiago da Rosa de Bustamante

Constructor Summary
DataProviders()
          Deprecated.  
 
Method Summary
static String getCustomCell(String name)
          Deprecated.  
static void initialize()
          Deprecated.  
protected static void initializeCustomCells()
          Deprecated.  
static Iterator<String> iterateCustomCells()
          Deprecated.  
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DataProviders

public DataProviders()
Deprecated. 
Method Detail

initialize

public static void initialize()
Deprecated. 

initializeCustomCells

protected static void initializeCustomCells()
Deprecated. 

getCustomCell

public static String getCustomCell(String name)
Deprecated. 
Parameters:
name -
Returns:

iterateCustomCells

public static Iterator<String> iterateCustomCells()
Deprecated. 
Returns:


Copyright © 2014. All rights reserved.