| java.lang.Object com.silvermindsoftware.hitch.config.BoundComponentConfig
BoundComponentConfig | public class BoundComponentConfig (Code) | | |
Constructor Summary | |
public | BoundComponentConfig(String sharedPropertyName) | public | BoundComponentConfig(String sharedPropertyName, Class handlerClass) | public | BoundComponentConfig(String sharedPropertyName, String[] handlerParameters) | public | BoundComponentConfig(String sharedPropertyName, Class handlerClass, String[] handlerParameters) | public | BoundComponentConfig(String componentFieldName, String modelPropertyName) | public | BoundComponentConfig(String componentFieldName, String modelPropertyName, Class handlerClass) | public | BoundComponentConfig(String componentFieldName, String modelPropertyName, String[] handlerParameters) | public | BoundComponentConfig(String componentFieldName, String modelPropertyName, Class handlerClass, String[] handlerParameters) | public | BoundComponentConfig(String componentFieldName, String modelPropertyName, Class handlerClass, String[] handlerParameters, ReadOnly readOnly, Class type) |
BoundComponentConfig | public BoundComponentConfig(String sharedPropertyName)(Code) | | |
BoundComponentConfig | public BoundComponentConfig(String sharedPropertyName, Class handlerClass)(Code) | | |
BoundComponentConfig | public BoundComponentConfig(String sharedPropertyName, String[] handlerParameters)(Code) | | |
BoundComponentConfig | public BoundComponentConfig(String sharedPropertyName, Class handlerClass, String[] handlerParameters)(Code) | | |
BoundComponentConfig | public BoundComponentConfig(String componentFieldName, String modelPropertyName)(Code) | | |
BoundComponentConfig | public BoundComponentConfig(String componentFieldName, String modelPropertyName, Class handlerClass)(Code) | | |
BoundComponentConfig | public BoundComponentConfig(String componentFieldName, String modelPropertyName, String[] handlerParameters)(Code) | | |
BoundComponentConfig | public BoundComponentConfig(String componentFieldName, String modelPropertyName, Class handlerClass, String[] handlerParameters)(Code) | | |
getComponentFieldName | public String getComponentFieldName()(Code) | | |
getHandlerParameters | public String[] getHandlerParameters()(Code) | | |
getModelPropertyName | public String getModelPropertyName()(Code) | | |
|
|