net.sf.springlayout.web.security
Class PageFunctionState

java.lang.Object
  extended by net.sf.springlayout.web.security.PageFunctionState
All Implemented Interfaces:
java.lang.Comparable

public class PageFunctionState
extends java.lang.Object
implements java.lang.Comparable

Typesafe Enumeration for representing Page Function States. For example a save button may be in a state opf enabled, disabled or hidden.

Author:
Rob Monie

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

HIDDEN

public static final PageFunctionState HIDDEN
page function is not visible / available


DISABLED

public static final PageFunctionState DISABLED
Page function is visible but disabled


ENABLED

public static final PageFunctionState ENABLED
Page function is enabled

Method Detail

toString

public java.lang.String toString()
Overrides:
toString in class java.lang.Object

compareTo

public int compareTo(java.lang.Object other)
Specified by:
compareTo in interface java.lang.Comparable


Copyright © 2005-2007 Spring Layout Team. All Rights Reserved.