com.vaadin.terminal.gwt.client.ui
Class MediaBaseConnector
java.lang.Object
com.vaadin.terminal.gwt.client.ui.AbstractConnector
com.vaadin.terminal.gwt.client.ui.AbstractComponentConnector
com.vaadin.terminal.gwt.client.ui.MediaBaseConnector
- All Implemented Interfaces:
- com.google.gwt.event.shared.EventHandler, StateChangeEvent.StateChangeHandler, ComponentConnector, Connector, Paintable, ServerConnector, Serializable
- Direct Known Subclasses:
- AudioConnector, VideoConnector
public abstract class MediaBaseConnector
- extends AbstractComponentConnector
- implements Paintable
- See Also:
- Serialized Form
| Methods inherited from class com.vaadin.terminal.gwt.client.ui.AbstractComponentConnector |
createWidget, delegateCaptionHandling, getLayoutManager, getParent, getState, getStyleNames, hasEventListener, isEnabled, isReadOnly, isRealUpdate, isRelativeHeight, isRelativeWidth, isUndefinedHeight, isUndefinedWidth, onStateChanged, onUnregister, setParent, setState, setWidgetEnabled |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
TAG_SOURCE
public static final String TAG_SOURCE
- See Also:
- Constant Field Values
ATTR_MUTED
public static final String ATTR_MUTED
- See Also:
- Constant Field Values
ATTR_CONTROLS
public static final String ATTR_CONTROLS
- See Also:
- Constant Field Values
ATTR_AUTOPLAY
public static final String ATTR_AUTOPLAY
- See Also:
- Constant Field Values
ATTR_RESOURCE
public static final String ATTR_RESOURCE
- See Also:
- Constant Field Values
ATTR_RESOURCE_TYPE
public static final String ATTR_RESOURCE_TYPE
- See Also:
- Constant Field Values
ATTR_HTML
public static final String ATTR_HTML
- See Also:
- Constant Field Values
ATTR_ALT_TEXT
public static final String ATTR_ALT_TEXT
- See Also:
- Constant Field Values
MediaBaseConnector
public MediaBaseConnector()
init
protected void init()
- Description copied from class:
AbstractConnector
- Called when the connector has been initialized. Override this method to
perform initialization of the connector.
- Overrides:
init in class AbstractConnector
updateFromUIDL
public void updateFromUIDL(UIDL uidl,
ApplicationConnection client)
- Specified by:
updateFromUIDL in interface Paintable
shouldShowControls
protected boolean shouldShowControls(UIDL uidl)
getWidget
public VMediaBase getWidget()
- Description copied from class:
AbstractComponentConnector
- Returns the widget associated with this paintable. The widget returned by
this method must not changed during the life time of the paintable.
- Specified by:
getWidget in interface ComponentConnector- Overrides:
getWidget in class AbstractComponentConnector
- Returns:
- The widget associated with this paintable
Copyright © 2000-2011 Vaadin Ltd. All Rights Reserved.