DynamicPDF by ceTe Software

com.cete.dynamicpdf.pageelements.forms
Class PushBehavior

java.lang.Object
  |
  +--com.cete.dynamicpdf.pageelements.forms.Behavior
        |
        +--com.cete.dynamicpdf.pageelements.forms.PushBehavior

public class PushBehavior
extends Behavior

A type of Behavior.

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

See Also:
Behavior

Field Summary
 
Fields inherited from class com.cete.dynamicpdf.pageelements.forms.Behavior
INVERT, NONE, OUTLINE, PUSH
 
Constructor Summary
PushBehavior(java.lang.String downLabel)
          Creates a new instance of Push.
PushBehavior(java.lang.String downLabel, java.lang.String rolloverLabel)
          Creates a new instance of Push.
 
Method Summary
 java.lang.String getDownLabel()
          Gets the alternate caption on push button.
 java.lang.String getRolloverLabel()
          Gets the rollover caption on push button.
 void setDownLabel(java.lang.String downLabel)
          Sets the alternate caption on push button.
 void setRolloverLabel(java.lang.String rolloverLabel)
          Sets the rollover caption on push button.
 
Methods inherited from class com.cete.dynamicpdf.pageelements.forms.Behavior
createPush, createPush
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PushBehavior

public PushBehavior(java.lang.String downLabel)
Creates a new instance of Push.

Parameters:
downLabel - A Label/caption on push button.

PushBehavior

public PushBehavior(java.lang.String downLabel,
                    java.lang.String rolloverLabel)
Creates a new instance of Push.

Parameters:
downLabel - A down label on push button.
rolloverLabel - A rollover label on push button.
Method Detail

getDownLabel

public java.lang.String getDownLabel()
Gets the alternate caption on push button.


setDownLabel

public void setDownLabel(java.lang.String downLabel)
Sets the alternate caption on push button.

Displayed when the mouse button is pressed within its active area.


getRolloverLabel

public java.lang.String getRolloverLabel()
Gets the rollover caption on push button.


setRolloverLabel

public void setRolloverLabel(java.lang.String rolloverLabel)
Sets the rollover caption on push button.

Displayed when the user rolls the cursor into its active area without pressing the mouse button.


DynamicPDF by ceTe Software

API Reference for DynamicPDFTM v4.0.3 for Java generated on March 22, 2007
© Copyright 2007, ceTe Software