facets.core.app
Class DialogSurface.DialogActions

java.lang.Object
  extended by facets.core.app.DialogSurface.DialogActions
Direct Known Subclasses:
DialogActionDefaults
Enclosing class:
DialogSurface

public abstract static class DialogSurface.DialogActions
extends java.lang.Object

Defines top-level buttons for a DialogSurface.


Constructor Summary
DialogSurface.DialogActions()
           
 
Method Summary
protected  void attachSurface(DialogSurface surface)
          Called from DialogSurface.DialogSurface(ActionAppSurface, DialogHost, String, DialogSurface.DialogActions, DialogSurface.Contenter[]).
abstract  STrigger[] newTriggers()
          Create STriggers defining the dialog control buttons.
protected  DialogSurface surface()
          Allows subclasses to access the DialogSurface.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DialogSurface.DialogActions

public DialogSurface.DialogActions()
Method Detail

attachSurface

protected void attachSurface(DialogSurface surface)
Called from DialogSurface.DialogSurface(ActionAppSurface, DialogHost, String, DialogSurface.DialogActions, DialogSurface.Contenter[]).


surface

protected final DialogSurface surface()
Allows subclasses to access the DialogSurface.

Returns:
the surface attached with attachSurface(DialogSurface)

newTriggers

public abstract STrigger[] newTriggers()
Create STriggers defining the dialog control buttons.