org.kuali.student.lum.program.client
Class ProgramRegistry
java.lang.Object
   org.kuali.student.lum.program.client.ProgramRegistry
org.kuali.student.lum.program.client.ProgramRegistry
- public class ProgramRegistry 
- extends Object
- Author:
- Igor
 
 
 
| Methods inherited from class java.lang.Object | 
| clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
 
data
private static Data data
row
private static int row
section
private static Enum<?> section
specializationHandlers
private static HashMap<com.google.gwt.event.shared.GwtEvent.Type,com.google.gwt.event.shared.EventHandler> specializationHandlers
createNew
private static boolean createNew
ProgramRegistry
public ProgramRegistry()
getData
public static Data getData()
- 
 
setData
public static void setData(Data data)
- 
 
getRow
public static int getRow()
- 
 
setRow
public static void setRow(int row)
- 
 
getSection
public static Enum<?> getSection()
- 
 
setSection
public static void setSection(Enum<?> section)
- 
 
addHandler
public static void addHandler(com.google.gwt.event.shared.GwtEvent.Type<?> type,
                              com.google.gwt.event.shared.EventHandler handler)
- 
 
getSpecializationHandlers
public static HashMap<com.google.gwt.event.shared.GwtEvent.Type,com.google.gwt.event.shared.EventHandler> getSpecializationHandlers()
- 
 
isCreateNew
public static boolean isCreateNew()
- 
 
setCreateNew
public static void setCreateNew(boolean createNew)
- 
 
Copyright © 2007-2011 The Kuali Foundation. All Rights Reserved.