On Jan 14, 9:56 pm, Ewald Pankratz <[email protected]> wrote: > How can I find out which attribute are available for an UI-Element. > e.g. I want to find out what else I can set for a FlexTable. I work > with eclipse. > > <g:center> > <g:ScrollPanel> > <g:FlexTable ui:field='table' styleName='{style.table}' > cellSpacing='0' cellPadding='0'/> > </g:ScrollPanel> > </g:center>
Every setter is available (setCellPadding, setCellSpacing, setVisible, etc.) Other special attributes (e.g. addStyleNames) or child elements (e.g. g:center in a g:DockLayoutPanel) are documented in the JavaDoc.
-- You received this message because you are subscribed to the Google Groups "Google Web Toolkit" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/google-web-toolkit?hl=en.
