org.apache.wicket.extensions.markup.html.tree.table
Class ColumnLocation.Alignment

java.lang.Object
  extended by org.apache.wicket.util.string.StringValue
      extended by org.apache.wicket.util.lang.EnumeratedType
          extended by org.apache.wicket.extensions.markup.html.tree.table.ColumnLocation.Alignment
All Implemented Interfaces:
Serializable, IClusterable
Enclosing class:
ColumnLocation

public static final class ColumnLocation.Alignment
extends EnumeratedType

Alignment of the column.

See Also:
Serialized Form

Field Summary
static ColumnLocation.Alignment LEFT
          Align left.
static ColumnLocation.Alignment MIDDLE
          Align middle.
static ColumnLocation.Alignment RIGHT
          Align right.
 
Constructor Summary
ColumnLocation.Alignment(String name)
          Construct.
 
Method Summary
 
Methods inherited from class org.apache.wicket.util.lang.EnumeratedType
getValues, readResolve
 
Methods inherited from class org.apache.wicket.util.string.StringValue
afterFirst, afterLast, beforeFirst, beforeLast, isEmpty, isNull, repeat, repeat, replaceAll, to, toBoolean, toBoolean, toBooleanObject, toChar, toChar, toCharacter, toDouble, toDouble, toDoubleObject, toDuration, toDuration, toInt, toInt, toInteger, toLong, toLong, toLongObject, toOptionalBoolean, toOptionalCharacter, toOptionalDouble, toOptionalDuration, toOptionalInteger, toOptionalLong, toOptionalString, toOptionalTime, toString, toString, toTime, toTime, valueOf, valueOf, valueOf, valueOf, valueOf, valueOf, valueOf, valueOf
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

LEFT

public static final ColumnLocation.Alignment LEFT
Align left.


MIDDLE

public static final ColumnLocation.Alignment MIDDLE
Align middle.


RIGHT

public static final ColumnLocation.Alignment RIGHT
Align right.

Constructor Detail

ColumnLocation.Alignment

public ColumnLocation.Alignment(String name)
Construct.

Parameters:
name -


Copyright © 2004-2011 Apache Software Foundation. All Rights Reserved.