|
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 LyGraphicalMenu
The LyGraphicalMenu interface represents the abstract graphical component for the menu of views.dtd regardless of the target (swing, swt, dhtml...).
LyMenu
Field Summary | |
---|---|
static java.lang.String |
__VERSION
|
Method Summary | |
---|---|
void |
addComponent(LyComponent components,
int pos)
Inserts a sub-component components at given position. |
void |
removeComponent(LyComponent components)
Removes a sub-component components. |
void |
setEnabled(boolean enabled)
Updates attribute enabled 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 setEnabled(boolean enabled)
setEnabled
in interface LySetEnabledInterface
enabled
- Boolean indicating if attribute enabled is set or unset.void addComponent(LyComponent components, int pos)
components
- The components to add to components list.pos
- Position where the sub-component is inserted.void removeComponent(LyComponent components)
components
- The components to remove to components list.
|
(c) January 2013 - W4 S.A. | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |