|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.google.gwt.user.client.ui.UIObject
com.google.gwt.user.client.ui.Widget
com.google.gwt.user.client.ui.Panel
com.google.gwt.user.client.ui.ComplexPanel
org.kuali.student.common.ui.client.widgets.field.layout.element.SpanPanel
org.kuali.student.common.ui.client.configurable.mvc.sections.BaseSection
org.kuali.student.common.ui.client.configurable.mvc.sections.VerticalSection
org.kuali.student.lum.common.client.lo.LOBuilder
public class LOBuilder
This class manages the users interactions when building/updating Learning Objectives within the context of managing CLUs. It allows the user to type in LO text directly or execute a search and select one or more of the returned LOs. Users can then re-organize LOs on the screen including altering the sequence and creating sub LOs
| Nested Class Summary | |
|---|---|
static class |
LOBuilder.LearningObjectiveList
|
| Nested classes/interfaces inherited from class com.google.gwt.user.client.ui.UIObject |
|---|
com.google.gwt.user.client.ui.UIObject.DebugIdImpl, com.google.gwt.user.client.ui.UIObject.DebugIdImplEnabled |
| Nested classes/interfaces inherited from interface com.google.gwt.user.client.ui.IndexedPanel |
|---|
com.google.gwt.user.client.ui.IndexedPanel.ForIsWidget |
| Nested classes/interfaces inherited from interface com.google.gwt.user.client.ui.HasWidgets |
|---|
com.google.gwt.user.client.ui.HasWidgets.ForIsWidget |
| Field Summary |
|---|
| Fields inherited from class org.kuali.student.common.ui.client.configurable.mvc.sections.BaseSection |
|---|
fields, isDirty, isValidationEnabled, layout, layoutController, sections |
| Fields inherited from class com.google.gwt.user.client.ui.UIObject |
|---|
DEBUG_ID_PREFIX |
| Constructor Summary | |
|---|---|
protected |
LOBuilder()
|
|
LOBuilder(String luType,
String luState,
String luGroup,
String loRepoKey,
String queryPathStart,
Metadata metadata)
|
| Method Summary | |
|---|---|
com.google.gwt.event.shared.HandlerRegistration |
addValueChangeHandler(com.google.gwt.event.logical.shared.ValueChangeHandler<List<OutlineNode<LOPicker>>> handler)
|
boolean |
doesOnTheFlyValidation()
|
static int |
getLoListDescLength()
|
static String |
getMessageGroup()
|
static String |
getRepoKey()
|
static String |
getState()
|
static String |
getType()
|
List<OutlineNode<LOPicker>> |
getValue()
|
ValidationResult.ErrorLevel |
processValidationResults(FieldDescriptor fd,
List<ValidationResultInfo> results)
|
ValidationResult.ErrorLevel |
processValidationResults(FieldDescriptor fd,
List<ValidationResultInfo> results,
boolean clearErrors)
|
void |
setValue(List<OutlineNode<LOPicker>> data)
|
void |
setValue(List<OutlineNode<LOPicker>> value,
boolean fireEvents)
|
void |
Validate(ValidateRequestEvent event,
List<ValidationResultInfo> result)
|
| Methods inherited from class org.kuali.student.common.ui.client.configurable.mvc.sections.VerticalSection |
|---|
addShowAllLink, getShowAllLink |
| Methods inherited from class org.kuali.student.common.ui.client.configurable.mvc.sections.BaseSection |
|---|
add, addField, addSection, addSection, addStyleName, addWidget, clearValidationErrors, clearValidationWarnings, enableField, enableValidation, ensureDirtyFlagPath, getField, getFields, getLayout, getLayoutController, getSection, getSections, getUnnestedFields, isDirty, isValidationEnabled, processValidationResults, processValidationResults, progressiveEnableAndRequireFields, progressiveEnableFields, progressiveRequireFields, removeField, removeField, removeSection, removeSection, removeWidget, removeWidget, resetDirtyFlags, resetFieldInteractionFlags, setFieldHasHadFocusFlags, setHelp, setInstructions, setIsDirty, setLayoutController, setRequired, setSectionId, setStyleName, updateModel, updateWidgetData |
| Methods inherited from class org.kuali.student.common.ui.client.widgets.field.layout.element.SpanPanel |
|---|
getExportElementSubset, getExportFieldValue, getText, insert, isExportElement, setExportElement, setHTML, setText |
| Methods inherited from class com.google.gwt.user.client.ui.ComplexPanel |
|---|
add, adjustIndex, checkIndexBoundsForAccess, checkIndexBoundsForInsertion, getChildren, getWidget, getWidgetCount, getWidgetIndex, getWidgetIndex, insert, insert, iterator, remove, remove |
| Methods inherited from class com.google.gwt.user.client.ui.Panel |
|---|
add, adopt, adopt, clear, disown, doAttachChildren, doDetachChildren, orphan, remove |
| Methods inherited from class com.google.gwt.user.client.ui.Widget |
|---|
addAttachHandler, addBitlessDomHandler, addDomHandler, addHandler, asWidget, asWidgetOrNull, createHandlerManager, delegateEvent, fireEvent, getHandlerCount, getLayoutData, getParent, isAttached, isOrWasAttached, onAttach, onBrowserEvent, onDetach, onLoad, onUnload, removeFromParent, setLayoutData, sinkEvents |
| Methods inherited from class com.google.gwt.user.client.ui.UIObject |
|---|
addStyleDependentName, ensureDebugId, ensureDebugId, ensureDebugId, getAbsoluteLeft, getAbsoluteTop, getElement, getOffsetHeight, getOffsetWidth, getStyleElement, getStyleName, getStyleName, getStylePrimaryName, getStylePrimaryName, getTitle, isVisible, isVisible, onEnsureDebugId, removeStyleDependentName, removeStyleName, setElement, setElement, setHeight, setPixelSize, setSize, setStyleDependentName, setStyleName, setStyleName, setStyleName, setStylePrimaryName, setStylePrimaryName, setTitle, setVisible, setVisible, setWidth, sinkBitlessEvent, toString, unsinkEvents |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Methods inherited from interface com.google.gwt.event.shared.HasHandlers |
|---|
fireEvent |
| Constructor Detail |
|---|
protected LOBuilder()
public LOBuilder(String luType,
String luState,
String luGroup,
String loRepoKey,
String queryPathStart,
Metadata metadata)
| Method Detail |
|---|
public void setValue(List<OutlineNode<LOPicker>> value,
boolean fireEvents)
setValue in interface com.google.gwt.user.client.ui.HasValue<List<OutlineNode<LOPicker>>>HasValue.setValue(java.lang.Object,
boolean)public void setValue(List<OutlineNode<LOPicker>> data)
setValue in interface com.google.gwt.user.client.TakesValue<List<OutlineNode<LOPicker>>>setValue in interface com.google.gwt.user.client.ui.HasValue<List<OutlineNode<LOPicker>>>HasValue.setValue(java.lang.Object)public List<OutlineNode<LOPicker>> getValue()
getValue in interface com.google.gwt.user.client.TakesValue<List<OutlineNode<LOPicker>>>getValue in interface com.google.gwt.user.client.ui.HasValue<List<OutlineNode<LOPicker>>>HasValue.getValue()public com.google.gwt.event.shared.HandlerRegistration addValueChangeHandler(com.google.gwt.event.logical.shared.ValueChangeHandler<List<OutlineNode<LOPicker>>> handler)
addValueChangeHandler in interface com.google.gwt.event.logical.shared.HasValueChangeHandlers<List<OutlineNode<LOPicker>>>HasValueChangeHandlers.addValueChangeHandler(com.google.gwt.event.logical.shared.ValueChangeHandler)public static String getType()
public static String getState()
public static String getRepoKey()
public static String getMessageGroup()
public ValidationResult.ErrorLevel processValidationResults(FieldDescriptor fd,
List<ValidationResultInfo> results)
processValidationResults in interface CanProcessValidationResults
public ValidationResult.ErrorLevel processValidationResults(FieldDescriptor fd,
List<ValidationResultInfo> results,
boolean clearErrors)
processValidationResults in interface CanProcessValidationResultspublic static int getLoListDescLength()
public boolean doesOnTheFlyValidation()
doesOnTheFlyValidation in interface CanProcessValidationResults
public void Validate(ValidateRequestEvent event,
List<ValidationResultInfo> result)
Validate in interface CanProcessValidationResults
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||