wicket.extensions.markup.html.tree.table
Class ColumnLocation.Unit

java.lang.Object
  extended bywicket.util.string.StringValue
      extended bywicket.util.lang.EnumeratedType
          extended bywicket.extensions.markup.html.tree.table.ColumnLocation.Unit
All Implemented Interfaces:
java.io.Serializable
Enclosing class:
ColumnLocation

public static final class ColumnLocation.Unit
extends wicket.util.lang.EnumeratedType

Units.

See Also:
Serialized Form

Field Summary
static ColumnLocation.Unit EM
          Size of letter M in the current font.
static ColumnLocation.Unit PERCENT
          Percentage.
static ColumnLocation.Unit PROPORTIONAL
          Proportional.
static ColumnLocation.Unit PX
          Pixels.
 
Constructor Summary
ColumnLocation.Unit(java.lang.String name)
          Construct.
 
Methods inherited from class wicket.util.lang.EnumeratedType
getValues
 
Methods inherited from class wicket.util.string.StringValue
afterFirst, afterLast, beforeFirst, beforeLast, 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

EM

public static ColumnLocation.Unit EM
Size of letter M in the current font.


PERCENT

public static ColumnLocation.Unit PERCENT
Percentage.


PROPORTIONAL

public static ColumnLocation.Unit PROPORTIONAL
Proportional.


PX

public static ColumnLocation.Unit PX
Pixels.

Constructor Detail

ColumnLocation.Unit

public ColumnLocation.Unit(java.lang.String name)
Construct.

Parameters:
name -


Copyright © 2004-2008 Wicket developers. All Rights Reserved.