SmartGWT
com.smartgwt.client.core.BaseClassNew Methods:
public java.lang.String getScClassName()public void setScClassName(java.lang.String)
com.smartgwt.client.data.AdvancedCriteriaNew Constructors:
public AdvancedCriteria(com.smartgwt.client.types.OperatorId, com.smartgwt.client.data.AdvancedCriteria[])public AdvancedCriteria(java.lang.String, com.smartgwt.client.types.OperatorId)public AdvancedCriteria(java.lang.String, com.smartgwt.client.types.OperatorId, java.lang.String)
com.smartgwt.client.data.DSRequestNew Methods:
public java.lang.String getExportDelimiter()public com.smartgwt.client.types.ValidationMode getValidationMode()public void setExportDelimiter(java.lang.String)public void setValidationMode(com.smartgwt.client.types.ValidationMode)
com.smartgwt.client.data.DataSourceNew Methods:
public native java.lang.Object getDisplayValue(java.lang.String, java.lang.Object)public java.lang.String getRequiredMessage()public void setRequiredMessage(java.lang.String)public native void updateCaches(com.smartgwt.client.data.DSResponse)public native void updateCaches(com.smartgwt.client.data.DSResponse, com.smartgwt.client.data.DSRequest)public native void validateData()
com.smartgwt.client.data.XMLToolsNew Methods:
public static native void loadXMLSchema(java.lang.String, com.smartgwt.client.data.XSDLoadCallback, com.smartgwt.client.rpc.RPCRequest, boolean)
com.smartgwt.client.widgets.BaseWidgetNew Methods:
public java.lang.String getScClassName()public void setScClassName(java.lang.String)
com.smartgwt.client.widgets.CanvasNew Methods:
public java.lang.Boolean getShouldPrint()public static native void printComponents(java.lang.Object[])public void setAnimateShowEffect(com.smartgwt.client.types.AnimationEffect)public void setShouldPrint(java.lang.Boolean)public static native void showPrintPreview(java.lang.Object[])public static native void showPrintPreview(java.lang.Object[], com.smartgwt.client.util.PrintProperties, java.lang.String, com.smartgwt.client.util.PrintPreviewCallback)
com.smartgwt.client.widgets.SliderNew Methods:
public native void setRoundValue(boolean)
com.smartgwt.client.widgets.StretchImgNew Methods:
public java.lang.String getGripImgSuffix()public java.lang.Boolean getShowDownGrip()public java.lang.Boolean getShowRollOverGrip()public void setGripImgSuffix(java.lang.String) throws java.lang.IllegalStateExceptionpublic void setShowDownGrip(java.lang.Boolean) throws java.lang.IllegalStateExceptionpublic void setShowRollOverGrip(java.lang.Boolean) throws java.lang.IllegalStateException
com.smartgwt.client.widgets.WindowNew Methods:
public void setFooterControls(java.lang.Object[])
com.smartgwt.client.widgets.calendar.CalendarNew Methods:
public java.lang.String getCanDragEventField()public java.lang.Boolean getCanDragEvents()public void setCanDragEventField(java.lang.String) throws java.lang.IllegalStateExceptionpublic void setCanDragEvents(java.lang.Boolean) throws java.lang.IllegalStateException
com.smartgwt.client.widgets.form.DynamicFormNew Methods:
public java.lang.String getRequiredMessage()public java.lang.Boolean getStopOnError()public java.lang.Boolean getSynchronousValidation()public java.lang.Boolean getValidateOnExit()public com.smartgwt.client.data.Record getValuesAsRecord()public void setRequiredMessage(java.lang.String)public void setStopOnError(java.lang.Boolean) throws java.lang.IllegalStateExceptionpublic void setSynchronousValidation(java.lang.Boolean) throws java.lang.IllegalStateExceptionpublic void setValidateOnExit(java.lang.Boolean)
com.smartgwt.client.widgets.form.FilterBuilderNew Methods:
public native void addClause(com.smartgwt.client.widgets.form.FilterClause)public com.smartgwt.client.data.DataSource getFieldDataSource()public java.lang.Boolean getRetainValuesAcrossFields()public void setFieldDataSource(com.smartgwt.client.data.DataSource) throws java.lang.IllegalStateExceptionpublic void setFieldPickerProperties(com.smartgwt.client.widgets.form.fields.FormItem) throws java.lang.IllegalStateExceptionpublic void setRetainValuesAcrossFields(java.lang.Boolean)public native java.lang.Boolean validate()
com.smartgwt.client.widgets.form.fields.CheckboxItemNew Methods:
public java.lang.String getPartialSelectedImage()public void setPartialSelectedImage(java.lang.String)
com.smartgwt.client.widgets.form.fields.ComboBoxItemNew Methods:
private static boolean isComboBoxItem(com.smartgwt.client.widgets.form.fields.FormItem)
com.smartgwt.client.widgets.form.fields.FormItemNew Methods:
public java.lang.String getPrintTextBoxStyle()public java.lang.String getPrintTitleStyle()public java.lang.String getRequiredMessage()public java.lang.Boolean getStopOnError()public java.lang.Boolean getSynchronousValidation()public com.smartgwt.client.types.VerticalAlignment getTitleVAlign()public java.lang.Boolean getValidateOnExit()public void setPrintTextBoxStyle(java.lang.String)public void setPrintTitleStyle(java.lang.String)public void setRequiredMessage(java.lang.String)public void setStopOnError(java.lang.Boolean)public void setSynchronousValidation(java.lang.Boolean)public void setTitleVAlign(com.smartgwt.client.types.VerticalAlignment)public void setValidateOnExit(java.lang.Boolean)public native java.lang.Boolean validate()
com.smartgwt.client.widgets.form.fields.SelectItemNew Methods:
private static boolean isSelectItem(com.smartgwt.client.widgets.form.fields.FormItem)
com.smartgwt.client.widgets.form.fields.SliderItemNew Methods:
public java.lang.Boolean getChangeOnDrag()public void setChangeOnDrag(java.lang.Boolean)
com.smartgwt.client.widgets.form.validator.ValidatorRemoved Methods:
public java.lang.Boolean getServerOnly()public void setServerOnly(java.lang.Boolean)New Methods:
public com.smartgwt.client.data.AdvancedCriteria getApplyWhen()public java.lang.String[] getDependentFields()public java.lang.Boolean getStopOnError()public java.lang.Boolean getValidateOnChange()public void setApplyWhen(com.smartgwt.client.data.AdvancedCriteria)public void setDependentFields(java.lang.String[])public void setStopOnError(java.lang.Boolean)public void setValidateOnChange(java.lang.Boolean)
com.smartgwt.client.widgets.grid.ListGridDeclaration Changes:
old:public class com.smartgwt.client.widgets.grid.ListGrid extends com.smartgwt.client.widgets.Canvas implements com.smartgwt.client.widgets.DataBoundComponent, com.smartgwt.client.widgets.grid.events.HasCellClickHandlers, com.smartgwt.client.widgets.grid.events.HasCellContextClickHandlers, com.smartgwt.client.widgets.grid.events.HasCellDoubleClickHandlers, com.smartgwt.client.widgets.grid.events.HasCellHoverHandlers, com.smartgwt.client.widgets.grid.events.HasCellMouseDownHandlers, com.smartgwt.client.widgets.grid.events.HasCellMouseUpHandlers, com.smartgwt.client.widgets.grid.events.HasCellOutHandlers, com.smartgwt.client.widgets.grid.events.HasCellOverHandlers, com.smartgwt.client.widgets.grid.events.HasCellSavedHandlers, com.smartgwt.client.widgets.grid.events.HasDataArrivedHandlers, com.smartgwt.client.widgets.grid.events.HasEditCompleteHandlers, com.smartgwt.client.widgets.grid.events.HasEditFailedHandlers, com.smartgwt.client.widgets.grid.events.HasEditorEnterHandlers, com.smartgwt.client.widgets.grid.events.HasEditorExitHandlers, com.smartgwt.client.widgets.grid.events.HasFieldStateChangedHandlers, com.smartgwt.client.widgets.grid.events.HasHeaderClickHandlers, com.smartgwt.client.widgets.grid.events.HasRecordClickHandlers, com.smartgwt.client.widgets.grid.events.HasRecordDoubleClickHandlers, com.smartgwt.client.widgets.grid.events.HasRecordDropHandlers, com.smartgwt.client.widgets.grid.events.HasRowContextClickHandlers, com.smartgwt.client.widgets.grid.events.HasRowEditorEnterHandlers, com.smartgwt.client.widgets.grid.events.HasRowEditorExitHandlers, com.smartgwt.client.widgets.grid.events.HasRowHoverHandlers, com.smartgwt.client.widgets.grid.events.HasRowMouseDownHandlers, com.smartgwt.client.widgets.grid.events.HasRowMouseUpHandlers, com.smartgwt.client.widgets.grid.events.HasRowOutHandlers, com.smartgwt.client.widgets.grid.events.HasRowOverHandlers, com.smartgwt.client.widgets.grid.events.HasSelectionChangedHandlers
new:public class com.smartgwt.client.widgets.grid.ListGrid extends com.smartgwt.client.widgets.Canvas implements com.smartgwt.client.widgets.DataBoundComponent, com.smartgwt.client.widgets.grid.events.HasCellClickHandlers, com.smartgwt.client.widgets.grid.events.HasCellContextClickHandlers, com.smartgwt.client.widgets.grid.events.HasCellDoubleClickHandlers, com.smartgwt.client.widgets.grid.events.HasCellHoverHandlers, com.smartgwt.client.widgets.grid.events.HasCellMouseDownHandlers, com.smartgwt.client.widgets.grid.events.HasCellMouseUpHandlers, com.smartgwt.client.widgets.grid.events.HasCellOutHandlers, com.smartgwt.client.widgets.grid.events.HasCellOverHandlers, com.smartgwt.client.widgets.grid.events.HasCellSavedHandlers, com.smartgwt.client.widgets.grid.events.HasDataArrivedHandlers, com.smartgwt.client.widgets.grid.events.HasDrawAreaChangedHandlers, com.smartgwt.client.widgets.grid.events.HasEditCompleteHandlers, com.smartgwt.client.widgets.grid.events.HasEditFailedHandlers, com.smartgwt.client.widgets.grid.events.HasEditorEnterHandlers, com.smartgwt.client.widgets.grid.events.HasEditorExitHandlers, com.smartgwt.client.widgets.grid.events.HasFieldStateChangedHandlers, com.smartgwt.client.widgets.grid.events.HasHeaderClickHandlers, com.smartgwt.client.widgets.grid.events.HasRecordClickHandlers, com.smartgwt.client.widgets.grid.events.HasRecordCollapseHandlers, com.smartgwt.client.widgets.grid.events.HasRecordDoubleClickHandlers, com.smartgwt.client.widgets.grid.events.HasRecordDropHandlers, com.smartgwt.client.widgets.grid.events.HasRecordExpandHandlers, com.smartgwt.client.widgets.grid.events.HasRowContextClickHandlers, com.smartgwt.client.widgets.grid.events.HasRowEditorEnterHandlers, com.smartgwt.client.widgets.grid.events.HasRowEditorExitHandlers, com.smartgwt.client.widgets.grid.events.HasRowHoverHandlers, com.smartgwt.client.widgets.grid.events.HasRowMouseDownHandlers, com.smartgwt.client.widgets.grid.events.HasRowMouseUpHandlers, com.smartgwt.client.widgets.grid.events.HasRowOutHandlers, com.smartgwt.client.widgets.grid.events.HasRowOverHandlers, com.smartgwt.client.widgets.grid.events.HasSelectionChangedHandlersRemoved Methods:
public native boolean canExpandRecord(com.smartgwt.client.widgets.grid.ListGridRecord, int)protected native java.lang.String getBaseStyle(com.smartgwt.client.widgets.grid.ListGridRecord, int, int)protected native java.lang.String getCellCSSText(com.smartgwt.client.widgets.grid.ListGridRecord, int, int)protected native com.smartgwt.client.widgets.Canvas getExpansionComponent(com.smartgwt.client.widgets.grid.ListGridRecord)public native com.smartgwt.client.data.DataSource getRelatedDataSource(com.smartgwt.client.widgets.grid.ListGridRecord)Method Changes:
old:protected native java.lang.String getGridSummary(com.smartgwt.client.widgets.grid.ListGridField)
new:protected native java.lang.Object getGridSummary(com.smartgwt.client.widgets.grid.ListGridField)
old:public native java.lang.Boolean willAcceptDrop()
new:public java.lang.Boolean willAcceptDrop()New Methods:
public com.google.gwt.event.shared.HandlerRegistration addDrawAreaChangedHandler(com.smartgwt.client.widgets.grid.events.DrawAreaChangedHandler)public native void addEmbeddedComponent(com.smartgwt.client.widgets.Canvas, com.smartgwt.client.widgets.grid.ListGridRecord)public native void addEmbeddedComponent(com.smartgwt.client.widgets.Canvas, com.smartgwt.client.widgets.grid.ListGridRecord, int, int, java.lang.String)public com.google.gwt.event.shared.HandlerRegistration addRecordCollapseHandler(com.smartgwt.client.widgets.grid.events.RecordCollapseHandler)public com.google.gwt.event.shared.HandlerRegistration addRecordExpandHandler(com.smartgwt.client.widgets.grid.events.RecordExpandHandler)public native boolean canExpandRecord(com.smartgwt.client.data.Record, int)public native void clearSort()protected native com.smartgwt.client.widgets.Canvas createRecordComponent(com.smartgwt.client.data.Record, java.lang.Integer)public java.lang.Boolean getAnimateRollOver()public java.lang.Boolean getAnimateRollUnder()public java.lang.Boolean getAnimateSelectionUnder()public com.smartgwt.client.widgets.Canvas getBackgroundComponent()protected native java.lang.String getBaseStyle(com.smartgwt.client.data.Record, int, int)public java.lang.String getBooleanPartialImage()public java.lang.Boolean getCanExpandMultipleRecords()protected native java.lang.String getCellCSSText(com.smartgwt.client.data.Record, int, int)public java.lang.String getCheckboxFieldPartialImage()public native java.lang.Integer[] getDrawArea()protected native com.smartgwt.client.widgets.Canvas getExpansionComponent(com.smartgwt.client.data.Record)public native int getFieldWidth(java.lang.Number)public native int getFieldWidth(java.lang.String)public java.lang.String getGroupTitleField()public java.lang.Integer getMaxExpandedRecords()public java.lang.String getMaxExpandedRecordsPrompt()public java.lang.Boolean getPrintAutoFit()public java.lang.String getPrintBaseStyle()public java.lang.String getPrintHeaderStyle()public int getPrintMaxRows()public java.lang.Boolean getPrintWrapCells()public java.lang.String getRecordComponentPoolingMode()public native com.smartgwt.client.data.DataSource getRelatedDataSource(com.smartgwt.client.data.Record)public java.lang.String getRemoveFieldTitle()protected native com.smartgwt.client.widgets.Canvas getRollOverCanvas(java.lang.Integer, java.lang.Integer)protected native com.smartgwt.client.widgets.Canvas getRollUnderCanvas(java.lang.Integer, java.lang.Integer)public int getRowNumberStart()public java.lang.String getRowNumberStyle()public java.lang.Boolean getShowAllColumns()public java.lang.Boolean getShowRecordComponents()public java.lang.Boolean getShowRecordComponentsByCell()public java.lang.Boolean getShowRollOverCanvas()public java.lang.Boolean getShowRowNumbers()public java.lang.Boolean getShowSelectedStyle()public java.lang.Boolean getShowSelectionCanvas()public java.lang.Boolean getUseCellRollOvers()public java.lang.Boolean getVirtualScrolling()public native java.lang.Boolean isRowNumberField(com.smartgwt.client.widgets.grid.ListGridField)public native void removeEmbeddedComponent(com.smartgwt.client.data.Record)public native void removeEmbeddedComponent(com.smartgwt.client.data.Record, java.lang.Integer)public native void removeEmbeddedComponent(com.smartgwt.client.widgets.Canvas)public void setAnimateRollOver(java.lang.Boolean)public void setAnimateRollUnder(java.lang.Boolean)public void setAnimateSelectionUnder(java.lang.Boolean)public void setBackgroundComponent(com.smartgwt.client.widgets.Canvas) throws java.lang.IllegalStateExceptionpublic void setBooleanPartialImage(java.lang.String)public void setCanExpandMultipleRecords(java.lang.Boolean)public void setCheckboxFieldPartialImage(java.lang.String)public void setGroupTitleField(java.lang.String) throws java.lang.IllegalStateExceptionpublic void setMaxExpandedRecords(java.lang.Integer)public void setMaxExpandedRecordsPrompt(java.lang.String) throws java.lang.IllegalStateExceptionpublic void setPrintAutoFit(java.lang.Boolean)public void setPrintBaseStyle(java.lang.String)public void setPrintHeaderStyle(java.lang.String)public void setPrintMaxRows(int)public void setPrintWrapCells(java.lang.Boolean)public void setRecordComponentPoolingMode(java.lang.String)public void setRemoveFieldTitle(java.lang.String)public void setRollUnderCanvasProperties(com.smartgwt.client.widgets.Canvas) throws java.lang.IllegalStateExceptionpublic void setRowNumberStart(int)public void setRowNumberStyle(java.lang.String)public void setSelectionUnderCanvasProperties(com.smartgwt.client.widgets.Canvas) throws java.lang.IllegalStateExceptionpublic void setShowAllColumns(java.lang.Boolean) throws java.lang.IllegalStateExceptionpublic void setShowRecordComponents(java.lang.Boolean)public void setShowRecordComponentsByCell(java.lang.Boolean)public void setShowRollOverCanvas(java.lang.Boolean)public void setShowRowNumbers(java.lang.Boolean)public void setShowSelectedStyle(java.lang.Boolean)public void setShowSelectionCanvas(boolean)public void setShowSelectionCanvas(java.lang.Boolean)public void setUseCellRollOvers(java.lang.Boolean)public void setVirtualScrolling(java.lang.Boolean) throws java.lang.IllegalStateExceptionprivate native void setupDrawAreaChangedEvent()private native void setupRecordCollapseEvent()private native void setupRecordExpandEvent()public native java.lang.Boolean showRecordComponent(com.smartgwt.client.widgets.grid.ListGridRecord)public native com.smartgwt.client.widgets.Canvas updateRecordComponent(com.smartgwt.client.data.Record, java.lang.Integer, com.smartgwt.client.widgets.Canvas, boolean)
com.smartgwt.client.widgets.grid.ListGridFieldNew Methods:
public java.lang.Boolean getAutoFreeze()public java.lang.Boolean getCanDragResize()public java.lang.Boolean getCanReorder()public com.smartgwt.client.types.OperatorId getFilterOperator()public java.lang.Boolean getShouldPrint()public void setAutoFreeze(java.lang.Boolean)public void setCanDragResize(java.lang.Boolean)public void setCanReorder(java.lang.Boolean)public void setFilterOperator(com.smartgwt.client.types.OperatorId)public void setShouldPrint(java.lang.Boolean)
com.smartgwt.client.widgets.grid.ListGridRecordNew Methods:
public com.smartgwt.client.widgets.Canvas getBackgroundComponent()public void setBackgroundComponent(com.smartgwt.client.widgets.Canvas)
com.smartgwt.client.widgets.layout.ImgSectionHeaderNew Methods:
public native com.smartgwt.client.widgets.layout.SectionStack getSectionStack()
com.smartgwt.client.widgets.layout.SectionHeaderNew Methods:
public native com.smartgwt.client.widgets.layout.SectionStack getSectionStack()
com.smartgwt.client.widgets.layout.SectionStackNew Methods:
public java.lang.Boolean getCanReorderSections()public java.lang.Boolean getUseGlobalSectionIDs()protected void onInit()public void setCanReorderSections(java.lang.Boolean) throws java.lang.IllegalStateExceptionpublic void setUseGlobalSectionIDs(java.lang.Boolean) throws java.lang.IllegalStateExceptionprotected native void updateSectionJsObjects(com.google.gwt.core.client.JavaScriptObject)
com.smartgwt.client.widgets.layout.SectionStackSectionNew Fields:
protected com.smartgwt.client.widgets.layout.SectionStack stackNew Methods:
public java.lang.String getName()public com.smartgwt.client.widgets.layout.SectionStack getSectionStack()public void setCanDropBefore(java.lang.Boolean)public void setCanReorder(java.lang.Boolean)public void setName(java.lang.String)
com.smartgwt.client.widgets.menu.MenuNew Methods:
public java.lang.Boolean getFetchSubmenus()public void setFetchSubmenus(java.lang.Boolean) throws java.lang.IllegalStateException
com.smartgwt.client.widgets.menu.MenuItemNew Methods:
public java.lang.Boolean getFetchSubmenus()public void setFetchSubmenus(java.lang.Boolean)
com.smartgwt.client.widgets.toolbar.ToolStripMethod Changes:
old:public void setResizeBarClass(java.lang.String)
new:public void setResizeBarClass(java.lang.String) throws java.lang.IllegalStateException
old:public void setSeparatorClass(java.lang.String)
new:public void setSeparatorClass(java.lang.String) throws java.lang.IllegalStateException
old:public void setVertical(java.lang.Boolean)
new:public void setVertical(java.lang.Boolean) throws java.lang.IllegalStateExceptionNew Methods:
public void addButton(com.smartgwt.client.widgets.toolbar.ToolStripButton)public void addButton(com.smartgwt.client.widgets.toolbar.ToolStripButton, int)public void addFill()public void addFormItem(com.smartgwt.client.widgets.form.fields.FormItem)public void addFormItem(com.smartgwt.client.widgets.form.fields.FormItem, int)public void addResizer()public void addSeparator()public void addSpacer(com.smartgwt.client.widgets.toolbar.ToolStripSpacer)private static native void applyWidth(com.google.gwt.core.client.JavaScriptObject, com.google.gwt.core.client.JavaScriptObject)
com.smartgwt.client.widgets.toolbar.ToolStripSeparatorMethod Changes:
old:public void setHSrc(java.lang.String)
new:public void setHSrc(java.lang.String) throws java.lang.IllegalStateException
old:public void setVSrc(java.lang.String)
new:public void setVSrc(java.lang.String) throws java.lang.IllegalStateException
com.smartgwt.client.widgets.tree.TreeGridMethod Changes:
old:public native java.lang.Boolean willAcceptDrop()
new:public java.lang.Boolean willAcceptDrop()New Methods:
public java.lang.Boolean getCascadeSelection()public java.lang.Boolean getShowPartialSelection()public void setCascadeSelection(java.lang.Boolean) throws java.lang.IllegalStateExceptionpublic void setShowPartialSelection(java.lang.Boolean)
com.smartgwt.client.widgets.viewer.DetailViewerNew Methods:
public java.lang.String getPrintCellStyle()public java.lang.String getPrintHeaderStyle()public java.lang.String getPrintLabelStyle()public void setPrintCellStyle(java.lang.String)public void setPrintHeaderStyle(java.lang.String)public void setPrintLabelStyle(java.lang.String)
com.smartgwt.client.docs.serverdscom.smartgwt.client.widgets.pluginscom.smartgwt.client.docs.ClientDatacom.smartgwt.client.docs.ComponentXMLcom.smartgwt.client.docs.ExpansionFieldcom.smartgwt.client.docs.FeaturesCustomPersistencecom.smartgwt.client.docs.IscInstallcom.smartgwt.client.docs.JavaModuleDependenciescom.smartgwt.client.docs.RowNumberFieldcom.smartgwt.client.docs.ServletDetailscom.smartgwt.client.docs.StringMethodscom.smartgwt.client.docs.VelocitySupportcom.smartgwt.client.docs.ViewFilecom.smartgwt.client.docs.WriteCustomDataSourcecom.smartgwt.client.util.PrintCanvasCallbackcom.smartgwt.client.util.PrintHTMLCallbackcom.smartgwt.client.util.PrintPreviewCallbackcom.smartgwt.client.widgets.grid.events.DrawAreaChangedHandlercom.smartgwt.client.widgets.grid.events.HasDrawAreaChangedHandlerscom.smartgwt.client.widgets.grid.events.HasRecordCollapseHandlerscom.smartgwt.client.widgets.grid.events.HasRecordExpandHandlerscom.smartgwt.client.widgets.grid.events.RecordCollapseHandlercom.smartgwt.client.widgets.grid.events.RecordExpandHandlercom.smartgwt.client.core.JsObject$1com.smartgwt.client.types.FooterControlscom.smartgwt.client.types.ValidationModecom.smartgwt.client.util.PrintPropertiescom.smartgwt.client.widgets.Canvas$1com.smartgwt.client.widgets.PrintCanvascom.smartgwt.client.widgets.PrintWindowcom.smartgwt.client.widgets.form.FilterClausecom.smartgwt.client.widgets.grid.events.DrawAreaChangedEventcom.smartgwt.client.widgets.grid.events.RecordCollapseEventcom.smartgwt.client.widgets.grid.events.RecordExpandEventcom.smartgwt.client.widgets.layout.PortalLayoutcom.smartgwt.client.widgets.layout.Portletcom.smartgwt.client.widgets.toolbar.ToolStripButtoncom.smartgwt.client.widgets.toolbar.ToolStripSpacer