|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ReadOnly | |
---|---|
com.silvermindsoftware.hitch | |
com.silvermindsoftware.hitch.config | |
com.silvermindsoftware.hitch.meta |
Uses of ReadOnly in com.silvermindsoftware.hitch |
---|
Methods in com.silvermindsoftware.hitch that return ReadOnly | |
---|---|
static ReadOnly |
ReadOnly.valueOf(String name)
Returns the enum constant of this type with the specified name. |
static ReadOnly[] |
ReadOnly.values()
Returns an array containing the constants of this enum type, in the order they are declared. |
Uses of ReadOnly in com.silvermindsoftware.hitch.config |
---|
Methods in com.silvermindsoftware.hitch.config that return ReadOnly | |
---|---|
ReadOnly |
BoundComponentConfig.getReadOnly()
|
Constructors in com.silvermindsoftware.hitch.config with parameters of type ReadOnly | |
---|---|
BoundComponentConfig(String componentFieldName,
String modelPropertyName,
Class handlerClass,
String[] handlerParameters,
ReadOnly readOnly,
Class type)
|
Uses of ReadOnly in com.silvermindsoftware.hitch.meta |
---|
Methods in com.silvermindsoftware.hitch.meta that return ReadOnly | |
---|---|
ReadOnly |
ComponentMeta.getReadOnly()
|
Methods in com.silvermindsoftware.hitch.meta with parameters of type ReadOnly | |
---|---|
void |
FormMeta.addComponentMeta(String modelId,
String modelProperty,
Field componentField,
Class componentHandler,
String[] handlerParameters,
boolean autoBound,
ReadOnly readOnly,
Class type)
|
Constructors in com.silvermindsoftware.hitch.meta with parameters of type ReadOnly | |
---|---|
ComponentMeta(Class modelType,
String modelPropertyName,
String modelId,
Field componentField,
Field modelField,
Method modelGetter,
Method modelSetter,
Class componentHandler,
String[] handlerValues,
boolean autoBound,
ReadOnly readOnly,
Class modelPropertyType)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |