org.kuali.student.lum.program.client
Class ProgramRegistry

java.lang.Object
  extended by org.kuali.student.lum.program.client.ProgramRegistry

public class ProgramRegistry
extends Object

Author:
Igor

Constructor Summary
ProgramRegistry()
           
 
Method Summary
static void addHandler(com.google.gwt.event.shared.GwtEvent.Type<?> type, com.google.gwt.event.shared.EventHandler handler)
           
static Data getData()
           
static int getRow()
           
static Enum<?> getSection()
           
static HashMap<com.google.gwt.event.shared.GwtEvent.Type,com.google.gwt.event.shared.EventHandler> getSpecializationHandlers()
           
static List<ValidationResultInfo> getVariationWarnings()
           
static boolean isCreateNew()
           
static void setCreateNew(boolean createNew)
           
static void setData(Data data)
           
static void setRow(int row)
           
static void setSection(Enum<?> section)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ProgramRegistry

public ProgramRegistry()
Method Detail

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)

getVariationWarnings

public static List<ValidationResultInfo> getVariationWarnings()
Returns:
The validation warnings for the current variation found in the validation warnings stored in the ApplicationContext.


Copyright © 2004-2013 The Kuali Foundation. All Rights Reserved.