org.cruxframework.crux.core.rebind.screen.widget
Class WidgetCreatorHelper

java.lang.Object
  extended by org.cruxframework.crux.core.rebind.screen.widget.WidgetCreatorHelper

public class WidgetCreatorHelper
extends Object

Author:
Thiago da Rosa de Bustamante

Constructor Summary
WidgetCreatorHelper(Class<?> factoryClass)
           
 
Method Summary
 TagConstraints getChildtrenAttributesAnnotation(Class<?> processorClass)
           
 Class<?> getContextType()
           
 Class<?> getFactoryClass()
           
 String getWidgetDeclarationType()
           
 Class<?> getWidgetType()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

WidgetCreatorHelper

public WidgetCreatorHelper(Class<?> factoryClass)
Parameters:
factoryClass -
Method Detail

getFactoryClass

public Class<?> getFactoryClass()
Returns:

getWidgetDeclarationType

public String getWidgetDeclarationType()

getWidgetType

public Class<?> getWidgetType()
Returns:

getContextType

public Class<?> getContextType()
Returns:

getChildtrenAttributesAnnotation

public TagConstraints getChildtrenAttributesAnnotation(Class<?> processorClass)
Parameters:
processorClass -
Returns:


Copyright © 2014. All rights reserved.