|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface IPTMyPortalGadgetContent
IPTMyPortalGadgetContent
| Method Summary | |
|---|---|
int |
Find(int nGadgetID)
Find the index of a gadget using a gadget id. |
java.lang.Object[][] |
GetCollapsedOrErrorContent(int iIndex)
Gets the content that should be displayed for this portlet if it's in a collapsed or error state. |
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. |
java.lang.String |
GetGadgetUUID(int nIndex)
Get the UUID of the portlet. |
boolean |
GetHasHelpURL(int nIndex)
Get whether the gadget at a particular index has a help URL or not. |
boolean |
GetHasRefreshButton(int nIndex)
Get whether the portlet at a particular index has a refresh button or not. |
int |
GetSupportsPersonalization(int nIndex)
Get the gadget at a particular index's personalization value, which can then be bitmasked with to a type in PT_GADGETPERSONALIZATION_ROLES. |
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 |
|---|
int GetCount()
int Find(int nGadgetID)
nGadgetID - - gadget id to search for
int GetGadgetID(int nIndex)
nIndex - - index of the gadget
java.lang.String GetGadgetName(int nIndex)
nIndex - - index of the gadget
int GetGadgetAlignment(int nIndex)
nIndex - - index of the gadget
IPTGadget GetGadget(int nIndex)
nIndex - - index of the gadget
boolean GetEnabled(int nIndex)
nIndex - - index of the gadget
int GetGadgetColumn(int nIndex)
nIndex - - index of the gadget
java.lang.Object[][] GetContent(int nIndex)
nIndex - - index of the gadget
int GetTopicPos(int nIndex)
nIndex - - index of the gadget
boolean GetSuppressTitleBar(int nIndex)
nIndex - - index of the gadget
boolean GetHasHelpURL(int nIndex)
nIndex - - index of the gadget
java.lang.String GetDisabledMessage(int nIndex)
nIndex - - index of the gadget
boolean GetSupportsUserInterface(int nIndex)
nIndex - - index of the gadget
int GetSupportsPersonalization(int nIndex)
nIndex - - index of the gadget
boolean GetHasRefreshButton(int nIndex)
nIndex - - index of the portlet
java.lang.String GetGadgetUUID(int nIndex)
nIndex - - index of the portlet
java.lang.Object[][] GetCollapsedOrErrorContent(int iIndex)
iIndex - - index of the portlet
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||