ca.sqlpower.wabit.report
Enum ResultSetRenderer.BorderStyles

java.lang.Object
  extended by java.lang.Enum<ResultSetRenderer.BorderStyles>
      extended by ca.sqlpower.wabit.report.ResultSetRenderer.BorderStyles
All Implemented Interfaces:
java.io.Serializable, java.lang.Comparable<ResultSetRenderer.BorderStyles>
Enclosing class:
ResultSetRenderer

public static enum ResultSetRenderer.BorderStyles
extends java.lang.Enum<ResultSetRenderer.BorderStyles>

These border styles gives a border to the result set. The border style is set on the renderer and is applied to each cell.


Enum Constant Summary
FULL
           
HORIZONTAL
           
INSIDE
           
NONE
           
OUTSIDE
           
VERTICAL
           
 
Method Summary
static ResultSetRenderer.BorderStyles valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static ResultSetRenderer.BorderStyles[] values()
          Returns an array containing the constants of this enum type, in the order they're declared.
 
Methods inherited from class java.lang.Enum
clone, compareTo, equals, getDeclaringClass, hashCode, name, ordinal, toString, valueOf
 
Methods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, wait, wait, wait
 

Enum Constant Detail

NONE

public static final ResultSetRenderer.BorderStyles NONE

OUTSIDE

public static final ResultSetRenderer.BorderStyles OUTSIDE

INSIDE

public static final ResultSetRenderer.BorderStyles INSIDE

FULL

public static final ResultSetRenderer.BorderStyles FULL

VERTICAL

public static final ResultSetRenderer.BorderStyles VERTICAL

HORIZONTAL

public static final ResultSetRenderer.BorderStyles HORIZONTAL
Method Detail

values

public static final ResultSetRenderer.BorderStyles[] values()
Returns an array containing the constants of this enum type, in the order they're declared. This method may be used to iterate over the constants as follows:
for(ResultSetRenderer.BorderStyles c : ResultSetRenderer.BorderStyles.values())
        System.out.println(c);

Returns:
an array containing the constants of this enum type, in the order they're declared

valueOf

public static ResultSetRenderer.BorderStyles valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)

Parameters:
name - the name of the enum constant to be returned.
Returns:
the enum constant with the specified name
Throws:
java.lang.IllegalArgumentException - if this enum type has no constant with the specified name


Copyright © 2009. All Rights Reserved.