Interface TreeSelectTagDeclaration
- All Superinterfaces:
- HasBinding,- HasConverter,- HasConverterMessage,- HasId,- HasIdBindingAndRendered,- HasLabel,- HasRequiredMessageForSelect,- HasTip,- HasValidatorMessage,- HasValue,- HasValueChangeListener,- IsDisabled,- IsRendered,- IsRequiredForSelect,- IsVisual
public interface TreeSelectTagDeclaration
extends HasIdBindingAndRendered, HasLabel, HasTip, IsVisual, HasValue, HasValueChangeListener, IsDisabled, IsRequiredForSelect, HasConverter, HasValidatorMessage, HasRequiredMessageForSelect, HasConverterMessage
Makes a tree node selectable.
- 
Method SummaryModifier and TypeMethodDescriptionvoidsetShowCheckbox(String showCheckbox) Show a checkbox to visualize the selection state.Methods 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.HasLabelsetLabelMethods inherited from interface org.apache.myfaces.tobago.internal.taglib.declaration.HasRequiredMessageForSelectsetRequiredMessageMethods inherited from interface org.apache.myfaces.tobago.internal.taglib.declaration.HasTipsetTipMethods inherited from interface org.apache.myfaces.tobago.internal.taglib.declaration.HasValidatorMessagesetValidatorMessageMethods inherited from interface org.apache.myfaces.tobago.internal.taglib.declaration.HasValuesetValueMethods 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.IsRenderedsetRenderedMethods inherited from interface org.apache.myfaces.tobago.internal.taglib.declaration.IsRequiredForSelectsetRequiredMethods inherited from interface org.apache.myfaces.tobago.internal.taglib.declaration.IsVisualsetCustomClass, setMarkup
- 
Method Details- 
setShowCheckboxShow a checkbox to visualize the selection state. This is useful to hide the checkbox, e. g. dependent of the type of the node.
 
-