|
Clearspace API (2.5.18) Core Javadocs | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface DocumentFieldOption
Container object for document field options.
MultiOptionDocumentField.getOptions()| Method Summary | |
|---|---|
long |
getID()
Returns the ID of the document field option. |
int |
getIndex()
Returns the index of the option in the list of options for the document field. |
String |
getValue()
Returns the value of the option. |
boolean |
isDefault()
Returns true if this option is a default option |
void |
setDefault(boolean flag)
Set whether or not this option is a default option |
void |
setValue(String value)
Sets the value of the option. |
| Methods inherited from interface com.jivesoftware.community.JiveObject |
|---|
getObjectType |
| Method Detail |
|---|
long getID()
getID in interface JiveObjectint getIndex()
String getValue()
void setValue(String value)
value - the value of the option.boolean isDefault()
void setDefault(boolean flag)
flag - true if this is a default option
|
Clearspace Project Page | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||