A  B  C  D  E  F  G  H  I  J  K  L  M  N  O  P  Q  R  S  T  U  V  W  X  Y  Z  
SAVE_COMPLETE — Constant Static Property, class potomac.ui.PartEvent
The PartEvent.SAVE_COMPLETE constant defines the value of the type property of the event object for a partSaveComplete event.
SAVE_ERROR — Constant Static Property, class potomac.ui.PartEvent
The PartEvent.SAVE_ERROR constant defines the value of the type property of the event object for a partSaveError event.
savePage(page:potomac.ui:Page) — method, class potomac.ui.PotomacUI
Initiates a save on the given page.
savePart(reference:potomac.ui:PartReference) — method, class potomac.ui.Folder
Initiates a save of the part represented by the given reference.
selection — Property, class potomac.ui.PartEvent
The new selection on a SELECTION_CHANGED event.
selection — Property, class potomac.ui.SelectionEvent
The new selection.
SELECTION_CHANGED — Constant Static Property, class potomac.ui.PartEvent
The PartEvent.SELECTION_CHANGED constant defines the value of the type property of the event object for a partSelectionChangeIncoming event.
SELECTION_CHANGED — Constant Static Property, class potomac.ui.SelectionEvent
The SelectionEvent.SELECTION_CHANGED constant defines the value of the type property of the event object for a partSelectionChanged event.
SelectionEvent — class, package potomac.ui
SelectionEvents are dispatched in response to selection changes in parts.
SelectionEvent(type:String, partRef:potomac.ui:PartReference, selection:Array) — Constructor, class potomac.ui.SelectionEvent
Callers should not create SelectionEvent instances.
SelectionService — class, package potomac.ui
The SelectionService allows parts to retrieve the selection for a given part.
SelectionService() — Constructor, class potomac.ui.SelectionService
Callers should not construct SelectionService instances.
sendBroadcast(part:mx.core:UIComponent, eventToBroadcast:flash.events:Event) — Static Method , class potomac.ui.PartEvent
Sends an event to inform Potomac to in turn dispatch the given event on all parts.
sendBusy(part:mx.core:UIComponent, busyText:String) — Static Method , class potomac.ui.PartEvent
Sends an event to inform Potomac that the part is busy.
sendClean(part:mx.core:UIComponent) — Static Method , class potomac.ui.PartEvent
Sends an event informing Potomac that the given part is now clean.
sendDirty(part:mx.core:UIComponent) — Static Method , class potomac.ui.PartEvent
Sends an event informing Potomac that the given part is now dirty.
sendIdle(part:mx.core:UIComponent) — Static Method , class potomac.ui.PartEvent
Sends an event to inform Potomac that the part is no longer busy.
sendSaveComplete(part:mx.core:UIComponent) — Static Method , class potomac.ui.PartEvent
Sends an event informing Potomac that the save on the given part was successful.
sendSaveError(part:mx.core:UIComponent) — Static Method , class potomac.ui.PartEvent
Sends an event informing Potomac that the save on the given part did not complete as it encountered an error.
sendSelectionChanged(part:mx.core:UIComponent, newSelection:Array) — Static Method , class potomac.ui.PartEvent
Sends an event informing Potomac that the selection of the given part has changed.
setFocus — Property, class potomac.ui.TemplateEvent
True if the page should be made visible and focused.
showPage(page:potomac.ui:Page) — method, class potomac.ui.PotomacUI
Makes the given page visible (ex.
SHOW_PAGE — Constant Static Property, class potomac.ui.TemplateEvent
The TemplateEvent.SHOW_PAGE constant defines the value of the type property of the event object for a templateShowPage event.
showPart(partReference:potomac.ui:PartReference) — method, class potomac.ui.Folder
Makes the given part visible (ex.
start() — method, class potomac.inject.InjectionRequest
Starts the injection process (either instance creation and injection or injection only).
StartupEvent — class, package potomac.core
StartupEvents are associated with Potomac's startup process.
StartupEvent(type:String) — Constructor, class potomac.core.StartupEvent
Constructs a StartupEvent of the given type.
STARTUPLISTENER_COMPLETE — Constant Static Property, class potomac.core.StartupEvent
The StartupEvent.STARTUPLISTENER_COMPLETE constant defines the value of the type property of the event object for a potomacStartupListenerComplete event.
storeSettings() — method, class potomac.ui.Page
Stores the settings for this page so that subsequent recreations can maintain the same settings.
A  B  C  D  E  F  G  H  I  J  K  L  M  N  O  P  Q  R  S  T  U  V  W  X  Y  Z