org.nuiton.wikitty.publication.ui
Class SelectOption

java.lang.Object
  extended by org.nuiton.wikitty.publication.ui.SelectOption

public class SelectOption
extends Object

Class used inside view page to load langage supported by code mirror

Author:
mfortun

Field Summary
protected  String desc
           
protected  boolean isSelected
           
protected  String value
           
 
Constructor Summary
SelectOption(String value, String desc, boolean isSelected)
           
 
Method Summary
 String getDesc()
           
 String getValue()
           
 boolean isSelected()
           
 void setDesc(String desc)
           
 void setSelected(boolean isSelected)
           
 void setValue(String value)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

value

protected String value

desc

protected String desc

isSelected

protected boolean isSelected
Constructor Detail

SelectOption

public SelectOption(String value,
                    String desc,
                    boolean isSelected)
Method Detail

getValue

public String getValue()

setValue

public void setValue(String value)

getDesc

public String getDesc()

setDesc

public void setDesc(String desc)

isSelected

public boolean isSelected()

setSelected

public void setSelected(boolean isSelected)


Copyright © 2010-2011 CodeLutin. All Rights Reserved.