com.dotmarketing.viewtools.content
Class RadioMap

java.lang.Object
  extended by 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

Constructor Summary
RadioMap(Field field, Contentlet content)
           
 
Method Summary
 java.util.List<java.lang.String> getOptions()
           
 java.lang.Object getSelectValue()
           
 java.util.List<java.lang.String> getValue()
           
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

RadioMap

public RadioMap(Field field,
                Contentlet content)
Method Detail

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.