org.kuali.student.common.ui.client.mvc
Interface TranslatableValueWidget

All Known Implementing Classes:
CluSetEditorWidget.Picker, CluSetsConfigurer.Picker, ClusetView.Picker, KSPicker, KSPicker.BasicWidget, KSSelectedList, KSSuggestBox

public interface TranslatableValueWidget

Represents a widget that accepts an ID translation

Author:
Ryan Johnson

Method Summary
 void setValue(Map<String,String> translations)
           
 void setValue(String id, String translation)
           
 

Method Detail

setValue

void setValue(String id,
              String translation)

setValue

void setValue(Map<String,String> translations)


Copyright © 2010 The Kuali Foundation. All rights reserved.