public class VerticalSectionView extends SectionView
com.google.gwt.user.client.ui.UIObject.DebugIdImpl, com.google.gwt.user.client.ui.UIObject.DebugIdImplEnabledmodel, modelIdfields, isDirty, isValidationEnabled, layout, layoutController, sections| Constructor and Description |
|---|
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
|
| Modifier and Type | Method and Description |
|---|---|
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
|
addView, asWidget, beforeHide, beforeShow, collectBreadcrumbNames, collectHistory, getController, getModel, getModelId, getName, getViewEnum, init, isExportButtonActive, onHistoryEvent, setController, setModelId, setName, setViewEnum, showExport, toString, updateMetadata, updateView, updateViewadd, 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, updateWidgetDatagetExportElementSubset, getExportFieldValue, getText, insert, isExportElement, setExportElement, setHTML, setTextadd, adjustIndex, checkIndexBoundsForAccess, checkIndexBoundsForInsertion, getChildren, getWidget, getWidgetCount, getWidgetIndex, getWidgetIndex, insert, insert, iterator, remove, removeadd, adopt, adopt, disown, doAttachChildren, doDetachChildren, orphan, removeaddAttachHandler, addBitlessDomHandler, addDomHandler, addHandler, asWidgetOrNull, createHandlerManager, delegateEvent, fireEvent, getHandlerCount, getLayoutData, getParent, isAttached, isOrWasAttached, onAttach, onBrowserEvent, onDetach, onLoad, onUnload, removeFromParent, setLayoutData, sinkEventsaddStyleDependentName, 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, unsinkEventspublic 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 - public void updateModel()
View.updateModel()public void clear()
Viewpublic void setSectionTitle(String title)
Copyright © 2004-2013 The Kuali Foundation. All Rights Reserved.