public class ModalDialogComponent extends UIComponentHandlerFactoryElement
HandlerFactoryElement.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) |
Runnable |
getCloseListener() |
String |
getComponentIncludeJSP() |
UIComponentHandlerFactoryElement |
getCurrentComponent() |
String |
getModalDialogFormatter() |
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(UIComponentHandlerFactoryElement currentComponent) |
void |
setDraggable(boolean draggable) |
void |
setModal(boolean modal) |
void |
setModalDialogFormatter(String modalDialogFormatter) |
void |
setTitle(String title) |
boolean |
show() |
afterRenderComponent, beforeRenderComponent, getName
actionVoid, addFieldError, afterInvokeAction, beforeInvokeAction, calculateActionShortcuts, clearFieldErrors, getActionForShortcut, getActionName, getFieldErrors, handle, hasError, isEnabledForActionHandling, isEnableDoubleClickControl, isScopeAdequateForDoubleClickControl, isUseActionShortcuts, setEnabledForActionHandling, setEnableDoubleClickControl, setUseActionShortcuts, start
addPeriodicTask, addPeriodicTask, factoryLookup, getComponentAlias, getComponentDescription, getComponentName, getComponentScope, init, setComponentAlias, shutdown, stop
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 getModalDialogFormatter()
public void setModalDialogFormatter(String modalDialogFormatter)
public String getComponentIncludeJSP()
getComponentIncludeJSP
in class UIComponentHandlerFactoryElement
public void setComponentIncludeJSP(String componentIncludeJSP)
public UIComponentHandlerFactoryElement getCurrentComponent()
public void setCurrentComponent(UIComponentHandlerFactoryElement 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-2014 JBoss by Red Hat. All Rights Reserved.