portal.core.model
Interface ISelectableModel

All Known Implementing Classes:
RadioButton

public interface ISelectableModel


Method Summary
 boolean isSelected()
           
 void setSelected(boolean selected)
           
 

Method Detail

isSelected

public boolean isSelected()

setSelected

public void setSelected(boolean selected)