EchoPoint API - 3.0.0b5
App Webcontainer

echopoint.jquery
Class TransitionContainer

java.lang.Object
  extended by nextapp.echo.app.Component
      extended by echopoint.jquery.TransitionContainer
All Implemented Interfaces:
Serializable, PaneContainer, RenderIdSupport

public class TransitionContainer
extends Component
implements PaneContainer

A component that renders an animated transition effect when its content is changed. This component is using the jQuery (http://www.jquery.com) and jQuery UI (http://www.jqueryui.com) projects.

Version:
$Id$
Author:
Mikael Sšderman 2009-06-03
See Also:
Serialized Form

Field Summary
static int DEFAULT_DURATION
           
static String PROPERTY_DURATION
           
static String PROPERTY_TYPE
           
static int TYPE_BLIND
           
static int TYPE_BOUNCE
           
static int TYPE_CLIP
           
static int TYPE_DROP
           
static int TYPE_EXPLODE
           
static int TYPE_FOLD
           
static int TYPE_HIGHLIGHT
           
static int TYPE_IMMEDIATE_REPLACE
           
static int TYPE_PUFF
           
static int TYPE_PULSATE
           
static int TYPE_SCALE
           
static int TYPE_SHAKE
           
static int TYPE_SIZE
           
static int TYPE_SLIDE
           
 
Fields inherited from class nextapp.echo.app.Component
CHILD_VISIBLE_CHANGED_PROPERTY, CHILDREN_CHANGED_PROPERTY, ENABLED_CHANGED_PROPERTY, FOCUS_NEXT_ID_CHANGED_PROPERTY, FOCUS_PREVIOUS_ID_CHANGED_PROPERTY, LAYOUT_DIRECTION_CHANGED_PROPERTY, LOCALE_CHANGED_PROPERTY, PROPERTY_BACKGROUND, PROPERTY_FONT, PROPERTY_FOREGROUND, PROPERTY_LAYOUT_DATA, STYLE_CHANGED_PROPERTY, STYLE_NAME_CHANGED_PROPERTY, VISIBLE_CHANGED_PROPERTY
 
Constructor Summary
TransitionContainer()
           
 
Method Summary
 int getDuration()
           
 int getType()
           
 void setDuration(int newValue)
           
 void setType(int newValue)
           
 
Methods inherited from class nextapp.echo.app.Component
add, add, addPropertyChangeListener, addPropertyChangeListener, dispose, firePropertyChange, get, getApplicationInstance, getBackground, getComponent, getComponent, getComponentCount, getComponents, getEventListenerList, getFocusNextId, getFocusPreviousId, getFont, getForeground, getId, getIndex, getLayoutData, getLayoutDirection, getLocale, getLocalStyle, getParent, getRenderId, getRenderIndexedProperty, getRenderIndexedProperty, getRenderLocale, getRenderProperty, getRenderProperty, getStyle, getStyleName, getVisibleComponent, getVisibleComponentCount, getVisibleComponents, hasEventListenerList, indexOf, init, isAncestorOf, isEnabled, isFocusTraversalParticipant, isRegistered, isRenderEnabled, isRenderVisible, isValidChild, isValidParent, isVisible, processInput, remove, remove, removeAll, removePropertyChangeListener, removePropertyChangeListener, set, setBackground, setComponents, setEnabled, setFocusNextId, setFocusPreviousId, setFocusTraversalParticipant, setFont, setForeground, setId, setIndex, setLayoutData, setLayoutDirection, setLocale, setRenderId, setStyle, setStyleName, setVisible, validate, verifyInput, visibleIndexOf
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

TYPE_IMMEDIATE_REPLACE

public static final int TYPE_IMMEDIATE_REPLACE
See Also:
Constant Field Values

TYPE_BLIND

public static final int TYPE_BLIND
See Also:
Constant Field Values

TYPE_BOUNCE

public static final int TYPE_BOUNCE
See Also:
Constant Field Values

TYPE_CLIP

public static final int TYPE_CLIP
See Also:
Constant Field Values

TYPE_DROP

public static final int TYPE_DROP
See Also:
Constant Field Values

TYPE_EXPLODE

public static final int TYPE_EXPLODE
See Also:
Constant Field Values

TYPE_FOLD

public static final int TYPE_FOLD
See Also:
Constant Field Values

TYPE_HIGHLIGHT

public static final int TYPE_HIGHLIGHT
See Also:
Constant Field Values

TYPE_PUFF

public static final int TYPE_PUFF
See Also:
Constant Field Values

TYPE_PULSATE

public static final int TYPE_PULSATE
See Also:
Constant Field Values

TYPE_SCALE

public static final int TYPE_SCALE
See Also:
Constant Field Values

TYPE_SHAKE

public static final int TYPE_SHAKE
See Also:
Constant Field Values

TYPE_SIZE

public static final int TYPE_SIZE
See Also:
Constant Field Values

TYPE_SLIDE

public static final int TYPE_SLIDE
See Also:
Constant Field Values

PROPERTY_TYPE

public static final String PROPERTY_TYPE
See Also:
Constant Field Values

PROPERTY_DURATION

public static final String PROPERTY_DURATION
See Also:
Constant Field Values

DEFAULT_DURATION

public static final int DEFAULT_DURATION
See Also:
Constant Field Values
Constructor Detail

TransitionContainer

public TransitionContainer()
Method Detail

getDuration

public int getDuration()

setDuration

public void setDuration(int newValue)

getType

public int getType()

setType

public void setType(int newValue)

EchoPoint API - 3.0.0b5
App Webcontainer