| Package | Description |
|---|---|
| de.agilecoders.wicket.markup.html.bootstrap.dialog |
| Modifier and Type | Class and Description |
|---|---|
class |
TextContentModal
A simple modal dialog that shows a given text as body.
|
| Modifier and Type | Method and Description |
|---|---|
Modal |
Modal.addButton(org.apache.wicket.Component button)
adds a button to footer section.
|
Modal |
Modal.addCloseButton()
adds a close button with default label ("Close")
|
Modal |
Modal.addCloseButton(org.apache.wicket.model.IModel<String> label)
adds a close button with specific label
|
Modal |
Modal.addOpenerAttributesTo(org.apache.wicket.Component component) |
Modal |
Modal.appendCloseDialogJavaScript(org.apache.wicket.ajax.AjaxRequestTarget target) |
Modal |
Modal.appendShowDialogJavaScript(org.apache.wicket.ajax.AjaxRequestTarget target) |
Modal |
Modal.header(org.apache.wicket.model.IModel<String> label)
Sets the header label text.
|
Modal |
Modal.header(org.apache.wicket.model.IModel<String> label,
boolean escapeMarkup)
Sets the header label text and whether model strings should be escaped.
|
Modal |
Modal.setFadeIn(boolean fadein)
Whether to fadin/fadeout the modal dialog or not
|
Modal |
Modal.setFooterVisible(boolean visible)
Sets whether the footer and any children are visible.
|
Modal |
Modal.setHeaderVisible(boolean visible)
Sets whether the header and any children are visible.
|
Modal |
Modal.setUseCloseHandler(boolean useCloseHandler)
Sets whether the close handler is used or not.
|
Modal |
Modal.setUseKeyboard(boolean keyboard)
Whether to enable keyboard interaction like ESC to close the dialog.
|
Modal |
Modal.show(boolean show)
Sets the initial visibility of the modal dialog.
|
Copyright © 2013 agilecoders.de. All Rights Reserved.