public class ExpressionItem extends TextBoxItem
| Modifier and Type | Method and Description |
|---|---|
protected void |
modifyExpressionValue(String newExpressionValue)
Assigns a new value to the internal expression value and adjusts the
modified and undefined
flags. |
attach, isEmpty, onSuggest, supportsExpressionsaddAppearance, addResolveExpressionHandler, addValidationHandler, addValueChangeHandler, asElement, assignDefaultValue, clearError, clearValue, detach, fireEvent, getExpressionValue, getId, getLabel, getName, getTabIndex, getValue, isDeprecated, isEnabled, isExpressionAllowed, isExpressionValue, isModified, isRequired, isRestricted, isUndefined, mask, modifyValue, registerSuggestHandler, remember, setAccessKey, setDeprecated, setEnabled, setExpressionAllowed, setExpressionValue, setFocus, setId, setLabel, setModified, setName, setRequired, setRestricted, setTabIndex, setUndefined, setValue, setValue, showError, unmask, validateprotected void modifyExpressionValue(String newExpressionValue)
AbstractFormItemmodified and undefined
flags. Does not update any appearances nor apply / unapply decorations. Should be called from change handlers.modifyExpressionValue in class AbstractFormItem<String>Copyright © 2018 JBoss, a division of Red Hat. All rights reserved.