|
||||||||||
| 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.views.SectionView
org.kuali.student.common.ui.client.configurable.mvc.views.VerticalSectionView
public class VerticalSectionView
The vertical layout implementation of SectionView. The ui layout behaves exactly the same as VerticalSection. A model id can be passed in to specify a model this particular view uses.
| 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 |
| Field Summary |
|---|
| Fields inherited from class org.kuali.student.common.ui.client.configurable.mvc.views.SectionView |
|---|
model, modelId |
| 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 | |
|---|---|
VerticalSectionView(Enum<?> viewEnum,
String name,
String modelId)
Same as VerticalSectionView(Enum> viewEnum, String name, String modelId, true) |
|
VerticalSectionView(Enum<?> viewEnum,
String name,
String modelId,
boolean showTitle)
|
|
VerticalSectionView(Enum<?> viewEnum,
String name,
String modelId,
com.google.gwt.user.client.ui.Widget titleWidget)
VerticalSectionView with a custom titleWidget defined |
|
| Method Summary | |
|---|---|
void |
clear()
Can be called to reset a view to a cleared state. |
void |
setSectionTitle(String title)
|
void |
updateModel()
This updates the model |
| Methods inherited from class org.kuali.student.common.ui.client.configurable.mvc.views.SectionView |
|---|
addView, asWidget, beforeHide, beforeShow, collectBreadcrumbNames, collectHistory, getController, getModel, getModelId, getName, getViewEnum, onHistoryEvent, setController, setModelId, setName, setViewEnum, toString, updateMetadata, updateView, updateView |
| Methods inherited from class org.kuali.student.common.ui.client.configurable.mvc.sections.BaseSection |
|---|
add, addField, addSection, addSection, addStyleName, addWidget, clearValidation, enableValidation, ensureDirtyFlagPath, getField, getFields, getLayout, getLayoutController, getSection, getSections, getUnnestedFields, isDirty, isValidationEnabled, processValidationResults, processValidationResults, removeField, removeField, removeSection, removeSection, removeWidget, removeWidget, resetDirtyFlags, resetFieldInteractionFlags, setFieldHasHadFocusFlags, setHelp, setInstructions, setIsDirty, setLayoutController, setRequired, setStyleName, updateModel, updateWidgetData |
| Methods inherited from class org.kuali.student.common.ui.client.widgets.field.layout.element.SpanPanel |
|---|
insert, setHTML, setText |
| Methods inherited from class com.google.gwt.user.client.ui.ComplexPanel |
|---|
add, adjustIndex, checkIndexBoundsForAccess, checkIndexBoundsForInsertion, getChildren, getWidget, getWidgetCount, getWidgetIndex, insert, insert, iterator, remove, remove |
| Methods inherited from class com.google.gwt.user.client.ui.Panel |
|---|
adopt, adopt, disown, doAttachChildren, doDetachChildren, onLoad, onUnload, orphan |
| Methods inherited from class com.google.gwt.user.client.ui.Widget |
|---|
addDomHandler, addHandler, delegateEvent, fireEvent, getHandlerCount, getLayoutData, getParent, isAttached, isOrWasAttached, onAttach, onBrowserEvent, onDetach, 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, setStyleName, setStyleName, setStylePrimaryName, setStylePrimaryName, setTitle, setVisible, setVisible, setWidth, unsinkEvents |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public VerticalSectionView(Enum<?> viewEnum,
String name,
String modelId)
public VerticalSectionView(Enum<?> viewEnum,
String name,
String modelId,
boolean showTitle)
viewEnum - Enumeration of this view - id used for navigation, history, and showing a viewname - Name of this view - what this view is called in the breadcrumbmodelId - id of the model to be used for this view when a requestModel call is made on its parent controllershowTitle - if true, show the view's name as an H2 header
public VerticalSectionView(Enum<?> viewEnum,
String name,
String modelId,
com.google.gwt.user.client.ui.Widget titleWidget)
viewEnum - name - modelId - titleWidget - | Method Detail |
|---|
public void updateModel()
View.updateModel()public void clear()
View
clear in interface com.google.gwt.user.client.ui.HasWidgetsclear in interface Viewclear in class com.google.gwt.user.client.ui.Panelpublic void setSectionTitle(String title)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||