com.silvermindsoftware.hitch.config
Class BoundComponentConfig

java.lang.Object
  extended by com.silvermindsoftware.hitch.config.BoundComponentConfig

public class BoundComponentConfig
extends Object

File-location:
BoundComponentConfig
Last check-in date:
2009-08-04 13:59:45 +0200 (Di, 04. Aug 2009) by swismer for revision 3873

Constructor Summary
BoundComponentConfig(String sharedPropertyName)
           
BoundComponentConfig(String sharedPropertyName, Class handlerClass)
           
BoundComponentConfig(String sharedPropertyName, Class handlerClass, String[] handlerParameters)
           
BoundComponentConfig(String componentFieldName, String modelPropertyName)
           
BoundComponentConfig(String sharedPropertyName, String[] handlerParameters)
           
BoundComponentConfig(String componentFieldName, String modelPropertyName, Class handlerClass)
           
BoundComponentConfig(String componentFieldName, String modelPropertyName, Class handlerClass, String[] handlerParameters)
           
BoundComponentConfig(String componentFieldName, String modelPropertyName, Class handlerClass, String[] handlerParameters, ReadOnly readOnly, Class type)
           
BoundComponentConfig(String componentFieldName, String modelPropertyName, String[] handlerParameters)
           
 
Method Summary
 String getComponentFieldName()
           
 Class getHandlerClass()
           
 String[] getHandlerParameters()
           
 String getModelPropertyName()
           
 ReadOnly getReadOnly()
           
 Class getType()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

BoundComponentConfig

public BoundComponentConfig(String sharedPropertyName)

BoundComponentConfig

public BoundComponentConfig(String sharedPropertyName,
                            Class handlerClass)

BoundComponentConfig

public BoundComponentConfig(String sharedPropertyName,
                            String[] handlerParameters)

BoundComponentConfig

public BoundComponentConfig(String sharedPropertyName,
                            Class handlerClass,
                            String[] handlerParameters)

BoundComponentConfig

public BoundComponentConfig(String componentFieldName,
                            String modelPropertyName)

BoundComponentConfig

public BoundComponentConfig(String componentFieldName,
                            String modelPropertyName,
                            Class handlerClass)

BoundComponentConfig

public BoundComponentConfig(String componentFieldName,
                            String modelPropertyName,
                            String[] handlerParameters)

BoundComponentConfig

public BoundComponentConfig(String componentFieldName,
                            String modelPropertyName,
                            Class handlerClass,
                            String[] handlerParameters)

BoundComponentConfig

public BoundComponentConfig(String componentFieldName,
                            String modelPropertyName,
                            Class handlerClass,
                            String[] handlerParameters,
                            ReadOnly readOnly,
                            Class type)
Method Detail

getComponentFieldName

public String getComponentFieldName()

getModelPropertyName

public String getModelPropertyName()

getHandlerClass

public Class getHandlerClass()

getHandlerParameters

public String[] getHandlerParameters()

getReadOnly

public ReadOnly getReadOnly()

getType

public Class getType()


Copyright © 2005-2011 ELCA. All Rights Reserved.