com.taursys.model
Class SelectModelOption

java.lang.Object
  extended bycom.taursys.model.SelectModelOption

public class SelectModelOption
extends java.lang.Object

Object which holds a option display value and a selected indicator


Constructor Summary
SelectModelOption(java.lang.String newOptionText, boolean newSelected)
          Constructs a new SelectionModelOption for the given display value and selected indicator.
 
Method Summary
 java.lang.String getOptionText()
          The display value for the option
 boolean isSelected()
          The selected indicator for the option
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SelectModelOption

public SelectModelOption(java.lang.String newOptionText,
                         boolean newSelected)
Constructs a new SelectionModelOption for the given display value and selected indicator.

Method Detail

getOptionText

public java.lang.String getOptionText()
The display value for the option


isSelected

public boolean isSelected()
The selected indicator for the option



Copyright © 2007 Martin T Phelan. All Rights Reserved.