|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD | |||||||||
java.lang.Objectjava.lang.Enum<TreeIconPosition>
org.exoplatform.gwtframework.ui.client.component.TreeIconPosition
public enum TreeIconPosition
use to indicate where in the display icons Created by The eXo Platform SAS.
| Enum Constant Summary | |
|---|---|
BOTTOMLEFT
Position left icon at the bottom of the folder Now not used. |
|
BOTTOMRIGHT
Position right icon at the bottom of the folder. |
|
TOPLEFT
Position left icon at the top of your folder. |
|
TOPRIGHT
Position right icon at the top of your folder. |
|
| Method Summary | |
|---|---|
static TreeIconPosition |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name. |
static TreeIconPosition[] |
values()
Returns an array containing the constants of this enum type, in the order they are declared. |
| Methods inherited from class java.lang.Enum |
|---|
clone, compareTo, equals, finalize, getDeclaringClass, hashCode, name, ordinal, toString, valueOf |
| Methods inherited from class java.lang.Object |
|---|
getClass, notify, notifyAll, wait, wait, wait |
| Enum Constant Detail |
|---|
public static final TreeIconPosition TOPLEFT
public static final TreeIconPosition TOPRIGHT
public static final TreeIconPosition BOTTOMLEFT
public static final TreeIconPosition BOTTOMRIGHT
| Method Detail |
|---|
public static TreeIconPosition[] values()
for (TreeIconPosition c : TreeIconPosition.values()) System.out.println(c);
public static TreeIconPosition valueOf(java.lang.String name)
name - the name of the enum constant to be returned.
java.lang.IllegalArgumentException - if this enum type has no constant
with the specified name
java.lang.NullPointerException - if the argument is null
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD | |||||||||