de.espirit.firstspirit.ui.gadgets.aspects
Interface Editable
- All Superinterfaces:
- Labelable
- All Known Implementing Classes:
- AbstractValueHoldingSwingGadget
public interface Editable
- extends Labelable
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:
Labelable
Method Summary |
void |
setEditable(boolean editable)
Set the editable state of the gadget. |
Methods inherited from interface de.espirit.firstspirit.ui.gadgets.aspects.Labelable |
getLabel |
TYPE
static final AspectType<Editable> TYPE
- The aspect's technical to be used for requesting the aspect from an
Aspectable
.
- Since:
- 4.2.405
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
- If true
, the gadget should be set editable.- Since:
- 4.2.405
Copyright © 2012 e-Spirit AG. All Rights Reserved. Build 4.2.480