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. |
__VERSION
static final java.lang.String __VERSION
- See Also:
- Constant Field Values
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.
Website: W4 S.A., contact us: support@w4global.com