Package | Description |
---|---|
org.apache.shale.dialog | |
org.apache.shale.dialog.base |
Modifier and Type | Method and Description |
---|---|
DialogContext |
DialogContextManager.create(javax.faces.context.FacesContext context,
String name)
Create a new instance of the specified dialog configuration, returning
the newly created instance.
|
DialogContext |
DialogContextManager.create(javax.faces.context.FacesContext context,
String name,
DialogContext parent)
Create a new instance of the specified dialog configuration, returning
the newly created instance.
|
DialogContext |
DialogContextManager.get(String id)
Return the
DialogContext instance for the specified identifier
(if any); otherwise, return null . |
DialogContext |
DialogContextListener.getDialogContext()
Return the
DialogContext instance associated with this
DialogContextListener . |
DialogContext |
DialogContext.getParent()
Return the parent
DialogContext instance associated with this
child DialogContext , if any; otherwise, return null . |
Modifier and Type | Method and Description |
---|---|
DialogContext |
DialogContextManager.create(javax.faces.context.FacesContext context,
String name,
DialogContext parent)
Create a new instance of the specified dialog configuration, returning
the newly created instance.
|
void |
DialogContextManagerListener.onCreate(DialogContext context)
Handle the case where a new
DialogContext instance has
been created. |
void |
DialogContextManagerListener.onRemove(DialogContext context)
Handle the case where a new
DialogContext instance has
been removed. |
void |
DialogContextManager.remove(DialogContext instance)
Remove the specified
DialogContext instance from the set of
active instances for the current user. |
void |
DialogContextListener.setDialogContext(DialogContext dialogContext)
Set the
DialogContext instance associated with this
DialogContextListener . |
Modifier and Type | Class and Description |
---|---|
class |
AbstractDialogContext
Convenience abstract
DialogContext implementation. |
Modifier and Type | Method and Description |
---|---|
DialogContext |
AbstractDialogContextListener.getDialogContext()
Return the
DialogContext instance associated with this
DialogContextListener . |
Modifier and Type | Method and Description |
---|---|
protected void |
AbstractDialogContextManager.fireOnCreate(DialogContext context)
Fire an
onCreate() event to all registered listeners. |
protected void |
AbstractDialogContextManager.fireOnRemove(DialogContext context)
Fire an
onRemove() event to all registered listeners. |
void |
AbstractDialogContextManagerListener.onCreate(DialogContext context)
Handle the case where a new
DialogContext instance has
been created. |
void |
AbstractDialogContextManagerListener.onRemove(DialogContext context)
Handle the case where a new
DialogContext instance has
been removed. |
void |
AbstractDialogContextListener.setDialogContext(DialogContext dialogContext)
Set the
DialogContext instance associated with this
DialogContextListener . |
Copyright © 2004-2013 Apache Software Foundation. All Rights Reserved.