|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use DialogContext | |
---|---|
org.apache.shale.dialog | |
org.apache.shale.dialog.base |
Uses of DialogContext in org.apache.shale.dialog |
---|
Methods in org.apache.shale.dialog that return DialogContext | |
---|---|
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 . |
Methods in org.apache.shale.dialog with parameters of type DialogContext | |
---|---|
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 . |
Uses of DialogContext in org.apache.shale.dialog.base |
---|
Classes in org.apache.shale.dialog.base that implement DialogContext | |
---|---|
class |
AbstractDialogContext
Convenience abstract DialogContext implementation. |
Methods in org.apache.shale.dialog.base that return DialogContext | |
---|---|
DialogContext |
AbstractDialogContextListener.getDialogContext()
Return the |
Methods in org.apache.shale.dialog.base with parameters of type DialogContext | |
---|---|
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 |
void |
AbstractDialogContextManagerListener.onRemove(DialogContext context)
Handle the case where a new |
void |
AbstractDialogContextListener.setDialogContext(DialogContext dialogContext)
Set the |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |