C
- type of the implementing JComponent
public interface FormattedFormularComponent<C extends JComponent> extends FormularComponent<C>
FormularComponent
which uses a TextFormat
to format
the displayed value.TextFormat
FormularComponent.ValueChangeListener
DATA_FIELD_SEPARATOR
Modifier and Type | Method and Description |
---|---|
TextFormat |
getTextFormat()
Returns the associated
TextFormat of this component. |
void |
setTextFormat(TextFormat textFormat)
Sets the new
TextFormat which is used to format the displayed
value of this component. |
addValidator, addValueChangeListener, getClientProperty, getDataField, getFilterOperator, getFormularName, getFormularValue, getValidators, hasStateChanged, isEnabled, isMultiSelect, isReadOnly, isVisible, putClientProperty, removeValidator, restoreState, saveState, setDataField, setFilterOperator, setFormularValue, setFormularValue, setReadOnly, validateState, validateState, verify
TextFormat getTextFormat()
TextFormat
of this component.TextFormat
of this componentvoid setTextFormat(TextFormat textFormat)
TextFormat
which is used to format the displayed
value of this component.textFormat
- the new TextFormat
Copyright © 2003–2021 XDEV Software. All rights reserved.