org.nuiton.wikitty.publication.ui
Class SelectOption
java.lang.Object
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
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
value
protected String value
desc
protected String desc
isSelected
protected boolean isSelected
SelectOption
public SelectOption(String value,
String desc,
boolean isSelected)
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.