Interface SubmitableModalPanel
-
- All Superinterfaces:
IRequestableComponent,ModalPanel,Serializable
- All Known Implementing Classes:
AbstractModalPanel,AccessPolicyModalPanel,AjaxWizard,AnyObjectDisplayAttributesModalPanel,AnyTypeClassModalPanel,AnyTypeModalPanel,ApplicationModalPanel,AttrReleasePolicyModalPanel,AuthPolicyModalPanel,BatchModal,ChangePasswordModal,DisplayAttributesModalPanel,DomainAdminCredentialsPanel,DomainPoolModalPanel,DynRealmModalPanel,FormPropertyDefsPanel,GroupDisplayAttributesModalPanel,ImageModalPanel,ImplementationModalPanel,JsonEditorPanel,ModalDirectoryPanel,ParametersModalPanel,ProvisioningPolicyModalPanel,RelationshipTypeModalPanel,ResourceProvisionPanel,SecurityQuestionsModalPanel,TemplateModal,TextEditorPanel,TicketExpirationPolicyModalPanel,TypeExtensionDirectoryPanel,UserDisplayAttributesModalPanel,UsernameAttributeProviderModalPanelBuilder.Profile,UserRequestFormModal,WAConfigModalPanel,WAPushModalPanel,XMLEditorPanel
public interface SubmitableModalPanel extends ModalPanel
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidonError(AjaxRequestTarget target)voidonSubmit(AjaxRequestTarget target)-
Methods inherited from interface org.apache.wicket.request.component.IRequestableComponent
canCallListenerAfterExpiry, detach, get, getBehaviorById, getBehaviorId, getId, getPage, getPageRelativePath
-
-
-
-
Method Detail
-
onSubmit
void onSubmit(AjaxRequestTarget target)
-
onError
void onError(AjaxRequestTarget target)
-
-