|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.bramosystems.oss.player.core.client.spi.PlayerElement
public class PlayerElement
Low level helper class to create DOM-style objects for player widgets.
This class is tied to the PlayerProviderFactory
to provide
browser-specific implementations via deferred binding.
PlayerWidget
Nested Class Summary | |
---|---|
static class |
PlayerElement.Type
Enumeration of HTML object element types |
Constructor Summary | |
---|---|
PlayerElement(PlayerElement.Type type,
String id,
String typeOrClassId)
Creates a new PlayerElement object |
Method Summary | |
---|---|
void |
addParam(String name,
String value)
Adds the specified parameters to the element. |
com.google.gwt.dom.client.Element |
getElement()
Returns the DOM element representation of this player object |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public PlayerElement(PlayerElement.Type type, String id, String typeOrClassId)
type
- the element typeid
- the DOM ID of the elementtypeOrClassId
- the HTML type (mime-type), or the CLASSID (if in Internet Explorer) of the elementMethod Detail |
---|
public final void addParam(String name, String value)
name
- the name of the parametervalue
- the value of the parameterpublic com.google.gwt.dom.client.Element getElement()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |