Uses of Class
facets.core.app.DialogSurface.DialogActions

Packages that use DialogSurface.DialogActions
facets.core.app Extensions and partial specialisations of core Superficial types. 
facets.facet.app General application building. 
 

Uses of DialogSurface.DialogActions in facets.core.app
 

Subclasses of DialogSurface.DialogActions in facets.core.app
 class DialogActionDefaults
          Convenience extension of DialogSurface.DialogActions.
 

Methods in facets.core.app that return DialogSurface.DialogActions
static DialogSurface.DialogActions DialogActionDefaults.newApplyOkCancel()
           
static DialogSurface.DialogActions DialogActionDefaults.newCancel()
           
static DialogSurface.DialogActions DialogActionDefaults.newOk()
           
static DialogSurface.DialogActions DialogActionDefaults.newOkCancel()
           
 

Methods in facets.core.app with parameters of type DialogSurface.DialogActions
 void Dialogs.launchSurfaced(Dialogs.Surfacer surfacer, java.lang.String title, DialogSurface.DialogActions actions, DialogSurface.Contenter... contents)
          Launches a modal dialog, building its surface where required.
protected abstract  DialogSurface Dialogs.Surfacer.newSurface(SSurface app, DialogHost host, java.lang.String title, DialogSurface.DialogActions actions, DialogSurface.Contenter[] contents)
          Create a DialogSurface to expose any DialogSurface.Contenters type-identical to those passed.
 

Constructors in facets.core.app with parameters of type DialogSurface.DialogActions
DialogSurface(ActionAppSurface app, DialogHost host, java.lang.String title, DialogSurface.DialogActions actions, DialogSurface.Contenter[] contents)
          Unique constructor.
 

Uses of DialogSurface.DialogActions in facets.facet.app
 

Constructors in facets.facet.app with parameters of type DialogSurface.DialogActions
FacetDialogSurface.MultiPaged(FacetAppSurface app, DialogHost host, java.lang.String title, DialogSurface.DialogActions actions, DialogSurface.Contenter[] contents)
           
FacetDialogSurface(FacetAppSurface app, DialogHost host, java.lang.String title, DialogSurface.DialogActions actions, DialogSurface.Contenter[] contents)