| Package | Description |
|---|---|
| org.primefaces.model.tagcloud |
| Modifier and Type | Class and Description |
|---|---|
class |
DefaultTagCloudItem |
| Modifier and Type | Method and Description |
|---|---|
List<TagCloudItem> |
DefaultTagCloudModel.getTags() |
List<TagCloudItem> |
TagCloudModel.getTags() |
| Modifier and Type | Method and Description |
|---|---|
void |
DefaultTagCloudModel.addTag(TagCloudItem item) |
void |
TagCloudModel.addTag(TagCloudItem item) |
void |
DefaultTagCloudModel.removeTag(TagCloudItem item) |
void |
TagCloudModel.removeTag(TagCloudItem item) |
| Modifier and Type | Method and Description |
|---|---|
void |
DefaultTagCloudModel.setTags(List<TagCloudItem> tags) |
| Constructor and Description |
|---|
DefaultTagCloudModel(Collection<TagCloudItem> collection) |
Copyright © 2014. All rights reserved.