org.cruxframework.crux.widgets.rebind.grid
Class DataColumnEditorCreatorFactory

java.lang.Object
  extended by org.cruxframework.crux.widgets.rebind.grid.DataColumnEditorCreatorFactory

public class DataColumnEditorCreatorFactory
extends Object

Knows how to create the source code of a GenericDataColumnEditorCreator class

Author:
Gesse Dafe

Constructor Summary
DataColumnEditorCreatorFactory(String classSimpleName, String packageName, GridFactory factory, WidgetCreatorContext context, org.json.JSONObject editorMetadata, String getLoggerVariable, Map<String,String> declaredMessages)
          Constructor
 
Method Summary
 void createEditorCreator()
          Generates the body of the class file
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DataColumnEditorCreatorFactory

public DataColumnEditorCreatorFactory(String classSimpleName,
                                      String packageName,
                                      GridFactory factory,
                                      WidgetCreatorContext context,
                                      org.json.JSONObject editorMetadata,
                                      String getLoggerVariable,
                                      Map<String,String> declaredMessages)
Constructor

Method Detail

createEditorCreator

public void createEditorCreator()
Generates the body of the class file



Copyright © 2014. All rights reserved.