|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use TagsOrder | |
---|---|
org.openfaces.component.tagcloud | |
org.openfaces.renderkit.tagcloud |
Uses of TagsOrder in org.openfaces.component.tagcloud |
---|
Methods in org.openfaces.component.tagcloud that return TagsOrder | |
---|---|
TagsOrder |
TagCloud.getOrder()
|
TagsOrder |
TagCloud.getOrder()
|
static TagsOrder |
TagsOrder.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name. |
static TagsOrder |
TagsOrder.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name. |
static TagsOrder[] |
TagsOrder.values()
Returns an array containing the constants of this enum type, in the order they're declared. |
static TagsOrder[] |
TagsOrder.values()
Returns an array containing the constants of this enum type, in the order they're declared. |
Methods in org.openfaces.component.tagcloud with parameters of type TagsOrder | |
---|---|
void |
TagCloud.setOrder(TagsOrder order)
|
void |
TagCloud.setOrder(TagsOrder order)
|
Uses of TagsOrder in org.openfaces.renderkit.tagcloud |
---|
Methods in org.openfaces.renderkit.tagcloud with parameters of type TagsOrder | |
---|---|
static TagsOrderingStrategy |
AbstractTagsOrderingStrategy.getInstance(TagsOrder order)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |