org.kuali.student.common.ui.client.widgets
Class TextLinkageHelper

java.lang.Object
  extended by org.kuali.student.common.ui.client.widgets.TextLinkageHelper

public class TextLinkageHelper
extends Object

TextLinkageHelper is used to link two text fields. As you type in one field the text appears on the linked field.


Field Summary
(package private) static String masterString
           
 
Constructor Summary
TextLinkageHelper()
           
 
Method Summary
static void link(com.google.gwt.user.client.ui.HasText master, com.google.gwt.user.client.ui.HasText slave)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

masterString

static String masterString
Constructor Detail

TextLinkageHelper

public TextLinkageHelper()
Method Detail

link

public static void link(com.google.gwt.user.client.ui.HasText master,
                        com.google.gwt.user.client.ui.HasText slave)


Copyright © 2007-2011 The Kuali Foundation. All Rights Reserved.