|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
Base interface for CTabItem related data
objects used in the NewsFeedTabBar ui component.
| Field Summary | |
static int |
TYPE_BROWSER_TAB
Type constant indicating a browser tab |
static int |
TYPE_FILTER_TAB
Type constant indicating a filter tab |
static int |
TYPE_MESSAGE_TAB
Type constant indicating a message tab |
static int |
TYPE_NEWSFEED_TAB
Type constant indicating a newsfeed tab |
| Method Summary | |
void |
dispose()
Disposes an ITabItemData object and all
claimed resources.
|
Object |
getComponent()
Gets the component displayed in the tab related to an ITabItemData.
|
CTabItem |
getTabItem()
Gets the CTabItem that an ITabItemData
is related to.
|
int |
getType()
Gets the type of an ITabItemData object.
|
String |
getUrl()
Gets the url of an ITabItemData.
|
| Field Detail |
public static final int TYPE_NEWSFEED_TAB
Type constant indicating a newsfeed tab
public static final int TYPE_BROWSER_TAB
Type constant indicating a browser tab
public static final int TYPE_FILTER_TAB
Type constant indicating a filter tab
public static final int TYPE_MESSAGE_TAB
Type constant indicating a message tab
| Method Detail |
public CTabItem getTabItem()
Gets the CTabItem that an ITabItemData
is related to.
CTabItem that an ITabItemData
is related topublic String getUrl()
Gets the url of an ITabItemData.
ITabItemDatapublic Object getComponent()
Gets the component displayed in the tab related to an
ITabItemData.
ITabItemDatapublic void dispose()
Disposes an ITabItemData object and all
claimed resources.
public int getType()
Gets the type of an ITabItemData object.
TYPE_NEWSFEED_TAB if a newsfeed is displayedTYPE_BROWSER_TAB if a browser is displayedTYPE_FILTER_TAB if a filtered newsfeed is displayedTYPE_MESSAGE_TAB if a message is displayed
ITabItemData object
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||