|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.zkoss.pivot.impl.util.Texts
public class Texts
String related utility.
| Constructor Summary | |
|---|---|
Texts()
|
|
| Method Summary | |
|---|---|
static java.lang.String |
capitalize(java.lang.String str)
Capitalize a string |
static int |
getRankIndex(java.lang.String key)
Convert key back to array index |
static int[] |
getRankIndices(java.lang.String key)
Convert key back to an array of node indices |
static java.lang.String |
getRankKey(int index)
Return a hash key for at node given index |
static java.lang.String |
getRankKey(int index,
int depth)
Return a hash key for node at given index and depth |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public Texts()
| Method Detail |
|---|
public static java.lang.String capitalize(java.lang.String str)
public static java.lang.String getRankKey(int index,
int depth)
public static java.lang.String getRankKey(int index)
public static int[] getRankIndices(java.lang.String key)
public static int getRankIndex(java.lang.String key)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||