public class SelectManyBoxExtensionTag extends TobagoExtensionBodyTagSupport
PREFIX
Constructor and Description |
---|
SelectManyBoxExtensionTag() |
Modifier and Type | Method and Description |
---|---|
int |
doEndTag() |
int |
doStartTag() |
void |
release() |
void |
setAccessKey(javax.el.ValueExpression accessKey)
The accessKey of this component.
|
void |
setAllowClear(javax.el.ValueExpression allowClear)
Flag indicating that this select provides support for clearable selections.
|
void |
setAllowCustom(javax.el.ValueExpression allowCustom)
Flag indicating that this select enables free text responses.
|
void |
setBinding(javax.el.ValueExpression binding)
The value binding expression linking this
component to a property in a backing bean.
|
void |
setConverter(javax.el.ValueExpression converter)
An expression that specifies the Converter for this component.
|
void |
setConverterMessage(javax.el.ValueExpression converterMessage)
An expression that specifies the converter message
|
void |
setDisabled(javax.el.ValueExpression disabled)
Flag indicating that this element is disabled.
|
void |
setFieldId(String fieldId)
The component identifier for the input field component inside of the container.
|
void |
setFocus(javax.el.ValueExpression focus)
Flag indicating this component should receive the focus.
|
void |
setHideDropdown(javax.el.ValueExpression hideDropdown)
Hide the dropdown, this is only useful with allowCustom=true
|
void |
setId(String id)
The component identifier for this component.
|
void |
setLabel(javax.el.ValueExpression label)
Text value to display as label.
|
void |
setLabelWidth(javax.el.ValueExpression labelWidth)
The width for the label component.
|
void |
setMarkup(javax.el.ValueExpression markup)
Indicate markup of this component.
|
void |
setMatcher(javax.el.ValueExpression matcher)
Javascript callback to handle custom search matching
This is a select2 feature and will force select2=true
|
void |
setMaximumInputLength(javax.el.ValueExpression maximumInputLength)
Maximum number of characters that may be provided for a search term.
|
void |
setMaximumSelectionLength(javax.el.ValueExpression maximumSelectionLength)
The maximum number of items that may be selected in a multi-select control.
|
void |
setMinimumInputLength(javax.el.ValueExpression minimumInputLength)
Minimum number of characters required to start a search.
|
void |
setOnchange(javax.el.ValueExpression onchange)
Clientside script function to add to this component's onchange handler.
|
void |
setPlaceholder(javax.el.ValueExpression placeholder)
Displays a short text in the input field, that describes the meaning of this field.
|
void |
setReadonly(javax.el.ValueExpression readonly)
Flag indicating that this component will prohibit changes by the user.
|
void |
setRendered(javax.el.ValueExpression rendered)
Flag indicating whether or not this component should be rendered
(during Render Response Phase), or processed on any subsequent form submit.
|
void |
setRequired(javax.el.ValueExpression required)
Flag indicating that a value is required.
|
void |
setRequiredMessage(javax.el.ValueExpression requiredMessage)
An expression that specifies the required message
|
void |
setTabIndex(javax.el.ValueExpression tabIndex) |
void |
setTip(javax.el.ValueExpression tip)
Text value to display as tooltip.
|
void |
setTokenizer(javax.el.ValueExpression tokenizer)
A javascript callback that handles automatic tokenization of free-text entry.
|
void |
setTokenSeparators(javax.el.ValueExpression tokenSeparators)
The list of characters that should be used as token separators.
|
void |
setValidator(javax.el.MethodExpression validator)
A method binding EL expression,
accepting FacesContext, UIComponent,
and Object parameters, and returning void, that validates
the component's local value.
|
void |
setValidatorMessage(javax.el.ValueExpression validatorMessage)
An expression that specifies the validator message
|
void |
setValue(javax.el.ValueExpression value)
The current value of this component.
|
void |
setValueChangeListener(javax.el.MethodExpression valueChangeListener)
MethodBinding representing a value change listener method
that will be notified when a new value has been set for this input component.
|
createStringValueExpression, nextJspId, setJspId
doAfterBody, doInitBody, getBodyContent, getPreviousOut, setBodyContent
findAncestorWithClass, getId, getParent, getValue, getValues, removeValue, setPageContext, setParent, setValue
public int doStartTag() throws javax.servlet.jsp.JspException
doStartTag
in interface javax.servlet.jsp.tagext.Tag
doStartTag
in class javax.servlet.jsp.tagext.BodyTagSupport
javax.servlet.jsp.JspException
public int doEndTag() throws javax.servlet.jsp.JspException
doEndTag
in interface javax.servlet.jsp.tagext.Tag
doEndTag
in class javax.servlet.jsp.tagext.BodyTagSupport
javax.servlet.jsp.JspException
public void release()
release
in interface javax.servlet.jsp.tagext.Tag
release
in class TobagoExtensionBodyTagSupport
public void setAccessKey(javax.el.ValueExpression accessKey)
public void setAllowClear(javax.el.ValueExpression allowClear)
public void setAllowCustom(javax.el.ValueExpression allowCustom)
public void setBinding(javax.el.ValueExpression binding)
public void setConverter(javax.el.ValueExpression converter)
public void setConverterMessage(javax.el.ValueExpression converterMessage)
public void setDisabled(javax.el.ValueExpression disabled)
public void setFieldId(String fieldId)
public void setFocus(javax.el.ValueExpression focus)
public void setHideDropdown(javax.el.ValueExpression hideDropdown)
public void setId(String id)
setId
in class javax.servlet.jsp.tagext.TagSupport
public void setLabel(javax.el.ValueExpression label)
public void setLabelWidth(javax.el.ValueExpression labelWidth)
public void setMarkup(javax.el.ValueExpression markup)
public void setMatcher(javax.el.ValueExpression matcher)
public void setMaximumInputLength(javax.el.ValueExpression maximumInputLength)
public void setMaximumSelectionLength(javax.el.ValueExpression maximumSelectionLength)
public void setMinimumInputLength(javax.el.ValueExpression minimumInputLength)
public void setOnchange(javax.el.ValueExpression onchange)
public void setPlaceholder(javax.el.ValueExpression placeholder)
placeholder
- The text to displaypublic void setReadonly(javax.el.ValueExpression readonly)
public void setRendered(javax.el.ValueExpression rendered)
public void setRequired(javax.el.ValueExpression required)
public void setRequiredMessage(javax.el.ValueExpression requiredMessage)
public void setTabIndex(javax.el.ValueExpression tabIndex)
public void setTip(javax.el.ValueExpression tip)
public void setTokenizer(javax.el.ValueExpression tokenizer)
public void setTokenSeparators(javax.el.ValueExpression tokenSeparators)
public void setValidator(javax.el.MethodExpression validator)
public void setValidatorMessage(javax.el.ValueExpression validatorMessage)
public void setValue(javax.el.ValueExpression value)
public void setValueChangeListener(javax.el.MethodExpression valueChangeListener)
valueChangeListener
- Copyright © 2002–2024 The Apache Software Foundation. All rights reserved.