|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object com.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.common.ui.client.widgets.table.summary.SummaryTableSection
public class SummaryTableSection
Nested Class Summary |
---|
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 | |
---|---|
SummaryTableSection(Controller controller)
|
|
SummaryTableSection(Controller controller,
SectionTitle title)
|
Method Summary | |
---|---|
String |
addField(FieldDescriptor fieldDescriptor)
Adds a field to this section. |
String |
addSection(Section section)
Adds a section to this section's layout. |
String |
addSection(String key,
Section section)
Same as addSection except with an option user defined key (for retrieval of the section if necessary). |
void |
addShowRowCallback(ShowRowConditionCallback callback)
|
void |
addSummaryTableFieldBlock(SummaryTableFieldBlock section)
|
String |
getContentColumnHeader1()
|
String |
getContentColumnHeader2()
|
boolean |
getHasWarnings()
|
boolean |
getIsMissingFields()
|
SummaryTable |
getSummaryTable()
|
ValidationResult.ErrorLevel |
processValidationResults(List<ValidationResultInfo> results)
Same as processValidationResults(results, true) |
ValidationResult.ErrorLevel |
processValidationResults(List<ValidationResultInfo> results,
boolean clearErrors)
Processes the validation results passed in and displays the appropriate message on the screen next to the corresponding field or section. |
void |
removeValidationHighlighting()
|
void |
setContentColumnHeader1(String title)
|
void |
setContentColumnHeader2(String title)
|
void |
setEditable(boolean bool)
|
String |
translatePath(String path,
String parentPath,
int num)
|
void |
updateWidgetData(DataModel model)
Updates the section's fields with data from the model passed in. |
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, addStyleName, addWidget, clearValidationErrors, clearValidationWarnings, enableField, enableValidation, ensureDirtyFlagPath, getField, getFields, getLayout, getLayoutController, getSection, getSections, getUnnestedFields, isDirty, isValidationEnabled, progressiveEnableAndRequireFields, progressiveEnableFields, progressiveRequireFields, removeField, removeField, removeSection, removeSection, removeWidget, removeWidget, resetDirtyFlags, resetFieldInteractionFlags, setFieldHasHadFocusFlags, setHelp, setInstructions, setIsDirty, setLayoutController, setRequired, setSectionId, setStyleName, updateModel |
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 |
Constructor Detail |
---|
public SummaryTableSection(Controller controller)
public SummaryTableSection(Controller controller, SectionTitle title)
Method Detail |
---|
public boolean getIsMissingFields()
public boolean getHasWarnings()
public void setContentColumnHeader1(String title)
public void setContentColumnHeader2(String title)
public String getContentColumnHeader1()
public String getContentColumnHeader2()
public void setEditable(boolean bool)
public void addShowRowCallback(ShowRowConditionCallback callback)
public void addSummaryTableFieldBlock(SummaryTableFieldBlock section)
public ValidationResult.ErrorLevel processValidationResults(List<ValidationResultInfo> results)
BaseSection
processValidationResults
in interface Section
processValidationResults
in class BaseSection
Section.processValidationResults(java.util.List)
public ValidationResult.ErrorLevel processValidationResults(List<ValidationResultInfo> results, boolean clearErrors)
BaseSection
processValidationResults
in interface Section
processValidationResults
in class BaseSection
Section.processValidationResults(java.util.List, boolean)
public void removeValidationHighlighting()
public String translatePath(String path, String parentPath, int num)
public void updateWidgetData(DataModel model)
BaseSection
updateWidgetData
in interface Section
updateWidgetData
in class BaseSection
Section.updateWidgetData(org.kuali.student.common.ui.client.mvc.DataModel)
public String addField(FieldDescriptor fieldDescriptor)
BaseSection
addField
in interface Section
addField
in class BaseSection
public String addSection(Section section)
BaseSection
addSection
in interface Section
addSection
in class BaseSection
Section.addSection(org.kuali.student.common.ui.client.configurable.mvc.sections.Section)
public String addSection(String key, Section section)
BaseSection
addSection
in interface Section
addSection
in class BaseSection
Section.addSection(java.lang.String, org.kuali.student.common.ui.client.configurable.mvc.sections.Section)
public SummaryTable getSummaryTable()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |