LEONARDI Application Composer - 8.9.0.40 by W4 S.A.

leon.view.graphic
Interface LyGraphicalTool

All Superinterfaces:
LyFreeInterface, LyGraphicalComponent, LyGraphicalFieldItem, LyGraphicalPanel, LySetEnabledInterface, LySetImageInterface, LySetLabelInterface, LyViewComponent
All Known Implementing Classes:
LyJQTool, LyMobileTool, LyStrutsTool, LySwingTool

public interface LyGraphicalTool
extends LyGraphicalPanel, LySetLabelInterface, LySetImageInterface, LySetEnabledInterface

The LyGraphicalTool interface represents the abstract graphical component for the tool of views.dtd regardless of the target (swing, swt, dhtml...).

See Also:
LyTool

Field Summary
static java.lang.String __VERSION
           
 
Method Summary
 void setEnabled(boolean enabled)
          Updates attribute enabled to the given value.
 void setImage(java.lang.String image)
          Updates attribute image to the given value.
 void setLabel(java.lang.String label)
          Updates attribute label to the given value.
 void setPressed(boolean pressed)
          Updates attribute pressed to the given value.
 void setTooltip(java.lang.String tooltip)
          Updates attribute tooltip to the given value.
 
Methods inherited from interface leon.view.graphic.LyGraphicalComponent
free, getViewComponent
 

Field Detail

__VERSION

static final java.lang.String __VERSION
See Also:
Constant Field Values
Method Detail

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.

setTooltip

void setTooltip(java.lang.String tooltip)
Updates attribute tooltip to the given value.

Parameters:
tooltip - New value of tooltip.

setImage

void setImage(java.lang.String image)
Updates attribute image to the given value.

Specified by:
setImage in interface LySetImageInterface
Parameters:
image - New value of image.

setPressed

void setPressed(boolean pressed)
Updates attribute pressed to the given value.

Parameters:
pressed - Boolean indicating if attribute pressed is set or unset.

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.

(c) January 2013 - W4 S.A.

Website: W4 S.A., contact us: support@w4global.com