|
||||||||||
| 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
@JSFComponent(name="hx:meter",
clazz="org.apache.myfaces.html5.component.output.Meter",
tagClass="org.apache.myfaces.html5.tag.output.MeterTag",
defaultRendererType="org.apache.myfaces.html5.Meter",
family="org.apache.myfaces.Meter",
type="org.apache.myfaces.html5.Meter",
implementz="javax.faces.component.behavior.ClientBehaviorHolder",
defaultEventName="click")
public abstract class AbstractMeterConvenience tag for the new Html5 meter element.
| Field Summary |
|---|
| 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 | |
|---|---|
AbstractMeter()
|
|
| Method Summary | |
|---|---|
abstract Double |
getHigh()
Limit of high value of the meter. Values larger than this value might be displayed in a special way(e.g. |
abstract Double |
getLow()
Limit of low value of the meter. Values smaller than this value might be displayed in a special way(e.g. |
abstract Double |
getMaximum()
Maximum value of the component, defaults to 1. Ending point of the meter. |
abstract Double |
getMinimum()
Minimum value of the component, defaults to 0. Starting point of the meter. |
abstract Double |
getOptimum()
Optimum value of the meter. Values close to this value might be displayed in a special way(e.g. |
abstract Double |
getValue()
Value of the meter. |
| Methods inherited from class javax.faces.component.UIComponentBase |
|---|
addClientBehavior, addFacesListener, broadcast, clearInitialState, decode, encodeBegin, encodeChildren, encodeEnd, findComponent, getAttributes, getChildCount, getChildren, getClientBehaviors, getClientId, getDefaultEventName, getEventNames, 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, getFamily, 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, getDefaultEventName, getEventNames |
| Methods inherited from interface org.apache.myfaces.html5.component.properties.Html5GlobalProperties |
|---|
getAnimationEnd, getDir, getLang, getOndrag, getOndragend, getOndragenter, getOndragleave, getOndragover, getOndragstart, getOndrop, getOnmousewheel, getStyle, getStyleClass, getTitle, isDraggable, isHidden |
| Methods inherited from interface org.apache.myfaces.html5.component.api.Draggable |
|---|
setDraggable |
| Methods inherited from interface org.apache.myfaces.html5.component.properties.AccesskeyProperty |
|---|
getAccesskey |
| Methods inherited from interface org.apache.myfaces.html5.component.properties.TabindexProperty |
|---|
getTabindex |
| Methods inherited from interface org.apache.myfaces.html5.component.properties.MouseEventProperties |
|---|
getOnclick, getOndblclick, getOnmousedown, getOnmousemove, getOnmouseout, getOnmouseover, getOnmouseup, getOnmousewheel |
| Methods inherited from interface org.apache.myfaces.html5.component.properties.GlobalEventProperties |
|---|
getOnblur, getOnclick, getOndblclick, getOnfocus |
| Constructor Detail |
|---|
public AbstractMeter()
| Method Detail |
|---|
@JSFProperty(required=true,
deferredValueType="java.lang.Double")
public abstract Double getValue()
@JSFProperty(required=false,
deferredValueType="java.lang.Double",
defaultValue="0.0")
public abstract Double getMinimum()
@JSFProperty(required=false,
deferredValueType="java.lang.Double",
defaultValue="1.0")
public abstract Double getMaximum()
@JSFProperty(required=false,
deferredValueType="java.lang.Double")
public abstract Double getLow()
@JSFProperty(required=false,
deferredValueType="java.lang.Double")
public abstract Double getHigh()
@JSFProperty(required=false,
deferredValueType="java.lang.Double")
public abstract Double getOptimum()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||