LEONARDI Application Composer - 8.9.0.40 by W4 S.A.

leon.view.graphic
Interface LyGraphicalFormField

All Superinterfaces:
LyFreeInterface, LyGraphicalComponent, LyGraphicalFieldItem, LyGraphicalPanel, LySetEditableInterface, LySetEnabledInterface, LySetHiddenInterface, LySetOptionalInterface, LySetStateInterface, LyViewComponent
All Known Implementing Classes:
LyJQFormField, LyMobileFormField, LyStrutsFormField, LySwingFormField

public interface LyGraphicalFormField
extends LyGraphicalPanel, LySetEditableInterface, LySetOptionalInterface, LySetEnabledInterface, LySetStateInterface, LySetHiddenInterface

The LyGraphicalFormField interface represents the abstract graphical component for the formField of views.dtd regardless of the target (swing, swt, dhtml...).

See Also:
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

__VERSION

static final java.lang.String __VERSION
See Also:
Constant Field Values
Method Detail

setEditable

void setEditable(boolean editable)
Updates attribute editable to the given value.

Specified by:
setEditable in interface LySetEditableInterface
Parameters:
editable - Boolean indicating if attribute editable is set or unset.

setOptional

void setOptional(boolean optional)
Updates attribute optional to the given value.

Specified by:
setOptional in interface LySetOptionalInterface
Parameters:
optional - Boolean indicating if attribute optional is set or unset.

setEnabled

void setEnabled(boolean enabled)
Updates attribute enabled to the given value.

Specified by:
setEnabled in interface LySetEnabledInterface
Parameters:
enabled - Boolean indicating if attribute enabled is set or unset.

setChecked

void setChecked(boolean checked)
Updates attribute checked to the given value.

Parameters:
checked - Boolean indicating if attribute checked is set or unset.

setState

void setState(short state)
Updates attribute state to the given value.

Specified by:
setState in interface LySetStateInterface
Parameters:
state - New value of state.

setMessage

void setMessage(java.lang.String message)
Updates attribute message to the given value.

Parameters:
message - New value of message.

setHidden

void setHidden(boolean hidden)
Updates attribute hidden to the given value.

Specified by:
setHidden in interface LySetHiddenInterface
Parameters:
hidden - Boolean indicating if attribute hidden is set or unset.

setToolBar

void setToolBar(LyToolBar toolBar)
Sets sub-component toolBar.

Parameters:
toolBar - New value of toolBar

(c) January 2013 - W4 S.A.

Website: W4 S.A., contact us: support@w4global.com