Interface InternalFormSupport
- All Superinterfaces:
ClientElement
,FormSupport
- All Known Implementing Classes:
FormSupportImpl
Additional methods for
FormSupport
used internally by Tapestry.- See Also:
-
Method Summary
Modifier and TypeMethodDescriptionvoid
Executes any deferred callbacks added viaFormSupport.defer(Runnable)
.Returns the form encoding type, if one has been set via a call toFormSupport.setEncodingType(String)
.Methods inherited from interface org.apache.tapestry5.ClientElement
getClientId
Methods inherited from interface org.apache.tapestry5.services.FormSupport
addValidation, allocateControlName, defer, getFormComponentId, getFormValidationId, isClientValidationEnabled, setEncodingType, store, storeAndExecute, storeCancel
-
Method Details
-
executeDeferred
void executeDeferred()Executes any deferred callbacks added viaFormSupport.defer(Runnable)
. -
getEncodingType
Returns the form encoding type, if one has been set via a call toFormSupport.setEncodingType(String)
.
-