com.businessobjects.jsf.sdk.properties
Class RepeatDirection

java.lang.Object
  extended bycom.businessobjects.jsf.sdk.properties.RepeatDirection

public class RepeatDirection
extends java.lang.Object

Contains fields that specify the repeat direction for the Path component.


Field Summary
static int Horizontal
           Set the repeat direction to Horizontal.
static int Vertical
           Set the repeat direction to Vertical.
 
Constructor Summary
RepeatDirection()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

Horizontal

public static int Horizontal

Set the repeat direction to Horizontal.


Vertical

public static int Vertical

Set the repeat direction to Vertical.

Constructor Detail

RepeatDirection

public RepeatDirection()