@SessionScoped @Named(value="modal_dialog_bean") public class ModalDialogComponent extends UIBeanHandler
BeanHandler.HandlerTrace
Modifier and Type | Field and Description |
---|---|
static int |
DEFAULT_HEIGHT |
static int |
DEFAULT_WIDTH |
Constructor and Description |
---|
ModalDialogComponent() |
Modifier and Type | Method and Description |
---|---|
void |
actionClose(CommandRequest request) |
String |
getBeanJSP() |
Runnable |
getCloseListener() |
UIBeanHandler |
getCurrentComponent() |
String |
getTitle() |
void |
hide() |
boolean |
isDraggable() |
boolean |
isModal() |
boolean |
isShowing() |
static ModalDialogComponent |
lookup() |
void |
reset() |
void |
setCloseListener(Runnable closeListener) |
void |
setComponentIncludeJSP(String componentIncludeJSP) |
void |
setCurrentComponent(UIBeanHandler currentComponent) |
void |
setDraggable(boolean draggable) |
void |
setModal(boolean modal) |
void |
setTitle(String title) |
boolean |
show() |
afterRenderBean, beforeRenderBean
actionVoid, addFieldError, afterInvokeAction, beforeInvokeAction, calculateActionShortcuts, clearFieldErrors, getActionForShortcut, getActionName, getBeanName, getFieldErrors, handle, hasError, isEnabledForActionHandling, isEnableDoubleClickControl, isUseActionShortcuts, setEnabledForActionHandling, setEnableDoubleClickControl, setUseActionShortcuts, start
public static final int DEFAULT_WIDTH
public static final int DEFAULT_HEIGHT
public static ModalDialogComponent lookup()
public void actionClose(CommandRequest request)
public boolean show()
public void hide()
public void reset()
public String getBeanJSP()
getBeanJSP
in class UIBeanHandler
public void setComponentIncludeJSP(String componentIncludeJSP)
public UIBeanHandler getCurrentComponent()
public void setCurrentComponent(UIBeanHandler currentComponent)
public boolean isShowing()
public String getTitle()
public void setTitle(String title)
public Runnable getCloseListener()
public void setCloseListener(Runnable closeListener)
public void setModal(boolean modal)
public boolean isModal()
public boolean isDraggable()
public void setDraggable(boolean draggable)
Copyright © 2012–2016 JBoss by Red Hat. All rights reserved.