public static class SpreadsheetWebApp.Context
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
ClientExports |
client
The client exports associated with this context.
|
SpreadsheetWebApp.SecurityContextDispatcher |
dispatcher
Security context dispatcher associated with this context.
|
SheetEventHandler |
eventHandler
The Spreadsheet UI event handler.
|
int |
id
The ID of the context.
|
java.util.Locale |
locale
The effective locale at time of SPREADSHEET widget creation
|
SpreadsheetWidget |
widget
The SpreadsheetWidget associated with the context.
|
| Constructor and Description |
|---|
Context() |
public int id
public SpreadsheetWidget widget
public SheetEventHandler eventHandler
public ClientExports client
public SpreadsheetWebApp.SecurityContextDispatcher dispatcher
public java.util.Locale locale