|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
IPTMyPortalGadgetContent
| Method Summary | |
int |
Find(int nGadgetID)
Find the index of a gadget using a gadget id. |
java.lang.Object[][] |
GetContent(int nIndex)
Get the content of the gadget at a particular index. |
int |
GetCount()
Get the number of gadgets represented by this object. |
java.lang.String |
GetDisabledMessage(int nIndex)
Get the disabled message for a gadget at a particular index. |
boolean |
GetEnabled(int nIndex)
Get whether the gadget at a particular index is enabled. |
IPTGadget |
GetGadget(int nIndex)
Get the IPTGadget object for the gadget at a particular index. |
int |
GetGadgetAlignment(int nIndex)
Get the alignment of of the gadget at particular index. |
int |
GetGadgetColumn(int nIndex)
Get the column of the gadget at a particular index. |
int |
GetGadgetID(int nIndex)
Get the ID of the gadget at a particular index. |
java.lang.String |
GetGadgetName(int nIndex)
Get the name of the gadget at a particular index. |
boolean |
GetHasHelpURL(int nIndex)
Get whether the gadget at a particular index has a help URL or not. |
boolean |
GetSupportsUserInterface(int nIndex)
Get whether or not the gadget at a particular index supports non-standard user interfaces. |
boolean |
GetSuppressTitleBar(int nIndex)
Get whether the gadget at a particular index is has a suppressed title bar or not. |
int |
GetTopicPos(int nIndex)
Get TopicPos (for ordering of gadgets) for a particular gadget. |
| Methods inherited from interface com.plumtree.server.IPTUnknown |
GetInterfaces |
| Method Detail |
public int GetCount()
public int Find(int nGadgetID)
nGadgetID - - gadget id to search forpublic int GetGadgetID(int nIndex)
nIndex - - index of the gadgetpublic java.lang.String GetGadgetName(int nIndex)
nIndex - - index of the gadgetpublic int GetGadgetAlignment(int nIndex)
nIndex - - index of the gadgetpublic IPTGadget GetGadget(int nIndex)
nIndex - - index of the gadgetpublic boolean GetEnabled(int nIndex)
nIndex - - index of the gadgetpublic int GetGadgetColumn(int nIndex)
nIndex - - index of the gadgetpublic java.lang.Object[][] GetContent(int nIndex)
nIndex - - index of the gadgetpublic int GetTopicPos(int nIndex)
nIndex - - index of the gadgetpublic boolean GetSuppressTitleBar(int nIndex)
nIndex - - index of the gadgetpublic boolean GetHasHelpURL(int nIndex)
nIndex - - index of the gadgetpublic java.lang.String GetDisabledMessage(int nIndex)
nIndex - - index of the gadgetpublic boolean GetSupportsUserInterface(int nIndex)
nIndex - - index of the gadget
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||