|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface InternalFormSupport
Additional methods for FormSupport used internally by Tapestry.
Form,
FormInjector| Method Summary | |
|---|---|
void |
executeDeferred()
Executes any deferred callbacks added via FormSupport.defer(Runnable). |
String |
getEncodingType()
Returns the form encoding type, if one has been set via a call to FormSupport.setEncodingType(String). |
| Methods inherited from interface org.apache.tapestry5.services.FormSupport |
|---|
addValidation, allocateControlName, defer, getFormComponentId, getFormValidationId, isClientValidationEnabled, setEncodingType, store, storeAndExecute |
| Methods inherited from interface org.apache.tapestry5.ClientElement |
|---|
getClientId |
| Method Detail |
|---|
void executeDeferred()
FormSupport.defer(Runnable).
String getEncodingType()
FormSupport.setEncodingType(String).
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||