C
- type of the implementing JComponent
public interface ImageFormularComponent<C extends JComponent> extends FormularComponent<C>
FormularComponent
which can edit and display images.FormularComponent.ValueChangeListener
DATA_FIELD_SEPARATOR
Modifier and Type | Method and Description |
---|---|
XdevImage |
getImage()
Returns the image of this
ImageFormularComponent . |
void |
setImage(XdevImage image)
|
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
XdevImage getImage()
ImageFormularComponent
.XdevImage
including the image of this
ImageFormularComponent
; if the image is null
, null
is returnedCopyright © 2003–2021 XDEV Software. All rights reserved.