Interface StarsTagDeclaration
- All Superinterfaces:
- HasAccessKey,- HasAutoSpacing,- HasBinding,- HasConverter,- HasConverterMessage,- HasDecorationPosition,- HasHelp,- HasId,- HasIdBindingAndRendered,- HasLabel,- HasLabelLayout,- HasRequiredMessage,- HasTabIndex,- HasTip,- HasValidator,- HasValidatorMessage,- HasValue,- HasValueChangeListener,- IsDisabled,- IsFocus,- IsReadonly,- IsRendered,- IsRequired,- IsVisual
public interface StarsTagDeclaration
extends HasIdBindingAndRendered, HasConverter, HasConverterMessage, IsDisabled, IsFocus, HasTabIndex, HasLabel, HasLabelLayout, IsReadonly, IsRequired, HasRequiredMessage, HasTip, HasValidator, HasValidatorMessage, HasValue, HasValueChangeListener, IsVisual, HasAccessKey, HasHelp, HasAutoSpacing, HasDecorationPosition
Renders a star rating component.
- 
Method SummaryMethods inherited from interface org.apache.myfaces.tobago.internal.taglib.declaration.HasAccessKeysetAccessKeyMethods inherited from interface org.apache.myfaces.tobago.internal.taglib.declaration.HasAutoSpacingsetAutoSpacingMethods inherited from interface org.apache.myfaces.tobago.internal.taglib.declaration.HasBindingsetBindingMethods inherited from interface org.apache.myfaces.tobago.internal.taglib.declaration.HasConvertersetConverterMethods inherited from interface org.apache.myfaces.tobago.internal.taglib.declaration.HasConverterMessagesetConverterMessageMethods inherited from interface org.apache.myfaces.tobago.internal.taglib.declaration.HasDecorationPositionsetHelpPosition, setMessagePositionMethods inherited from interface org.apache.myfaces.tobago.internal.taglib.declaration.HasHelpsetHelpMethods inherited from interface org.apache.myfaces.tobago.internal.taglib.declaration.HasLabelsetLabelMethods inherited from interface org.apache.myfaces.tobago.internal.taglib.declaration.HasLabelLayoutsetLabelLayoutMethods inherited from interface org.apache.myfaces.tobago.internal.taglib.declaration.HasRequiredMessagesetRequiredMessageMethods inherited from interface org.apache.myfaces.tobago.internal.taglib.declaration.HasTabIndexsetTabIndexMethods inherited from interface org.apache.myfaces.tobago.internal.taglib.declaration.HasTipsetTipMethods inherited from interface org.apache.myfaces.tobago.internal.taglib.declaration.HasValidatorsetValidatorMethods inherited from interface org.apache.myfaces.tobago.internal.taglib.declaration.HasValidatorMessagesetValidatorMessageMethods inherited from interface org.apache.myfaces.tobago.internal.taglib.declaration.HasValueChangeListenersetValueChangeListenerMethods inherited from interface org.apache.myfaces.tobago.internal.taglib.declaration.IsDisabledsetDisabledMethods inherited from interface org.apache.myfaces.tobago.internal.taglib.declaration.IsFocussetFocusMethods inherited from interface org.apache.myfaces.tobago.internal.taglib.declaration.IsReadonlysetReadonlyMethods inherited from interface org.apache.myfaces.tobago.internal.taglib.declaration.IsRenderedsetRenderedMethods inherited from interface org.apache.myfaces.tobago.internal.taglib.declaration.IsRequiredsetRequiredMethods inherited from interface org.apache.myfaces.tobago.internal.taglib.declaration.IsVisualsetCustomClass, setMarkup
- 
Method Details- 
setValue
- 
setMaxThe maximum value must be > '0'. Default is '5'. To split stars, set a higher maximum value. E.g. set '10' for half stars, set '20' for quarter stars.
- 
setPlaceholderThe placeholder value is displayed if no star is set by the user. Value must be between '0' and '5'. The placeholder can show values which are not selectable by the user. E.g. if only full stars are available for the user, the placeholder can show a 4.6 star rating.
 
-