|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjavax.faces.component.UIComponent
javax.faces.component.UIComponentBase
javax.faces.component.UIOutput
javax.faces.component.html.HtmlOutputText
org.apache.myfaces.html5.component.media.AbstractMedia
org.apache.myfaces.html5.component.media.Media
public class Media
| Field Summary | |
|---|---|
static String |
COMPONENT_FAMILY
|
static String |
COMPONENT_TYPE
|
| Fields inherited from class org.apache.myfaces.html5.component.media.AbstractMedia |
|---|
mediaInfoSet |
| Fields inherited from class javax.faces.component.UIComponent |
|---|
BEANINFO_KEY, bindings, COMPOSITE_COMPONENT_TYPE_KEY, COMPOSITE_FACET_NAME, CURRENT_COMPONENT, CURRENT_COMPOSITE_COMPONENT, FACETS_KEY, VIEW_LOCATION_KEY |
| Constructor Summary | |
|---|---|
Media()
|
|
| Method Summary | |
|---|---|
String |
getAccesskey()
HTML: Sets the access key for this element. |
String |
getAnimationEnd()
HTML : Script to run when the animation ends on Html element. |
String |
getDefaultEventName()
|
String |
getDir()
HTML: The direction of text display, either 'ltr' (left-to-right) or 'rtl' (right-to-left). |
Collection<String> |
getEventNames()
|
String |
getFamily()
|
String |
getLang()
HTML: The base language of this document. |
String |
getOnblur()
HTML: Specifies a script to be invoked when the element loses focus. |
String |
getOnclick()
HTML: Script to be invoked when the element is clicked. |
String |
getOndblclick()
HTML: Script to be invoked when the element is double-clicked. |
String |
getOndrag()
HTML: Handler for event that is fired when the element is dragged. |
String |
getOndragend()
HTML: Handler for event that is fired when the drag operation is ended. |
String |
getOndragenter()
HTML: Handler for event that is fired when the element is dragged into a valid drop target. |
String |
getOndragleave()
HTML: Handler for event that is fired when the element leaves a valid drop target. |
String |
getOndragover()
HTML: Handler for event that is fired when the element is being dragged over a valid drop target. |
String |
getOndragstart()
HTML: Handler for event that is fired when the drag operation starts. |
String |
getOndrop()
HTML: Handler for event that is fired when the element is being dropped. |
String |
getOnended()
HTML: Handler for event that is fired when the playback has stopped because the end of the media resource was reached. |
String |
getOnerror()
HTML: Handler for event that is fired when an error occurs while fetching the media data. |
String |
getOnfocus()
HTML: Specifies a script to be invoked when the element receives focus. |
String |
getOnkeydown()
HTML: Script to be invoked when a key is pressed down over this element. |
String |
getOnkeypress()
HTML: Script to be invoked when a key is pressed over this element. |
String |
getOnkeyup()
HTML: Script to be invoked when a key is released over this element. |
String |
getOnloadeddata()
HTML: Handler for event that is fired when browser can render the media data at the current playback position for the first time. |
String |
getOnloadedmetadata()
HTML: Handler for event that is fired when browser has just determined the duration and dimensions of the media resource and the timed tracks are ready. |
String |
getOnloadstart()
HTML: Handler for event that is fired when browser begins looking for media data, as part of the resource selection algorithm. |
String |
getOnmousedown()
HTML: Script to be invoked when the pointing device is pressed over this element. |
String |
getOnmousemove()
HTML: Script to be invoked when the pointing device is moved while it is in this element. |
String |
getOnmouseout()
HTML: Script to be invoked when the pointing device is moves out of this element. |
String |
getOnmouseover()
HTML: Script to be invoked when the pointing device is moved into this element. |
String |
getOnmouseup()
HTML: Script to be invoked when the pointing device is released over this element. |
String |
getOnmousewheel()
HTML: Script to be invoked when the pointing device is wheeled over this element. |
String |
getOnpause()
HTML: Handler for event that is fired when the playback has been paused. |
String |
getOnplay()
HTML: Handler for event that is fired when the playback has begun. |
String |
getOnplaying()
HTML: Handler for event that is fired when the playback has started. |
String |
getOnprogress()
HTML: Handler for event that is fired while browser is fetching media data. |
String |
getOnseeked()
HTML: Handler for event that is fired when a seek operation is finished. |
String |
getOnseeking()
HTML: Handler for event that is fired if the seek operation is taking long enough that the browser has time to fire the event. |
String |
getOnvolumechange()
HTML: Handler for event that is fired when either the volume attribute or the muted attribute has changed. |
String |
getOnwaiting()
HTML: Handler for event that is fired when the playback has stopped because the next frame is not available, but the user agent expects that frame to become available in due course. |
String |
getPreload()
Returns the preloading behavior of the component. |
String |
getStyle()
HTML: CSS styling instructions. |
String |
getStyleClass()
The CSS class for this element. |
String |
getTabindex()
HTML: Specifies the position of this element within the tab order of the document. |
String |
getTitle()
HTML: An advisory title for this element. |
boolean |
isAutoplay()
If this property is set, media will start playing as soon as the page loads. |
boolean |
isDraggable()
HTML: Specifies whether the element is draggable. |
boolean |
isEscape()
|
boolean |
isHidden()
HTML: Whether the element is relevant. |
boolean |
isLoop()
If this property is set, media will seek back to start when it reaches the end. |
boolean |
isShowControls()
This property is to show/hide browser's media controls. |
void |
setAccesskey(String accesskey)
|
void |
setAnimationEnd(String animationEnd)
|
void |
setAutoplay(boolean autoplay)
|
void |
setDir(String dir)
|
void |
setDraggable(boolean draggable)
|
void |
setEscape(boolean escape)
|
void |
setHidden(boolean hidden)
|
void |
setLang(String lang)
|
void |
setLoop(boolean loop)
|
void |
setOnblur(String onblur)
|
void |
setOnclick(String onclick)
|
void |
setOndblclick(String ondblclick)
|
void |
setOndrag(String ondrag)
|
void |
setOndragend(String ondragend)
|
void |
setOndragenter(String ondragenter)
|
void |
setOndragleave(String ondragleave)
|
void |
setOndragover(String ondragover)
|
void |
setOndragstart(String ondragstart)
|
void |
setOndrop(String ondrop)
|
void |
setOnended(String onended)
|
void |
setOnerror(String onerror)
|
void |
setOnfocus(String onfocus)
|
void |
setOnkeydown(String onkeydown)
|
void |
setOnkeypress(String onkeypress)
|
void |
setOnkeyup(String onkeyup)
|
void |
setOnloadeddata(String onloadeddata)
|
void |
setOnloadedmetadata(String onloadedmetadata)
|
void |
setOnloadstart(String onloadstart)
|
void |
setOnmousedown(String onmousedown)
|
void |
setOnmousemove(String onmousemove)
|
void |
setOnmouseout(String onmouseout)
|
void |
setOnmouseover(String onmouseover)
|
void |
setOnmouseup(String onmouseup)
|
void |
setOnmousewheel(String onmousewheel)
|
void |
setOnpause(String onpause)
|
void |
setOnplay(String onplay)
|
void |
setOnplaying(String onplaying)
|
void |
setOnprogress(String onprogress)
|
void |
setOnseeked(String onseeked)
|
void |
setOnseeking(String onseeking)
|
void |
setOnvolumechange(String onvolumechange)
|
void |
setOnwaiting(String onwaiting)
|
void |
setPreload(String preload)
|
void |
setShowControls(boolean showControls)
|
void |
setStyle(String style)
|
void |
setStyleClass(String styleClass)
|
void |
setTabindex(String tabindex)
|
void |
setTitle(String title)
|
| Methods inherited from class org.apache.myfaces.html5.component.media.AbstractMedia |
|---|
addMediaInfo, getMediaInfos |
| Methods inherited from class javax.faces.component.UIOutput |
|---|
clearInitialState, getConverter, getLocalValue, getValue, markInitialState, restoreState, saveState, setConverter, setValue |
| Methods inherited from class javax.faces.component.UIComponentBase |
|---|
addClientBehavior, addFacesListener, broadcast, decode, encodeBegin, encodeChildren, encodeEnd, findComponent, getAttributes, getChildCount, getChildren, getClientBehaviors, getClientId, getFacesContext, getFacesListeners, getFacet, getFacetCount, getFacets, getFacetsAndChildren, getId, getParent, getRenderer, getRendererType, getRendersChildren, getValueBinding, initialStateMarked, invokeOnComponent, isRendered, isTransient, processDecodes, processRestoreState, processSaveState, processUpdates, processValidators, queueEvent, removeFacesListener, restoreAttachedState, saveAttachedState, setId, setParent, setRendered, setRendererType, setTransient, setValueBinding, visitTree |
| Methods inherited from class javax.faces.component.UIComponent |
|---|
encodeAll, getClientId, getCompositeComponentParent, getContainerClientId, getCurrentComponent, getCurrentCompositeComponent, getListenersForEventClass, getNamingContainer, getResourceBundleMap, getStateHelper, getStateHelper, getValueExpression, isCompositeComponent, isInView, isVisitable, popComponentFromEL, processEvent, pushComponentToEL, setInView, setValueExpression, subscribeToEvent, unsubscribeFromEvent |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Methods inherited from interface javax.faces.component.behavior.ClientBehaviorHolder |
|---|
addClientBehavior, getClientBehaviors |
| Field Detail |
|---|
public static final String COMPONENT_FAMILY
public static final String COMPONENT_TYPE
| Constructor Detail |
|---|
public Media()
| Method Detail |
|---|
public String getFamily()
getFamily in class javax.faces.component.html.HtmlOutputTextpublic Collection<String> getEventNames()
getEventNames in interface javax.faces.component.behavior.ClientBehaviorHoldergetEventNames in class javax.faces.component.UIComponentBasepublic String getDefaultEventName()
getDefaultEventName in interface javax.faces.component.behavior.ClientBehaviorHoldergetDefaultEventName in class javax.faces.component.UIComponentBasepublic boolean isEscape()
isEscape in class AbstractMediapublic void setEscape(boolean escape)
setEscape in class javax.faces.component.html.HtmlOutputTextpublic String getPreload()
AbstractMedia
getPreload in class AbstractMediapublic void setPreload(String preload)
public boolean isShowControls()
AbstractMedia
isShowControls in class AbstractMediapublic void setShowControls(boolean showControls)
public boolean isLoop()
AbstractMedia
isLoop in class AbstractMediapublic void setLoop(boolean loop)
public boolean isAutoplay()
AbstractMedia
isAutoplay in class AbstractMediapublic void setAutoplay(boolean autoplay)
public String getAccesskey()
AccesskeyProperty
getAccesskey in interface AccesskeyPropertypublic void setAccesskey(String accesskey)
public String getOnclick()
MouseEventProperties
getOnclick in interface GlobalEventPropertiesgetOnclick in interface MouseEventPropertiespublic void setOnclick(String onclick)
public String getOndblclick()
MouseEventProperties
getOndblclick in interface GlobalEventPropertiesgetOndblclick in interface MouseEventPropertiespublic void setOndblclick(String ondblclick)
public String getOnblur()
GlobalEventProperties
getOnblur in interface GlobalEventPropertiespublic void setOnblur(String onblur)
public String getOnfocus()
GlobalEventProperties
getOnfocus in interface GlobalEventPropertiespublic void setOnfocus(String onfocus)
public String getOnmousedown()
MouseEventProperties
getOnmousedown in interface MouseEventPropertiespublic void setOnmousedown(String onmousedown)
public String getOnmousemove()
MouseEventProperties
getOnmousemove in interface MouseEventPropertiespublic void setOnmousemove(String onmousemove)
public String getOnmouseout()
MouseEventProperties
getOnmouseout in interface MouseEventPropertiespublic void setOnmouseout(String onmouseout)
public String getOnmouseover()
MouseEventProperties
getOnmouseover in interface MouseEventPropertiespublic void setOnmouseover(String onmouseover)
public String getOnmouseup()
MouseEventProperties
getOnmouseup in interface MouseEventPropertiespublic void setOnmouseup(String onmouseup)
public String getOnmousewheel()
Html5GlobalProperties
getOnmousewheel in interface Html5GlobalPropertiesgetOnmousewheel in interface MouseEventPropertiespublic void setOnmousewheel(String onmousewheel)
public String getDir()
Html5GlobalProperties
getDir in interface Html5GlobalPropertiesgetDir in class javax.faces.component.html.HtmlOutputTextpublic void setDir(String dir)
setDir in class javax.faces.component.html.HtmlOutputTextpublic String getLang()
Html5GlobalProperties
getLang in interface Html5GlobalPropertiesgetLang in class javax.faces.component.html.HtmlOutputTextpublic void setLang(String lang)
setLang in class javax.faces.component.html.HtmlOutputTextpublic String getTitle()
Html5GlobalProperties
getTitle in interface Html5GlobalPropertiesgetTitle in class javax.faces.component.html.HtmlOutputTextpublic void setTitle(String title)
setTitle in class javax.faces.component.html.HtmlOutputTextpublic String getStyle()
Html5GlobalProperties
getStyle in interface Html5GlobalPropertiesgetStyle in class javax.faces.component.html.HtmlOutputTextpublic void setStyle(String style)
setStyle in class javax.faces.component.html.HtmlOutputTextpublic String getStyleClass()
Html5GlobalProperties
getStyleClass in interface Html5GlobalPropertiesgetStyleClass in class javax.faces.component.html.HtmlOutputTextpublic void setStyleClass(String styleClass)
setStyleClass in class javax.faces.component.html.HtmlOutputTextpublic boolean isHidden()
Html5GlobalProperties
isHidden in interface Html5GlobalPropertiespublic void setHidden(boolean hidden)
public boolean isDraggable()
Html5GlobalProperties
isDraggable in interface Html5GlobalPropertiespublic void setDraggable(boolean draggable)
setDraggable in interface Draggablepublic String getOndrag()
Html5GlobalProperties
getOndrag in interface Html5GlobalPropertiespublic void setOndrag(String ondrag)
public String getOndragend()
Html5GlobalProperties
getOndragend in interface Html5GlobalPropertiespublic void setOndragend(String ondragend)
public String getOndragenter()
Html5GlobalProperties
getOndragenter in interface Html5GlobalPropertiespublic void setOndragenter(String ondragenter)
public String getOndragleave()
Html5GlobalProperties
getOndragleave in interface Html5GlobalPropertiespublic void setOndragleave(String ondragleave)
public String getOndragover()
Html5GlobalProperties
getOndragover in interface Html5GlobalPropertiespublic void setOndragover(String ondragover)
public String getOndragstart()
Html5GlobalProperties
getOndragstart in interface Html5GlobalPropertiespublic void setOndragstart(String ondragstart)
public String getOndrop()
Html5GlobalProperties
getOndrop in interface Html5GlobalPropertiespublic void setOndrop(String ondrop)
public String getAnimationEnd()
Html5GlobalProperties
getAnimationEnd in interface Html5GlobalPropertiespublic void setAnimationEnd(String animationEnd)
public String getOnkeydown()
KeyEventProperties
getOnkeydown in interface KeyEventPropertiespublic void setOnkeydown(String onkeydown)
public String getOnkeypress()
KeyEventProperties
getOnkeypress in interface KeyEventPropertiespublic void setOnkeypress(String onkeypress)
public String getOnkeyup()
KeyEventProperties
getOnkeyup in interface KeyEventPropertiespublic void setOnkeyup(String onkeyup)
public String getOnended()
MediaEventProperties
getOnended in interface MediaEventPropertiespublic void setOnended(String onended)
public String getOnerror()
MediaEventProperties
getOnerror in interface MediaEventPropertiespublic void setOnerror(String onerror)
public String getOnloadeddata()
MediaEventProperties
getOnloadeddata in interface MediaEventPropertiespublic void setOnloadeddata(String onloadeddata)
public String getOnloadedmetadata()
MediaEventProperties
getOnloadedmetadata in interface MediaEventPropertiespublic void setOnloadedmetadata(String onloadedmetadata)
public String getOnloadstart()
MediaEventProperties
getOnloadstart in interface MediaEventPropertiespublic void setOnloadstart(String onloadstart)
public String getOnpause()
MediaEventProperties
getOnpause in interface MediaEventPropertiespublic void setOnpause(String onpause)
public String getOnplay()
MediaEventProperties
getOnplay in interface MediaEventPropertiespublic void setOnplay(String onplay)
public String getOnplaying()
MediaEventProperties
getOnplaying in interface MediaEventPropertiespublic void setOnplaying(String onplaying)
public String getOnprogress()
MediaEventProperties
getOnprogress in interface MediaEventPropertiespublic void setOnprogress(String onprogress)
public String getOnseeked()
MediaEventProperties
getOnseeked in interface MediaEventPropertiespublic void setOnseeked(String onseeked)
public String getOnseeking()
MediaEventProperties
getOnseeking in interface MediaEventPropertiespublic void setOnseeking(String onseeking)
public String getOnvolumechange()
MediaEventProperties
getOnvolumechange in interface MediaEventPropertiespublic void setOnvolumechange(String onvolumechange)
public String getOnwaiting()
MediaEventProperties
getOnwaiting in interface MediaEventPropertiespublic void setOnwaiting(String onwaiting)
public String getTabindex()
TabindexProperty
getTabindex in interface TabindexPropertypublic void setTabindex(String tabindex)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||