|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.google.gwt.gadgets.client.ContentSection<T>
T - A Gadget subclasspublic abstract class ContentSection<T extends Gadget<?>>
If a gadget wants to support multiple views, it has to contain one
ContentSection for each. The annotation
Gadget.InjectContent can be used to
inject content into the section and
Gadget.ContentType is used to define
which view this section is used for.
| Constructor Summary | |
|---|---|
ContentSection()
|
|
| Method Summary | |
|---|---|
abstract void |
init(T gadget)
This is the entry method for the content section. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public ContentSection()
| Method Detail |
|---|
public abstract void init(T gadget)
gadget - The gadget object that contains this content section.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||