com.cc.framework.taglib
Interface OptionsContainerTag

All Known Implementing Classes:
CheckboxGroupTag, ColumnSelectTag, MultiLevelSelectTag, SelectTag, SwapSelectTag, TreeSwapSelectTag

public interface OptionsContainerTag

Interface for a tag that can contain an option list

Author:
Harald Schulz

Method Summary
 OptionsComparator getOptionsComparator()
          Returns an option comparator for this control
 void setOptionList(OptionListDesignModel optionList, java.lang.Object optionElements)
          Sets the OptionList which is used by the Select-Control
 

Method Detail

setOptionList

public void setOptionList(OptionListDesignModel optionList,
                          java.lang.Object optionElements)
Sets the OptionList which is used by the Select-Control

Parameters:
optionList - OptionListDesignModel
optionElements - The selected options

getOptionsComparator

public OptionsComparator getOptionsComparator()
Returns an option comparator for this control

Returns:
OptionsComparator


Copyright © 2000-2005 SCC Informationssysteme GmbH. All Rights Reserved.