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

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

Deprecated.

@Deprecated
public class CustomCells
extends Object

Maps all custom cells.

Author:
Thiago da Rosa de Bustamante

Constructor Summary
CustomCells()
          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

CustomCells

public CustomCells()
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.