org.codehaus.waffle.taglib.writer
Interface TypeWriter

All Known Implementing Classes:
ComboBoxTypeWriter, RadioButtonTypeWriter

public interface TypeWriter

Interface which hide the implementation of the presentation of the final html element. E.g. Used for collection which can be presented as combobox or checkboxes.

Author:
Nico Stepapt

Method Summary
 java.lang.String getClosingItem()
           
 java.lang.String getClosingTag(boolean first)
           
 java.lang.String getEmptyTag()
           
 java.lang.String getOpeningItem(java.lang.String key, boolean selected)
           
 java.lang.String getOpeningTag(Attributes attributes)
           
 

Method Detail

getOpeningItem

java.lang.String getOpeningItem(java.lang.String key,
                                boolean selected)

getEmptyTag

java.lang.String getEmptyTag()

getOpeningTag

java.lang.String getOpeningTag(Attributes attributes)

getClosingTag

java.lang.String getClosingTag(boolean first)

getClosingItem

java.lang.String getClosingItem()


Copyright © 2008. All Rights Reserved.