|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.ibm.xsp.domino.app.tagcloud.TagCloudContent
public class TagCloudContent
Tag Cloud Content object. This class is here to support the creation of well performing TagClouds in Notes/Domino.
| Field Summary | |
|---|---|
static java.lang.String |
CSS_BASE_NAME
|
static ProfilerType |
profilerCheck
|
static ProfilerType |
profilerCompute
|
| Constructor Summary | |
|---|---|
TagCloudContent(com.ibm.domino.xsp.module.nsf.NSFComponentModule module,
java.lang.String tcId,
java.lang.Object properties)
First constructor. |
|
| Method Summary | |
|---|---|
protected boolean |
_needsRefresh()
|
protected TagCloudContent |
_refreshTagCloud()
|
void |
dump()
|
TagCloudEntry[] |
getEntries()
Get the list of entries. |
java.lang.Object |
getRepeatValue()
|
boolean |
isConstructing()
Check if the tag cloud is being constructed. |
boolean |
isRefreshing()
Check if the tag cloud is being refreshed. |
boolean |
isSliderVisible()
|
boolean |
needsRefresh()
Check if the tag cloud needs refresh. |
void |
refresh(TagCloudContainer container,
boolean waitForCompletion)
Refresh the tag cloud. |
boolean |
shouldWaitForCompletion()
Check if the refresh should wait for the completion. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public static final ProfilerType profilerCheck
public static final ProfilerType profilerCompute
public static final java.lang.String CSS_BASE_NAME
| Constructor Detail |
|---|
public TagCloudContent(com.ibm.domino.xsp.module.nsf.NSFComponentModule module,
java.lang.String tcId,
java.lang.Object properties)
| Method Detail |
|---|
public void dump()
public boolean isConstructing()
public boolean isRefreshing()
public TagCloudEntry[] getEntries()
public boolean isSliderVisible()
public java.lang.Object getRepeatValue()
public boolean needsRefresh()
protected boolean _needsRefresh()
public boolean shouldWaitForCompletion()
public void refresh(TagCloudContainer container,
boolean waitForCompletion)
protected TagCloudContent _refreshTagCloud()
throws com.ibm.domino.napi.NException
com.ibm.domino.napi.NException
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||