|
||||||||||
| 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
org.apache.myfaces.html5.component.output.AbstractMeter
org.apache.myfaces.html5.component.output.Meter
public class Meter
| Field Summary | |
|---|---|
static String |
COMPONENT_FAMILY
|
static String |
COMPONENT_TYPE
|
| 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 | |
|---|---|
Meter()
|
|
| 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()
|
Double |
getHigh()
Limit of high value of the meter. Values larger than this value might be displayed in a special way(e.g. |
String |
getLang()
HTML: The base language of this document. |
Double |
getLow()
Limit of low value of the meter. Values smaller than this value might be displayed in a special way(e.g. |
Double |
getMaximum()
Maximum value of the component, defaults to 1. Ending point of the meter. |
Double |
getMinimum()
Minimum value of the component, defaults to 0. Starting point of the meter. |
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 |
getOnfocus()
HTML: Specifies a script to be invoked when the element receives focus. |
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. |
Double |
getOptimum()
Optimum value of the meter. Values close to this value might be displayed in a special way(e.g. |
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. |
Double |
getValue()
Value of the meter. |
boolean |
isDraggable()
HTML: Specifies whether the element is draggable. |
boolean |
isHidden()
HTML: Whether the element is relevant. |
void |
setAccesskey(String accesskey)
|
void |
setAnimationEnd(String animationEnd)
|
void |
setDir(String dir)
|
void |
setDraggable(boolean draggable)
|
void |
setHidden(boolean hidden)
|
void |
setHigh(Double high)
|
void |
setLang(String lang)
|
void |
setLow(Double low)
|
void |
setMaximum(Double maximum)
|
void |
setMinimum(Double minimum)
|
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 |
setOnfocus(String onfocus)
|
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 |
setOptimum(Double optimum)
|
void |
setStyle(String style)
|
void |
setStyleClass(String styleClass)
|
void |
setTabindex(String tabindex)
|
void |
setTitle(String title)
|
void |
setValue(Double value)
|
| Methods inherited from class javax.faces.component.UIComponentBase |
|---|
addClientBehavior, addFacesListener, broadcast, clearInitialState, 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, markInitialState, processDecodes, processRestoreState, processSaveState, processUpdates, processValidators, queueEvent, removeFacesListener, restoreAttachedState, restoreState, saveAttachedState, saveState, 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 Meter()
| Method Detail |
|---|
public String getFamily()
getFamily in class javax.faces.component.UIComponentpublic 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 Double getValue()
AbstractMeter
getValue in class AbstractMeterpublic void setValue(Double value)
public Double getMinimum()
AbstractMeter
getMinimum in class AbstractMeterpublic void setMinimum(Double minimum)
public Double getMaximum()
AbstractMeter
getMaximum in class AbstractMeterpublic void setMaximum(Double maximum)
public Double getLow()
AbstractMeter
getLow in class AbstractMeterpublic void setLow(Double low)
public Double getHigh()
AbstractMeter
getHigh in class AbstractMeterpublic void setHigh(Double high)
public Double getOptimum()
AbstractMeter
getOptimum in class AbstractMeterpublic void setOptimum(Double optimum)
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 Html5GlobalPropertiespublic void setDir(String dir)
public String getLang()
Html5GlobalProperties
getLang in interface Html5GlobalPropertiespublic void setLang(String lang)
public String getTitle()
Html5GlobalProperties
getTitle in interface Html5GlobalPropertiespublic void setTitle(String title)
public String getStyle()
Html5GlobalProperties
getStyle in interface Html5GlobalPropertiespublic void setStyle(String style)
public String getStyleClass()
Html5GlobalProperties
getStyleClass in interface Html5GlobalPropertiespublic void setStyleClass(String styleClass)
public 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 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 | |||||||||