org.springframework.richclient.image
Class ArrowIcon.Direction
java.lang.Object
org.springframework.richclient.image.ArrowIcon.Direction
- Enclosing class:
- ArrowIcon
public static class ArrowIcon.Direction
- extends Object
Type-safe enum for the ArrowIcon's directional capability.
Currently only up and down are supported since this is primarily designed
to be a table column sort indicator.
- Author:
- Keith Donald
DOWN
public static final ArrowIcon.Direction DOWN
UP
public static final ArrowIcon.Direction UP
getValue
public int getValue()
toString
public String toString()
- Overrides:
toString
in class Object
Copyright © 2004-2008 The Spring Framework. All Rights Reserved.