|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectnet.sf.springlayout.web.security.PageFunctionState
public class PageFunctionState
Typesafe Enumeration for representing Page Function States. For example a save button may be in a state opf enabled, disabled or hidden.
| Field Summary | |
|---|---|
static PageFunctionState |
DISABLED
Page function is visible but disabled |
static PageFunctionState |
ENABLED
Page function is enabled |
static PageFunctionState |
HIDDEN
page function is not visible / available |
| Method Summary | |
|---|---|
int |
compareTo(java.lang.Object other)
|
java.lang.String |
toString()
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Field Detail |
|---|
public static final PageFunctionState HIDDEN
public static final PageFunctionState DISABLED
public static final PageFunctionState ENABLED
| Method Detail |
|---|
public java.lang.String toString()
toString in class java.lang.Objectpublic int compareTo(java.lang.Object other)
compareTo in interface java.lang.Comparable
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||