| Package | Description |
|---|---|
| org.odlabs.wiquery.ui.dialog |
| Modifier and Type | Method and Description |
|---|---|
Dialog |
Dialog.setAutoOpen(boolean autoOpen)
Sets if this window opens autmatically after the page is loaded.
|
Dialog |
Dialog.setBeforeCloseEvent(JsScopeUiEvent beforeclose)
Deprecated.
will be removed when we will used jquery ui 1.9 (see ticket http://dev.jqueryui.com/ticket/4669)
|
Dialog |
Dialog.setBgiframe(boolean bgiframe)
Deprecated.
will be removed in 1.3
|
Dialog |
Dialog.setButtons(ListItemOptions<DialogButton> buttons)
Set's a list of dialog button
|
Dialog |
Dialog.setCloseEvent(JsScopeUiEvent close)
Set's the callback before the dialog is closed.
|
Dialog |
Dialog.setCloseOnEscape(boolean closeOnEscape)
Set's the close on escape keyboard shortcut
|
Dialog |
Dialog.setCloseText(String closeText)
Sets a the text for the close button
|
Dialog |
Dialog.setCssClass(String cssClass)
Sets a css class to customize the window's display.
|
Dialog |
Dialog.setDialogClass(String dialogClass)
The specified class name(s) will be added to the dialog, for additional theming.
|
Dialog |
Dialog.setDisabled(boolean disabled)
Disables (true) or enables (false) the dialog.
|
Dialog |
Dialog.setDragEvent(JsScopeUiEvent drag)
Set's the callback when the dialog is dragged.
|
Dialog |
Dialog.setDraggable(boolean draggable)
Enable or disable the draggable event
|
Dialog |
Dialog.setDragStartEvent(JsScopeUiEvent dragStart)
Set's the callback when the dialog is being dragged.
|
Dialog |
Dialog.setDragStopEvent(JsScopeUiEvent dragStop)
Set's the callback when the dialog has been dragged.
|
Dialog |
Dialog.setFocusEvent(JsScopeUiEvent focus)
Set's the callback when the dialog gains focus.
|
Dialog |
Dialog.setHeight(int height)
Sets the window's height.
|
Dialog |
Dialog.setHideEffect(String hideEffect)
Sets the effect used when the window closes.
|
Dialog |
Dialog.setMaxHeight(int maxHeight)
Sets the window's max height.
|
Dialog |
Dialog.setMaxWidth(int maxWidth)
Sets the window's max width.
|
Dialog |
Dialog.setMinHeight(int minHeight)
Sets the window's min height.
|
Dialog |
Dialog.setMinWidth(int minWidth)
Sets the window's min width.
|
Dialog |
Dialog.setModal(boolean modal)
Sets if this window is modal or not.
|
Dialog |
Dialog.setOpenEvent(JsScopeUiEvent open)
Set's the callback before the dialog is opening.
|
Dialog |
Dialog.setOverlayRatio(float ratio)
Deprecated.
will be removed in 1.3
|
Dialog |
Dialog.setPosition(Dialog.WindowPosition windowPosition)
Sets the window's position.
|
Dialog |
Dialog.setResizable(boolean resizable)
Sets if this window is resizable or not.
|
Dialog |
Dialog.setResizeEvent(JsScopeUiEvent resize)
Set's the callback when the dialog is resized.
|
Dialog |
Dialog.setResizeStartEvent(JsScopeUiEvent resizeStart)
Set's the callback when the dialog is being resized.
|
Dialog |
Dialog.setResizeStopEvent(JsScopeUiEvent resizeStop)
Set's the callback when the dialog has been resized.
|
Dialog |
Dialog.setShowEffect(String hideEffect)
Sets the effect used when the window shows itself.
|
Dialog |
Dialog.setStack(boolean stack)
Specifies whether the dialog will stack on top of other dialogs.
|
Dialog |
Dialog.setTitle(org.apache.wicket.model.IModel<String> title)
Sets the window's title.
|
Dialog |
Dialog.setTitle(String title)
Sets the window's title.
|
Dialog |
Dialog.setWidth(int width)
Sets the window's width.
|
Dialog |
Dialog.setZIndex(int zIndex)
Set's the starting z-index
|
Copyright © 2009-2012. All Rights Reserved.