com.dotmarketing.viewtools.content
Class RadioMap
java.lang.Object
com.dotmarketing.viewtools.content.RadioMap
public class RadioMap
- extends java.lang.Object
The class helps get at the values and options of a Select Field belonging to a piece of content.
- Since:
- 1.9.1.3
- Author:
- Jason Tesser
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
RadioMap
public RadioMap(Field field,
Contentlet content)
getOptions
public java.util.List<java.lang.String> getOptions()
- Returns:
- the options
getValue
public java.util.List<java.lang.String> getValue()
- Returns:
- the value
toString
public java.lang.String toString()
- Overrides:
toString in class java.lang.Object
getSelectValue
public java.lang.Object getSelectValue()
- Returns:
- the selectValue
Copyright © 2013 dotCMS Inc. All Rights Reserved.