|
LEONARDI Application Composer - 8.9.0.40 by W4 S.A. | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface LyGraphicalMapRegion
The LyGraphicalMapRegion interface represents the abstract graphical component for the mapRegion of views.dtd regardless of the target (swing, swt, dhtml...).
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 |
---|
static final java.lang.String __VERSION
Method Detail |
---|
void setSmallImage(java.lang.String smallImage)
smallImage
- New value of smallImage.void setSmallImageTooltip(java.lang.String smallImageTooltip)
smallImageTooltip
- New value of smallImageTooltip.void setWeight(float weight)
weight
- New value of weight.void setSelected(boolean selected)
setSelected
in interface LySetSelectedInterface
selected
- Boolean indicating if attribute selected is set or unset.void setHidden(boolean hidden)
setHidden
in interface LySetHiddenInterface
hidden
- Boolean indicating if attribute hidden is set or unset.void addMapRegion(LyMapRegion mapRegions, int pos)
mapRegions
- The mapRegions to add to mapRegions list.pos
- Position where the sub-component is inserted.void removeMapRegion(LyMapRegion mapRegions)
mapRegions
- The mapRegions to remove to mapRegions list.
|
(c) January 2013 - W4 S.A. | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |