leon.view.graphic
Interface LyGraphicalRelation
- All Superinterfaces:
- LyFreeInterface, LyGraphicalComponent, LyGraphicalFieldItem, LySetLinksInterface, LyViewComponent
- All Known Implementing Classes:
- LyJQRelation, LyMobileRelation, LyStrutsRelation, LySwingRelation
public interface LyGraphicalRelation
- extends LyGraphicalFieldItem, LySetLinksInterface
The LyGraphicalRelation interface represents the abstract graphical component
for the relation of views.dtd regardless of the target (swing, swt, dhtml...).
- See Also:
LyRelation
Field Summary |
static java.lang.String |
__VERSION
|
Method Summary |
void |
addLink(LyLink links,
int pos)
Inserts a sub-component links at given position. |
void |
removeLink(LyLink links)
Removes a sub-component links. |
__VERSION
static final java.lang.String __VERSION
- See Also:
- Constant Field Values
addLink
void addLink(LyLink links,
int pos)
- Inserts a sub-component links at given position.
- Specified by:
addLink
in interface LySetLinksInterface
- Parameters:
links
- The links to add to links list.pos
- Position where the sub-component is inserted.
removeLink
void removeLink(LyLink links)
- Removes a sub-component links.
- Specified by:
removeLink
in interface LySetLinksInterface
- Parameters:
links
- The links to remove to links list.
Website: W4 S.A., contact us: support@w4global.com