leon.view.graphic
Interface LyGraphicalCommand
- All Superinterfaces:
- LyFreeInterface, LyGraphicalComponent, LyGraphicalFieldItem, LyGraphicalPanel, LySetEnabledInterface, LySetLabelInterface, LyViewComponent
- All Known Implementing Classes:
- LyJQCommand, LyMobileCommand, LyStrutsCommand, LySwingCommand
public interface LyGraphicalCommand
- extends LyGraphicalPanel, LySetLabelInterface, LySetEnabledInterface
The LyGraphicalCommand interface represents the abstract graphical component
for the command of views.dtd regardless of the target (swing, swt, dhtml...).
- See Also:
LyCommand
Field Summary |
static java.lang.String |
__VERSION
|
Method Summary |
void |
setEnabled(boolean enabled)
Updates attribute enabled to the given value. |
void |
setLabel(java.lang.String label)
Updates attribute label to the given value. |
__VERSION
static final java.lang.String __VERSION
- See Also:
- Constant Field Values
setLabel
void setLabel(java.lang.String label)
- Updates attribute label to the given value.
- Specified by:
setLabel
in interface LySetLabelInterface
- Parameters:
label
- New value of label.
setEnabled
void setEnabled(boolean enabled)
- Updates attribute enabled to the given value.
- Specified by:
setEnabled
in interface LySetEnabledInterface
- Parameters:
enabled
- Boolean indicating if attribute enabled is set or unset.
Website: W4 S.A., contact us: support@w4global.com