Interface RangeTagDeclaration
-
- All Superinterfaces:
HasAccessKey
,HasAutoSpacing
,HasBinding
,HasConverter
,HasConverterMessage
,HasDecorationPosition
,HasHelp
,HasId
,HasIdBindingAndRendered
,HasLabel
,HasLabelLayout
,HasTabIndex
,HasTip
,HasValidator
,HasValidatorMessage
,HasValue
,HasValueChangeListener
,IsDisabled
,IsFocus
,IsReadonly
,IsRendered
,IsVisual
public interface RangeTagDeclaration extends HasIdBindingAndRendered, HasConverter, IsReadonly, IsDisabled, HasHelp, HasTip, HasAccessKey, HasValidator, HasValue, HasValueChangeListener, HasTabIndex, IsFocus, IsVisual, HasValidatorMessage, HasConverterMessage, HasLabel, HasLabelLayout, HasDecorationPosition, HasAutoSpacing
Renders a input field with type range.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
setMax(String max)
Sets the maximum value of the range.void
setMin(String min)
Sets the minimum value of the range.void
setStep(String step)
Sets the step size of the range.-
Methods inherited from interface org.apache.myfaces.tobago.internal.taglib.declaration.HasAccessKey
setAccessKey
-
Methods inherited from interface org.apache.myfaces.tobago.internal.taglib.declaration.HasAutoSpacing
setAutoSpacing
-
Methods inherited from interface org.apache.myfaces.tobago.internal.taglib.declaration.HasBinding
setBinding
-
Methods inherited from interface org.apache.myfaces.tobago.internal.taglib.declaration.HasConverter
setConverter
-
Methods inherited from interface org.apache.myfaces.tobago.internal.taglib.declaration.HasConverterMessage
setConverterMessage
-
Methods inherited from interface org.apache.myfaces.tobago.internal.taglib.declaration.HasDecorationPosition
setHelpPosition, setMessagePosition
-
Methods inherited from interface org.apache.myfaces.tobago.internal.taglib.declaration.HasHelp
setHelp
-
Methods inherited from interface org.apache.myfaces.tobago.internal.taglib.declaration.HasLabel
setLabel
-
Methods inherited from interface org.apache.myfaces.tobago.internal.taglib.declaration.HasLabelLayout
setLabelLayout
-
Methods inherited from interface org.apache.myfaces.tobago.internal.taglib.declaration.HasTabIndex
setTabIndex
-
Methods inherited from interface org.apache.myfaces.tobago.internal.taglib.declaration.HasTip
setTip
-
Methods inherited from interface org.apache.myfaces.tobago.internal.taglib.declaration.HasValidator
setValidator
-
Methods inherited from interface org.apache.myfaces.tobago.internal.taglib.declaration.HasValidatorMessage
setValidatorMessage
-
Methods inherited from interface org.apache.myfaces.tobago.internal.taglib.declaration.HasValue
setValue
-
Methods inherited from interface org.apache.myfaces.tobago.internal.taglib.declaration.HasValueChangeListener
setValueChangeListener
-
Methods inherited from interface org.apache.myfaces.tobago.internal.taglib.declaration.IsDisabled
setDisabled
-
Methods inherited from interface org.apache.myfaces.tobago.internal.taglib.declaration.IsFocus
setFocus
-
Methods inherited from interface org.apache.myfaces.tobago.internal.taglib.declaration.IsReadonly
setReadonly
-
Methods inherited from interface org.apache.myfaces.tobago.internal.taglib.declaration.IsRendered
setRendered
-
Methods inherited from interface org.apache.myfaces.tobago.internal.taglib.declaration.IsVisual
setCustomClass, setMarkup
-
-