Uses of Class
com.oorian.bootstrap.interactive.BsModal
Packages that use BsModal
-
Uses of BsModal in com.oorian.bootstrap.interactive
Methods in com.oorian.bootstrap.interactive that return BsModalModifier and TypeMethodDescriptionBsModal.setBody(com.oorian.html.Element content) Sets the modal body content.BsModal.setBodyText(String text) Sets the modal body text.BsModal.setCentered(boolean centered) Sets whether the modal is vertically centered.BsModal.setFade(boolean fade) Sets whether the modal has fade animation.BsModal.setFooter(com.oorian.html.Element content) Sets the modal footer content.BsModal.setFullscreen(boolean fullscreen) Sets the modal to fullscreen.BsModal.setFullscreenBelow(String breakpoint) Sets the modal to fullscreen below a breakpoint.BsModal.setKeyboard(boolean keyboard) Sets whether ESC key closes the modal.BsModal.setScrollable(boolean scrollable) Sets whether the modal body is scrollable.Sets the modal size.BsModal.setStaticBackdrop(boolean staticBackdrop) Sets whether clicking backdrop closes the modal.Sets the modal title.