Interface Editable
- All Superinterfaces:
Labelable
- All Known Implementing Classes:
AbstractValueHoldingSwingGadget
Aspect definition for editable gadgets.
Although this aspect inherits from Labelable, a gadget has to provide/register both aspects to enable both.
- Since:
- 4.2.405
- See Also:
-
Field Summary
Modifier and TypeFieldDescriptionstatic final AspectType<Editable>
The aspect's technical to be used for requesting the aspect from anAspectable
. -
Method Summary
Modifier and TypeMethodDescriptionvoid
setEditable
(boolean editable) Set the editable state of the gadget.
-
Field Details
-
TYPE
The aspect's technical to be used for requesting the aspect from anAspectable
.- Since:
- 4.2.405
-
-
Method Details
-
setEditable
void setEditable(boolean editable) Set the editable state of the gadget.The outer framework guarantees that his method is not invoked before the gadget's component was requested.
- Parameters:
editable
- Iftrue
, the gadget should be set editable.- Since:
- 4.2.405
-