LEONARDI Application Composer - 8.9.0.40 by W4 S.A.

leon.view.beaninterface
Interface LyChoiceFieldBeanInterface

All Superinterfaces:
LyFieldBeanInterface, LySetFieldBeanInterface, LySetLabelInterface

public interface LyChoiceFieldBeanInterface
extends LySetFieldBeanInterface

Interface for a choice field bean in a set view.


Field Summary
static java.lang.String __VERSION
           
 
Method Summary
 void checkOption(int i, boolean check)
          Method used to check/uncheck an option within the choice field.
 void enableOption(int i, boolean enable)
          Method used to enable/disable an option within the choice field.
 
Methods inherited from interface leon.view.beaninterface.LyFieldBeanInterface
setViewComponent
 
Methods inherited from interface leon.view.setinterface.LySetLabelInterface
setLabel
 

Field Detail

__VERSION

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

enableOption

void enableOption(int i,
                  boolean enable)
Method used to enable/disable an option within the choice field.

Parameters:
i - Index of the option to be enabled/disabled.
enable - Boolean indicating if option is enabled or disabled.

checkOption

void checkOption(int i,
                 boolean check)
Method used to check/uncheck an option within the choice field.

Parameters:
i - Index of the option to be checked/unchecked.
enable - Boolean indicating if option is checked or unchecked.

(c) January 2013 - W4 S.A.

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