LEONARDI Application Composer - 8.9.0.40 by W4 S.A.

leon.view.graphic
Interface LyGraphicalMapRegion

All Superinterfaces:
LyFreeInterface, LyGraphicalComponent, LySetHiddenInterface, LySetSelectedInterface, LyViewComponent
All Known Implementing Classes:
LyStrutsMapRegion, LySwingMapRegion

public interface LyGraphicalMapRegion
extends LyGraphicalComponent, LySetSelectedInterface, LySetHiddenInterface

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

See Also:
LyMapRegion

Field Summary
static java.lang.String __VERSION
           
 
Method Summary
 void addMapRegion(LyMapRegion mapRegions, int pos)
          Inserts a sub-component mapRegions at given position.
 void removeMapRegion(LyMapRegion mapRegions)
          Removes a sub-component mapRegions.
 void setHidden(boolean hidden)
          Updates attribute hidden to the given value.
 void setSelected(boolean selected)
          Updates attribute selected to the given value.
 void setSmallImage(java.lang.String smallImage)
          Updates attribute smallImage to the given value.
 void setSmallImageTooltip(java.lang.String smallImageTooltip)
          Updates attribute smallImageTooltip to the given value.
 void setWeight(float weight)
          Updates attribute weight 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

setSmallImage

void setSmallImage(java.lang.String smallImage)
Updates attribute smallImage to the given value.

Parameters:
smallImage - New value of smallImage.

setSmallImageTooltip

void setSmallImageTooltip(java.lang.String smallImageTooltip)
Updates attribute smallImageTooltip to the given value.

Parameters:
smallImageTooltip - New value of smallImageTooltip.

setWeight

void setWeight(float weight)
Updates attribute weight to the given value.

Parameters:
weight - New value of weight.

setSelected

void setSelected(boolean selected)
Updates attribute selected to the given value.

Specified by:
setSelected in interface LySetSelectedInterface
Parameters:
selected - Boolean indicating if attribute selected is set or unset.

setHidden

void setHidden(boolean hidden)
Updates attribute hidden to the given value.

Specified by:
setHidden in interface LySetHiddenInterface
Parameters:
hidden - Boolean indicating if attribute hidden is set or unset.

addMapRegion

void addMapRegion(LyMapRegion mapRegions,
                  int pos)
Inserts a sub-component mapRegions at given position.

Parameters:
mapRegions - The mapRegions to add to mapRegions list.
pos - Position where the sub-component is inserted.

removeMapRegion

void removeMapRegion(LyMapRegion mapRegions)
Removes a sub-component mapRegions.

Parameters:
mapRegions - The mapRegions to remove to mapRegions list.

(c) January 2013 - W4 S.A.

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