|
||||||||||
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.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 |
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.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()
|
|
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 |
init(Enum<?> viewEnum,
String name,
String modelId,
boolean showTitle)
|
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, init, isExportButtonActive, onHistoryEvent, setController, setModelId, setName, setViewEnum, showExport, toString, updateMetadata, updateView, updateView |
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, disown, doAttachChildren, doDetachChildren, orphan, remove |
Methods inherited from class com.google.gwt.user.client.ui.Widget |
---|
addAttachHandler, addBitlessDomHandler, addDomHandler, addHandler, 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, unsinkEvents |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public VerticalSectionView()
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 headerpublic VerticalSectionView(Enum<?> viewEnum, String name, String modelId, com.google.gwt.user.client.ui.Widget titleWidget)
viewEnum
- name
- modelId
- titleWidget
- Method Detail |
---|
public void init(Enum<?> viewEnum, String name, String modelId, boolean showTitle)
public void updateModel()
View.updateModel()
public void clear()
View
clear
in interface com.google.gwt.user.client.ui.HasWidgets
clear
in interface View
clear
in class com.google.gwt.user.client.ui.Panel
public void setSectionTitle(String title)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |