I'm looking to build my own control for use in a Dashboard, and I'm trying to figure out exactly what I need to support. From what I have reverse engineered, I can tell that I need these methods:
#applyFilter #clear #dispose #draw #getState #isDisposed #resetControl #setState #clear, #getState, #isDisposed, #resetControl, and #setState are straightforward. #draw is mostly straightforward, but I see some controls implement a 3rd parameter - what is this for? What do #applyFilter and #dispose do, what are their parameters (if any), and what (if anything) do they return? Are there any methods I left off the list that the control must support? For events, most controls support at least "error", "ready", and "statechange". Are there any behind-the-scenes events that must be supported as well? -- You received this message because you are subscribed to the Google Groups "Google Visualization API" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/google-visualization-api. For more options, visit https://groups.google.com/d/optout.
