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