|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use NullFieldStrategy | |
|---|---|
| org.apache.tapestry | |
| org.apache.tapestry.internal | |
| org.apache.tapestry.internal.services | |
| org.apache.tapestry.services | |
| org.apache.tapestry.test | |
| Uses of NullFieldStrategy in org.apache.tapestry |
|---|
| Methods in org.apache.tapestry with parameters of type NullFieldStrategy | |
|---|---|
Object |
FieldValidationSupport.parseClient(String clientValue,
ComponentResources componentResources,
Translator translator,
NullFieldStrategy nullFieldStrategy)
A wrapper around Translator.parseClient(String, org.apache.tapestry.ioc.Messages). |
String |
FieldValidationSupport.toClient(Object value,
ComponentResources componentResources,
Translator translator,
NullFieldStrategy nullFieldStrategy)
A wrapper around Translator.toClient(Object) that first fires a "toclient" event on
the component to see if it can perform the conversion. |
| Uses of NullFieldStrategy in org.apache.tapestry.internal |
|---|
| Classes in org.apache.tapestry.internal that implement NullFieldStrategy | |
|---|---|
class |
DefaultNullFieldStrategy
Default strategy, which is to do nothing: null values stay null. |
class |
ZeroNullFieldStrategy
Treats nulls to or from the client as if they were 0's. |
| Uses of NullFieldStrategy in org.apache.tapestry.internal.services |
|---|
| Methods in org.apache.tapestry.internal.services that return NullFieldStrategy | |
|---|---|
NullFieldStrategy |
NullFieldStrategySourceImpl.get(String name)
|
| Methods in org.apache.tapestry.internal.services with parameters of type NullFieldStrategy | |
|---|---|
Object |
FieldValidationSupportImpl.parseClient(String clientValue,
ComponentResources componentResources,
Translator translator,
NullFieldStrategy nullFieldStrategy)
|
String |
FieldValidationSupportImpl.toClient(Object value,
ComponentResources componentResources,
Translator translator,
NullFieldStrategy nullFieldStrategy)
|
| Constructor parameters in org.apache.tapestry.internal.services with type arguments of type NullFieldStrategy | |
|---|---|
NullFieldStrategySourceImpl(Map<String,NullFieldStrategy> configuration)
|
|
| Uses of NullFieldStrategy in org.apache.tapestry.services |
|---|
| Methods in org.apache.tapestry.services that return NullFieldStrategy | |
|---|---|
NullFieldStrategy |
NullFieldStrategySource.get(String name)
Returns the instance based on the name. |
| Method parameters in org.apache.tapestry.services with type arguments of type NullFieldStrategy | |
|---|---|
static void |
TapestryModule.contributeNullFieldStrategySource(MappedConfiguration<String,NullFieldStrategy> configuration)
Contributes strategies accessible via the NullFieldStrategySource service. |
| Uses of NullFieldStrategy in org.apache.tapestry.test |
|---|
| Methods in org.apache.tapestry.test that return NullFieldStrategy | |
|---|---|
protected NullFieldStrategy |
TapestryTestCase.mockNullFieldStrategy()
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||