echopoint.jquery
Class TransitionContainer
java.lang.Object
nextapp.echo.app.Component
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 Sderman 2009-06-03
- See Also:
- Serialized Form
| 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 |
| 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 |
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
TransitionContainer
public TransitionContainer()
getDuration
public int getDuration()
setDuration
public void setDuration(int newValue)
getType
public int getType()
setType
public void setType(int newValue)