com.taggercat.tags
Interface OptionItem

All Known Subinterfaces:
ColorCodedOptionItem

public interface OptionItem

This interface is used by objects that will be displayed in an HTML menu list generated with the HTMLListMenuOptionsListTag

But, this does not apply to Code Tables. Code Tables are treated specifically using Tagger Cat's code table functionality.

 

Method Summary
 java.lang.String optionLabel()
           
 java.lang.String optionValue()
           
 java.lang.String title()
           
 

Method Detail

optionValue

java.lang.String optionValue()

optionLabel

java.lang.String optionLabel()

title

java.lang.String title()