DynamicPDF by ceTe Software

com.cete.dynamicpdf.pageelements.forms
Class Behavior

java.lang.Object
  extended by com.cete.dynamicpdf.pageelements.forms.Behavior
Direct Known Subclasses:
PushBehavior

public class Behavior
extends java.lang.Object

To specify the field's highlighting mode.

The visual effect to be used when the mouse button is pressed or held down inside its active area.

Licensing:
This class is a DynamicPDF Generator Enterprise Edition feature. One of the following licenses is required for non-evaluation usage:


Field Summary
static Behavior INVERT
          Invert the contents of a field's rectangle.
static Behavior NONE
          No highlighting.
static Behavior OUTLINE
          Invert the field�s border.
static PushBehavior PUSH
          The field's rectangle to appear as if it were being �pushed� below the surface of the page.
 
Method Summary
static PushBehavior createPush(java.lang.String downLabel)
          Creates a push behavior with down label.
static PushBehavior createPush(java.lang.String downLabel, java.lang.String rolloverLabel)
          Creates a push behavior with down label and rollover label.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

NONE

public static Behavior NONE
No highlighting.


INVERT

public static Behavior INVERT
Invert the contents of a field's rectangle.


OUTLINE

public static Behavior OUTLINE
Invert the field�s border.


PUSH

public static PushBehavior PUSH
The field's rectangle to appear as if it were being �pushed� below the surface of the page.

Method Detail

createPush

public static PushBehavior createPush(java.lang.String downLabel)
Creates a push behavior with down label.

Parameters:
downLabel - a push behavior with down label.
Returns:
the push behavior with down label.

createPush

public static PushBehavior createPush(java.lang.String downLabel,
                                      java.lang.String rolloverLabel)
Creates a push behavior with down label and rollover label.

Parameters:
downLabel - the down label.
rolloverLabel - the roll over label
Returns:
the push behavior.

DynamicPDF by ceTe Software

API Reference for DynamicPDF v10.04 for Java generated on September 25, 2019
© Copyright 2019, ceTe Software