|
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 LyGraphicalEntry
The LyGraphicalEntry interface represents the abstract graphical component for the entry of views.dtd regardless of the target (swing, swt, dhtml...).
LyEntry
Field Summary | |
---|---|
static java.lang.String |
__VERSION
|
Method Summary | |
---|---|
void |
setChecked(boolean checked)
Updates attribute checked to the given value. |
void |
setImage(java.lang.String image)
Updates attribute image to the given value. |
void |
setOpen(boolean open)
Updates attribute open to the given value. |
void |
setValidity(LyTreeNode.Validity validity)
Updates attribute validity 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 setChecked(boolean checked)
checked
- Boolean indicating if attribute checked is set or unset.void setOpen(boolean open)
open
- Boolean indicating if attribute open is set or unset.void setValidity(LyTreeNode.Validity validity)
setValidity
in interface LySetValidityInterface
validity
- New value of validity.void setImage(java.lang.String image)
setImage
in interface LySetImageInterface
image
- New value of image.
|
(c) January 2013 - W4 S.A. | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |