info.informatica.ui
Interface OptionItem

All Known Implementing Classes:
FormOption, FormRadioField

public interface OptionItem

User interface option item.

Version:
1.00
Author:
amengual at informatica dot info

Method Summary
 String getDescription()
           
 String getOptionId()
           
 boolean isSelected()
           
 void select()
           
 void select(boolean sel)
           
 void setDescription(Object description)
           
 void setOptionId(String id)
           
 

Method Detail

select

void select()

select

void select(boolean sel)

isSelected

boolean isSelected()

getOptionId

String getOptionId()

setOptionId

void setOptionId(String id)
                 throws IllegalOptionException
Throws:
IllegalOptionException

getDescription

String getDescription()

setDescription

void setDescription(Object description)