org.springframework.richclient.layout
Class LabelOrientation

java.lang.Object
  extended by org.springframework.core.enums.AbstractLabeledEnum
      extended by org.springframework.core.enums.AbstractGenericLabeledEnum
          extended by org.springframework.core.enums.ShortCodedLabeledEnum
              extended by org.springframework.richclient.layout.LabelOrientation
All Implemented Interfaces:
Serializable, Comparable, LabeledEnum

public final class LabelOrientation
extends ShortCodedLabeledEnum

See Also:
Serialized Form

Field Summary
static LabelOrientation BOTTOM
           
static LabelOrientation LEFT
           
static LabelOrientation RIGHT
           
static LabelOrientation TOP
           
 
Fields inherited from interface org.springframework.core.enums.LabeledEnum
CODE_ORDER, DEFAULT_ORDER, LABEL_ORDER
 
Method Summary
 
Methods inherited from class org.springframework.core.enums.ShortCodedLabeledEnum
getCode, getShortCode
 
Methods inherited from class org.springframework.core.enums.AbstractGenericLabeledEnum
getLabel
 
Methods inherited from class org.springframework.core.enums.AbstractLabeledEnum
compareTo, equals, getType, hashCode, toString
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Field Detail

TOP

public static final LabelOrientation TOP

BOTTOM

public static final LabelOrientation BOTTOM

LEFT

public static final LabelOrientation LEFT

RIGHT

public static final LabelOrientation RIGHT


Copyright © 2004-2008 The Spring Framework. All Rights Reserved.