|
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 LyGraphicalFormField
The LyGraphicalFormField interface represents the abstract graphical component for the formField of views.dtd regardless of the target (swing, swt, dhtml...).
LyFormField
Field Summary | |
---|---|
static java.lang.String |
__VERSION
|
Method Summary | |
---|---|
void |
setChecked(boolean checked)
Updates attribute checked to the given value. |
void |
setEditable(boolean editable)
Updates attribute editable to the given value. |
void |
setEnabled(boolean enabled)
Updates attribute enabled to the given value. |
void |
setHidden(boolean hidden)
Updates attribute hidden to the given value. |
void |
setMessage(java.lang.String message)
Updates attribute message to the given value. |
void |
setOptional(boolean optional)
Updates attribute optional to the given value. |
void |
setState(short state)
Updates attribute state to the given value. |
void |
setToolBar(LyToolBar toolBar)
Sets sub-component toolBar. |
Methods inherited from interface leon.view.graphic.LyGraphicalComponent |
---|
free, getViewComponent |
Field Detail |
---|
static final java.lang.String __VERSION
Method Detail |
---|
void setEditable(boolean editable)
setEditable
in interface LySetEditableInterface
editable
- Boolean indicating if attribute editable is set or unset.void setOptional(boolean optional)
setOptional
in interface LySetOptionalInterface
optional
- Boolean indicating if attribute optional is set or unset.void setEnabled(boolean enabled)
setEnabled
in interface LySetEnabledInterface
enabled
- Boolean indicating if attribute enabled is set or unset.void setChecked(boolean checked)
checked
- Boolean indicating if attribute checked is set or unset.void setState(short state)
setState
in interface LySetStateInterface
state
- New value of state.void setMessage(java.lang.String message)
message
- New value of message.void setHidden(boolean hidden)
setHidden
in interface LySetHiddenInterface
hidden
- Boolean indicating if attribute hidden is set or unset.void setToolBar(LyToolBar toolBar)
toolBar
- New value of toolBar
|
(c) January 2013 - W4 S.A. | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |