Class DocumentsTileGrid
java.lang.Object
com.google.gwt.user.client.ui.UIObject
com.google.gwt.user.client.ui.Widget
com.smartgwt.client.widgets.BaseWidget
com.smartgwt.client.widgets.Canvas
com.smartgwt.client.widgets.tile.TileLayout
com.smartgwt.client.widgets.tile.TileGrid
com.logicaldoc.gui.frontend.client.document.grid.DocumentsTileGrid
- All Implemented Interfaces:
- com.google.gwt.event.logical.shared.HasAttachHandlers,- com.google.gwt.event.shared.HasHandlers,- com.google.gwt.user.client.EventListener,- com.google.gwt.user.client.ui.HasVisibility,- com.google.gwt.user.client.ui.IsWidget,- DocumentObserver,- DocumentsGrid,- com.smartgwt.client.core.LogicalStructure,- com.smartgwt.client.widgets.DataBoundComponent,- com.smartgwt.client.widgets.events.HasClearHandlers,- com.smartgwt.client.widgets.events.HasClickHandlers,- com.smartgwt.client.widgets.events.HasDoubleClickHandlers,- com.smartgwt.client.widgets.events.HasDragCompleteHandlers,- com.smartgwt.client.widgets.events.HasDragMoveHandlers,- com.smartgwt.client.widgets.events.HasDragRepositionMoveHandlers,- com.smartgwt.client.widgets.events.HasDragRepositionStartHandlers,- com.smartgwt.client.widgets.events.HasDragRepositionStopHandlers,- com.smartgwt.client.widgets.events.HasDragResizeMoveHandlers,- com.smartgwt.client.widgets.events.HasDragResizeStartHandlers,- com.smartgwt.client.widgets.events.HasDragResizeStopHandlers,- com.smartgwt.client.widgets.events.HasDragStartHandlers,- com.smartgwt.client.widgets.events.HasDragStopHandlers,- com.smartgwt.client.widgets.events.HasDropCompleteHandlers,- com.smartgwt.client.widgets.events.HasDropHandlers,- com.smartgwt.client.widgets.events.HasDropMoveHandlers,- com.smartgwt.client.widgets.events.HasDropOutHandlers,- com.smartgwt.client.widgets.events.HasDropOverHandlers,- com.smartgwt.client.widgets.events.HasFetchDataHandlers,- com.smartgwt.client.widgets.events.HasFocusChangedHandlers,- com.smartgwt.client.widgets.events.HasHoverHandlers,- com.smartgwt.client.widgets.events.HasHoverHiddenHandlers,- com.smartgwt.client.widgets.events.HasKeyDownHandlers,- com.smartgwt.client.widgets.events.HasKeyPressHandlers,- com.smartgwt.client.widgets.events.HasMouseDownHandlers,- com.smartgwt.client.widgets.events.HasMouseMoveHandlers,- com.smartgwt.client.widgets.events.HasMouseOutHandlers,- com.smartgwt.client.widgets.events.HasMouseOverHandlers,- com.smartgwt.client.widgets.events.HasMouseStillDownHandlers,- com.smartgwt.client.widgets.events.HasMouseUpHandlers,- com.smartgwt.client.widgets.events.HasMouseWheelHandlers,- com.smartgwt.client.widgets.events.HasMovedHandlers,- com.smartgwt.client.widgets.events.HasParentMovedHandlers,- com.smartgwt.client.widgets.events.HasResizedHandlers,- com.smartgwt.client.widgets.events.HasRightMouseDownHandlers,- com.smartgwt.client.widgets.events.HasRuleContextChangedHandlers,- com.smartgwt.client.widgets.events.HasScrolledHandlers,- com.smartgwt.client.widgets.events.HasShowContextMenuHandlers,- com.smartgwt.client.widgets.events.HasVisibilityChangedHandlers,- com.smartgwt.client.widgets.tile.events.HasDataArrivedHandlers,- com.smartgwt.client.widgets.tile.events.HasRecordClickHandlers,- com.smartgwt.client.widgets.tile.events.HasRecordContextClickHandlers,- com.smartgwt.client.widgets.tile.events.HasRecordDoubleClickHandlers,- com.smartgwt.client.widgets.tile.events.HasSelectionChangedHandlers
public class DocumentsTileGrid
extends com.smartgwt.client.widgets.tile.TileGrid
implements DocumentsGrid, DocumentObserver
Grid used to show a documents gallery during navigation or searches.
- Since:
- 7.0
- Author:
- Marco Meschieri - LogicalDOC
- 
Nested Class SummaryNested classes/interfaces inherited from class com.google.gwt.user.client.ui.UIObjectcom.google.gwt.user.client.ui.UIObject.DebugIdImpl, com.google.gwt.user.client.ui.UIObject.DebugIdImplEnabled
- 
Field SummaryFields inherited from class com.smartgwt.client.widgets.BaseWidgetnativeObjectFields inherited from class com.google.gwt.user.client.ui.UIObjectDEBUG_ID_PREFIXFields inherited from interface com.logicaldoc.gui.frontend.client.document.grid.DocumentsGridMODE_GALLERY, MODE_LIST
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionvoidClear the actual selectionvoiddestroy()booleanvoidExpands all visible rowsvoidReplace the actual data with a new sourceintgetCount()Counts the total number of elementsRetrieves all the documents dispalyed in the gridgetIds()Retrieves the list of all the idsintCounts the total number of selected elementsGets a bean representation of the currently selected item (not all properties are populated)Gets a bean representation of the currently selected items (not all properties are populated)Retrieves the list of all selected document IDsintRetrieves the index of the currently selected recinthashCode()intloadGridLayout(GUIFolder folder) Loads the layout of the grid(columns, ordering ...)voidonDocumentBeginEditing(GUIDocument document) Invoked after the document's properties are being editedvoidonDocumentCancelEditing(GUIDocument document) Invoked after the document's properties are being editedvoidonDocumentCheckedIn(GUIDocument document) Invoked after the document's checkinvoidonDocumentCheckedOut(GUIDocument document) Invoked after the document's checkoutvoidonDocumentLocked(GUIDocument document) Invoked after the document is lockedvoidonDocumentModified(GUIDocument document) Invoked after the document's properties has been changedvoidonDocumentMoved(GUIDocument document) Invoked after the document has been storedvoidonDocumentsDeleted(List<GUIDocument> documents) Invoked after the document has been deletedvoidonDocumentSelected(GUIDocument document) Invoked when a document is selectedvoidonDocumentStored(GUIDocument document) Invoked after the document has been storedvoidonDocumentUnlocked(GUIDocument document) Invoked after the document is unlockedvoidregisterCellContextClickHandler(com.smartgwt.client.widgets.grid.events.CellContextClickHandler handler) Defines the handler of the context menu.voidregisterDataArrivedHandler(com.smartgwt.client.widgets.grid.events.DataArrivedHandler handler) voidregisterDoubleClickHandler(com.smartgwt.client.widgets.grid.events.CellDoubleClickHandler handler) Defines the handler for double clicks.voidregisterSelectionChangedHandler(com.smartgwt.client.widgets.grid.events.SelectionChangedHandler handler) Defines the handler for double clicks.voidRemoved the selected documents from visualizationvoidselectDocument(long docId) Selects the specified documentvoidsetCanDrag(boolean drag) Makes the grid support the dragvoidEnable the records expansionvoidsetDocuments(List<GUIDocument> documents) Forces the records in the gridvoidsetGridCursor(Cursor gridCursor) Defines the cursor widget this grid will have to interact tovoidshowFilters(boolean showFilters) Shows or hide the filtersvoidupdateDocument(GUIDocument document) Updates the visualization of the proper document elementMethods inherited from class com.smartgwt.client.widgets.tile.TileGridaddData, addData, addData, addDataArrivedHandler, addDragCompleteHandler, addDropCompleteHandler, addFetchDataHandler, addFormulaField, addRecordClickHandler, addRecordContextClickHandler, addRecordDoubleClickHandler, addSelectionChangedHandler, addSummaryField, addTile, anySelected, changeAutoChildDefaults, changeAutoChildDefaults, deselectAllRecords, deselectRange, deselectRecord, deselectRecord, deselectRecords, deselectRecords, disableHilite, disableHiliting, editFields, editHilites, enableHilite, enableHilite, enableHiliting, enableHiliting, exportData, exportData, exportData, fetchData, fetchData, fetchData, fetchData, filterData, filterData, filterData, filterData, find, findAll, findIndex, findNextIndex, findNextIndex, getAddDropValues, getAddFormulaFieldText, getAddOperation, getAddSummaryFieldText, getAnimateTileChange, getAutoFetchAsFilter, getAutoFetchData, getAutoFetchTextMatchStyle, getCanAcceptDroppedRecords, getCanAddFormulaFields, getCanAddSummaryFields, getCanDragTilesOut, getCanReorderTiles, getCurrentTile, getData, getDataArity, getDataAsJSList, getDataAsRecordList, getDataFetchMode, getDataPageSize, getDataSource, getDeepCloneOnEdit, getDetailViewer, getDetailViewerProperties, getDragData, getDragDataAction, getDragTrackerStyle, getDragTrackerTitle, getDrawAllMaxTiles, getDropIndex, getDropValues, getDuplicateDragMessage, getEditFormulaFieldText, getEditProxyConstructor, getEditSummaryFieldText, getEmptyMessage, getEmptyMessageStyle, getExportAll, getExportFields, getExportIncludeSummaries, getFetchOperation, getFetchRequestProperties, getFieldAlignments, getFieldCount, getFieldsAsJavaScriptObjects, getFieldState, getFieldState, getHiliteProperty, getHilites, getHiliteState, getImplicitCriteria, getInitialCriteria, getLoadingDataMessage, getLoadingDataMessageStyle, getLoadingMessage, getLogicalStructure, getOrCreateRef, getPreventDuplicates, getPrintTilesPerLine, getProgressiveLoading, getRecordIndex, getRecordList, getRecycleTiles, getRemoveOperation, getReselectOnUpdate, getReselectOnUpdateNotifications, getResultSet, getSavedSearchId, getSelectedRecord, getSelection, getSelectionType, getShowAllRecords, getShowComplexFields, getShowDetailFields, getShowEmptyMessage, getShowHiddenFields, getShowSavedSearchesByDS, getSort, getSparseFieldState, getStyleName, getTile, getTile, getTile, getTileConstructor, getTileDragAppearance, getTileIndex, getTileProperties, getTileRecord, getTiles, getTileScreen, getTileValueAlign, getTileValueStyle, getTitleField, getTitleFieldValue, getUpdateOperation, getUseAllDataSourceFields, getUseFlatFields, getValuesShowDown, getValuesShowRollOver, getValuesShowSelected, getWrapValues, invalidateCache, loadAllRecords, loadAllRecords, loadAllRecords, removeData, removeData, removeData, removeSelectedData, removeTile, removeTile, removeTile, selectAllRecords, selectRange, selectRange, selectRecord, selectRecord, selectRecord, selectRecord, selectRecords, selectRecords, selectRecords, selectRecords, setAddDropValues, setAddFormulaFieldText, setAddOperation, setAddSummaryFieldText, setAnimateTileChange, setAutoFetchAsFilter, setAutoFetchData, setAutoFetchTextMatchStyle, setCanAcceptDroppedRecords, setCanAddFormulaFields, setCanAddSummaryFields, setCanDragTilesOut, setCanReorderTiles, setCreateTileCustomizer, setData, setData, setData, setDataArity, setDataFetchMode, setDataPageSize, setDataSource, setDataSource, setDataSource, setDeepCloneOnEdit, setDefaultProperties, setDetailViewerProperties, setDragDataAction, setDragDataCustomizer, setDragTrackerStyle, setDrawAllMaxTiles, setDropValues, setDuplicateDragMessage, setEditFormulaFieldText, setEditProxyConstructor, setEditSummaryFieldText, setEmptyMessage, setEmptyMessageStyle, setExportAll, setExportFields, setExportIncludeSummaries, setFetchOperation, setFetchRequestProperties, setFields, setFields, setFieldState, setFieldState, setHiliteProperty, setHilites, setHiliteState, setImplicitCriteria, setImplicitCriteria, setImplicitCriteria, setInitialCriteria, setLoadingDataMessage, setLoadingDataMessageStyle, setLoadingMessage, setLogicalStructure, setPreventDuplicates, setPrintTilesPerLine, setProgressiveLoading, setRecycleTiles, setRemoveOperation, setReselectOnUpdate, setReselectOnUpdateNotifications, setSavedSearchId, setSelectionType, setShowAllRecords, setShowComplexFields, setShowDetailFields, setShowEmptyMessage, setShowHiddenFields, setShowSavedSearchesByDS, setSort, setSparseFieldState, setStyleName, setTileConstructor, setTileDragAppearance, setTileProperties, setTiles, setTileScreen, setTileValueAlign, setTileValueStyle, setTitleField, setUpdateOperation, setUpdateTileCustomizer, setUseAllDataSourceFields, setUseFlatFields, setValuesShowDown, setValuesShowRollOver, setValuesShowSelected, setWrapValues, sortByProperty, transferRecords, transferSelectedData, transferSelectedData, viewSelectedData, viewSelectedData, viewSelectedDataMethods inherited from class com.smartgwt.client.widgets.tile.TileLayoutaddTile, addTile, getAutoWrapLines, getDragLine, getDragLineStyle, getDragLineThickness, getExpandMargins, getLayoutMargin, getOrientation, getOverflow, getPaddingAsLayoutMargin, getShowDragLine, getTileHeight, getTileHMargin, getTileMargin, getTileSize, getTilesPerLine, getTileVMargin, getTileWidth, layoutTiles, setAutoWrapLines, setDefaultProperties, setDragLineStyle, setDragLineThickness, setExpandMargins, setLayoutMargin, setLayoutPolicy, setLogicalStructure, setOrientation, setOverflow, setPaddingAsLayoutMargin, setShowDragLine, setTileHeight, setTileHMargin, setTileMargin, setTileSize, setTilesPerLine, setTileVMargin, setTileWidth, transformTileRectMethods inherited from class com.smartgwt.client.widgets.CanvasaddChild, addChild, addChild, addChild, addChild, addClearHandler, addClickHandler, addDoubleClickHandler, addDragMoveHandler, addDragRepositionMoveHandler, addDragRepositionStartHandler, addDragRepositionStopHandler, addDragResizeMoveHandler, addDragResizeStartHandler, addDragResizeStopHandler, addDragStartHandler, addDragStopHandler, addDropHandler, addDropMoveHandler, addDropOutHandler, addDropOverHandler, addFocusChangedHandler, addHoverHandler, addHoverHiddenHandler, addKeyDownHandler, addKeyPressHandler, addMouseDownHandler, addMouseMoveHandler, addMouseOutHandler, addMouseOverHandler, addMouseStillDownHandler, addMouseUpHandler, addMouseWheelHandler, addMovedHandler, addParentMovedHandler, addPeer, addPeer, addPeer, addPeer, addResizedHandler, addRightMouseDownHandler, addRuleContextChangedHandler, addScrolledHandler, addShowContextMenuHandler, addSnapAlignCandidate, addStyleName, addVisibilityChangedHandler, adjustForContent, animateFade, animateFade, animateFade, animateFade, animateFade, animateFade, animateFade, animateFade, animateHide, animateHide, animateHide, animateHide, animateHide, animateHide, animateHide, animateMove, animateMove, animateMove, animateMove, animateRect, animateRect, animateRect, animateRect, animateResize, animateResize, animateResize, animateResize, animateScroll, animateScroll, animateScroll, animateScroll, animateScroll, animateScroll, animateShow, animateShow, animateShow, animateShow, animateShow, animateShow, animateShow, asSGWTComponent, blur, bringToFront, clear, clearExplicitTabIndex, clickMaskUp, clickMaskUp, contains, contains, containsEvent, containsEventTarget, containsFocus, containsPoint, containsPoint, dataContextChanged, deparent, depeer, disable, enable, encloses, focus, focusAfterGroup, focusAtEnd, focusInNextTabElement, focusInPreviousTabElement, getAbsoluteLeft, getAbsoluteTop, getAccessKey, getAdaptiveHeightPriority, getAdaptiveWidthPriority, getAlwaysManageFocusNavigation, getAlwaysShowScrollbars, getAnimateAcceleration, getAnimateFadeTime, getAnimateHideAcceleration, getAnimateHideEffect, getAnimateHideTime, getAnimateMoveAcceleration, getAnimateMoveTime, getAnimateRectAcceleration, getAnimateRectTime, getAnimateResizeAcceleration, getAnimateResizeLayoutMode, getAnimateResizeTime, getAnimateScrollAcceleration, getAnimateScrollTime, getAnimateShowAcceleration, getAnimateShowEffect, getAnimateShowTime, getAnimateTime, getAppImgDir, getAriaHandleID, getAriaRole, getAriaStateDefaults, getAutoMaskComponents, getAutoParent, getAutoPopulateData, getAutoShowParent, getBackgroundColor, getBackgroundImage, getBackgroundPosition, getBackgroundRepeat, getBorder, getBorderRadius, getBottom, getById, getByJSObject, getByLocalId, getCanAcceptDrop, getCanAdaptHeight, getCanAdaptWidth, getCanDrag, getCanDragReposition, getCanDragResize, getCanDragScroll, getCanDrop, getCanDropBefore, getCanFocus, getCanHover, getCanSelectText, getCanvasAutoChild, getCanvasItem, getChildren, getChildrenResizeSnapAlign, getChildrenSnapAlign, getChildrenSnapCenterAlign, getChildrenSnapEdgeAlign, getChildrenSnapResizeToGrid, getChildrenSnapToGrid, getChildTabPosition, getClassName, getComponentMask, getComponentMaskDefaults, getContentElement, getContents, getContextMenu, getCorrectZoomOverflow, getCursor, getDataContext, getDataPath, getDefaultHeight, getDefaultWidth, getDefiningProperty, getDefiningPropertyName, getDefiningPropertyNameOptions, getDestroyed, getDestroying, getDisabled, getDisabledCursor, getDisableTouchScrollingForDrag, getDoubleClickDelay, getDragAppearance, getDragIntersectStyle, getDragMaskType, getDragMaxHeight, getDragMaxWidth, getDragMinHeight, getDragMinWidth, getDragOpacity, getDragRepositionAppearance, getDragRepositionCursor, getDragResizeAppearance, getDragScrollDelay, getDragStartDistance, getDragTarget, getDragTargetAsString, getDragType, getDropTarget, getDropTargetAsString, getDropTypes, getDropTypesAsString, getDynamicContents, getEdgeBackgroundColor, getEdgeCenterBackgroundColor, getEdgeImage, getEdgeMarginSize, getEdgeOffset, getEdgeOpacity, getEdgeShowCenter, getEdgeSize, getEditNode, getEditProxy, getElement, getElement, getEnableWhen, getEndLine, getEventEdge, getEventEdge, getExtraSpace, getFacetId, getFloatingScrollbars, getFormItemAutoChild, getForwardSVGeventsToObject, getFullDataPath, getGroupBorderCSS, getGroupLabelBackgroundColor, getGroupLabelStyleName, getGroupPadding, getGroupTitle, getHeight, getHeightAsString, getHideUsingDisplayNone, getHoverAlign, getHoverAutoDestroy, getHoverAutoFitMaxWidth, getHoverAutoFitMaxWidthAsString, getHoverAutoFitWidth, getHoverComponent, getHoverDelay, getHoverFocusKey, getHoverHeight, getHoverHTML, getHoverMoveWithMouse, getHoverOpacity, getHoverPersist, getHoverScreen, getHoverStyle, getHoverVAlign, getHoverWidth, getHoverWrap, getHSnapPosition, getHSnapPosition, getHtmlElement, getHtmlElementAsString, getHtmlPosition, getImage, getImgURL, getImgURL, getInnerContentHeight, getInnerContentWidth, getInnerHeight, getInnerWidth, getIsGroup, getIsPrinting, getIsRuleScope, getIsSnapAlignCandidate, getKeepInParentRect, getLayoutAlign, getLeaveGroupLabelSpace, getLeavePageSpace, getLeft, getLeftAsString, getLocalId, getLocateByIDOnly, getLocateChildrenBy, getLocateChildrenType, getLocatePeersBy, getLocatePeersType, getLocatorName, getMargin, getMasterCanvas, getMasterElement, getMatchElement, getMatchElementHeight, getMatchElementWidth, getMaxHeight, getMaxWidth, getMaxZoomOverflowError, getMenuConstructor, getMinHeight, getMinNonEdgeSize, getMinWidth, getMomentumScrollMinSpeed, getMouseStillDownDelay, getMouseStillDownInitialDelay, getName, getNativeAutoHideScrollbars, getNextZIndex, getNoDoubleClicks, getNoDropCursor, getOffsetHeight, getOffsetWidth, getOffsetX, getOffsetY, getOpacity, getOuterElement, getPadding, getPageBottom, getPageLeft, getPageRect, getPageRight, getPageTop, getPaletteDefaults, getPanelContainer, getParentCanvas, getParentElement, getPeers, getPendingMarkerStyle, getPendingMarkerVisible, getPercentBox, getPercentSource, getPersistentMatchElement, getPointerSettings, getPointerTarget, getPointerTargetAsString, getPosition, getPrefix, getPrintChildrenAbsolutelyPositioned, getPrintHTML, getPrintHTML, getPrintStyleName, getPrompt, getProportionalResizeModifiers, getProportionalResizing, getReceiveScrollbarEvents, getRect, getRedrawOnResize, getResizeBarTarget, getResizeFrom, getRight, getRuleContext, getRuleContext, getRuleScope, getScrollbarSize, getScrollBottom, getScrollHeight, getScrollLeft, getScrollRight, getScrollTop, getScrollWidth, getShadowColor, getShadowDepth, getShadowHOffset, getShadowImage, getShadowOffset, getShadowSoftness, getShadowSpread, getShadowVOffset, getShouldPrint, getShowCustomScrollbars, getShowDragShadow, getShowEdges, getShowHover, getShowHoverComponents, getShowPointer, getShowResizeBar, getShowShadow, getShowSnapGrid, getShrinkElementOnHide, getSizeMayChangeOnRedraw, getSkinImgDir, getSnapAlignCandidates, getSnapAlignCenterLineStyle, getSnapAlignEdgeLineStyle, getSnapAxis, getSnapEdge, getSnapGridLineProperties, getSnapGridStyle, getSnapHDirection, getSnapHGap, getSnapOffsetLeft, getSnapOffsetTop, getSnapOnDrop, getSnapPosition, getSnapPosition, getSnapResizeToAlign, getSnapResizeToGrid, getSnapTo, getSnapToAlign, getSnapToCenterAlign, getSnapToEdgeAlign, getSnapToGrid, getSnapVDirection, getSnapVGap, getStartLine, getTabIndex, getTestDataContext, getTitle, getTooltip, getTop, getTopAsString, getTopElement, getUISummary, getUpdateTabPositionOnDraw, getUpdateTabPositionOnReparent, getUseBackMask, getUseCSSShadow, getUseDragMask, getUseImageForSVG, getUseNativeDrag, getUseOpacityFilter, getUseTouchScrolling, getValuesManager, getValuesManagerAsString, getViewportHeight, getViewportWidth, getVisibility, getVisibleHeight, getVisibleWhen, getVisibleWidth, getVSnapPosition, getVSnapPosition, getWidth, getWidthAsString, getWorkflows, getZIndex, getZIndex, handleHover, hide, hideClickMask, hideClickMask, hideComponentMask, hideComponentMask, hideContextMenu, imgHTML, imgHTML, imgHTML, initComplete, intersects, isDirty, isDisabled, isFocused, isVisible, keyUp, layoutChildren, linkHTML, linkHTML, linkHTML, linkHTML, linkHTML, linkHTML, markForDestroy, markForRedraw, markForRedraw, moveAbove, moveBelow, moveBy, moveTo, pageScrollDown, pageScrollUp, placeNear, placeNear, placeNear, print, print, print, print, printComponents, provideRuleContext, provideRuleContext, redraw, redraw, registerFontScaledPaddingStyles, removeChild, removeChild, removePeer, removePeer, removeRuleContext, removeSnapAlignCandidate, resizeAutoChildAttributes, resizeBy, resizeControls, resizeControlsTo, resizeFonts, resizeFonts, resizeFonts, resizeFontsTo, resizeIcons, resizePadding, resizePadding, resizeTo, resizeTo, revealChild, revealChild, scrollBy, scrollByPercent, scrollTo, scrollTo, scrollTo, scrollTo, scrollTo, scrollToBottom, scrollToLeft, scrollToPercent, scrollToRight, scrollToTop, sendToBack, setAccessKey, setAdaptHeightByCustomizer, setAdaptiveHeightPriority, setAdaptiveWidthPriority, setAdaptWidthByCustomizer, setAlign, setAllowExternalFilters, setAlwaysManageFocusNavigation, setAlwaysShowScrollbars, setAnimateAcceleration, setAnimateFadeTime, setAnimateHideAcceleration, setAnimateHideEffect, setAnimateHideTime, setAnimateMoveAcceleration, setAnimateMoveTime, setAnimateRectAcceleration, setAnimateRectTime, setAnimateResizeAcceleration, setAnimateResizeLayoutMode, setAnimateResizeTime, setAnimateScrollAcceleration, setAnimateScrollTime, setAnimateShowAcceleration, setAnimateShowEffect, setAnimateShowTime, setAnimateTime, setAppImgDir, setAriaRole, setAriaState, setAutoChildConstructor, setAutoChildProperties, setAutoChildProperties, setAutoChildProperties, setAutoChildProperties, setAutoChildVisibility, setAutoHeight, setAutoMaskComponents, setAutoParent, setAutoPopulateData, setAutoResizeAutoChildAttributes, setAutoResizeIcons, setAutoShowParent, setAutoWidth, setBackgroundColor, setBackgroundImage, setBackgroundPosition, setBackgroundRepeat, setBorder, setBorderRadius, setBottom, setCanAcceptDrop, setCanAdaptHeight, setCanAdaptWidth, setCanDrag, setCanDragReposition, setCanDragResize, setCanDragScroll, setCanDrop, setCanDropBefore, setCanFocus, setCanHover, setCanSelectText, setChildren, setChildrenResizeSnapAlign, setChildrenSnapAlign, setChildrenSnapCenterAlign, setChildrenSnapEdgeAlign, setChildrenSnapResizeToGrid, setChildrenSnapToGrid, setComponentMaskDefaults, setContents, setContextMenu, setCorrectZoomOverflow, setCursor, setDataContext, setDataPath, setDefaultHeight, setDefaultPageSpace, setDefaultProperties, setDefaultShowCustomScrollbars, setDefaultWidth, setDefiningProperty, setDefiningPropertyNameOptions, setDisabled, setDisabledCursor, setDisableTouchScrollingForDrag, setDoubleClickDelay, setDragAppearance, setDragIntersectStyle, setDragMaskType, setDragMaxHeight, setDragMaxWidth, setDragMinHeight, setDragMinWidth, setDragOpacity, setDragRepositionAppearance, setDragRepositionCursor, setDragResizeAppearance, setDragScrollDelay, setDragStartDistance, setDragTarget, setDragTarget, setDragType, setDropTarget, setDropTarget, setDropTypes, setDropTypes, setDynamicContents, setEdgeBackgroundColor, setEdgeCenterBackgroundColor, setEdgeImage, setEdgeMarginSize, setEdgeOffset, setEdgeOpacity, setEdgeShowCenter, setEdgeSize, setEditMode, setEditMode, setEditMode, setEnableWhen, setEndLine, setExtraSpace, setFacetId, setFloatingScrollbars, setForwardSVGeventsToObject, setGroupBorderCSS, setGroupLabelBackgroundColor, setGroupLabelStyleName, setGroupPadding, setGroupTitle, setHeight, setHeight, setHeight, setHeight100, setHideUsingDisplayNone, setHoverAlign, setHoverAutoDestroy, setHoverAutoFitMaxWidth, setHoverAutoFitMaxWidth, setHoverAutoFitWidth, setHoverDelay, setHoverFocusKey, setHoverHeight, setHoverMoveWithMouse, setHoverOpacity, setHoverPersist, setHoverScreen, setHoverStyle, setHoverVAlign, setHoverWidth, setHoverWrap, setHtmlElement, setHtmlElement, setHtmlPosition, setImage, setImage, setInitHandler, setIsGroup, setIsRuleScope, setIsSnapAlignCandidate, setKeepInParentRect, setKeepInParentRect, setKeepInParentRect, setLayoutAlign, setLayoutAlign, setLeaveGroupLabelSpace, setLeavePageSpace, setLeft, setLeft, setLocateByIDOnly, setLocateChildrenBy, setLocateChildrenType, setLocatePeersBy, setLocatePeersType, setLocatorName, setLocatorParent, setLocatorParent, setLogicalStructure, setMargin, setMatchElement, setMatchElementHeight, setMatchElementWidth, setMaxHeight, setMaxWidth, setMaxZoomOverflowError, setMenuConstructor, setMinHeight, setMinNonEdgeSize, setMinWidth, setMomentumScrollMinSpeed, setMouseStillDownDelay, setMouseStillDownInitialDelay, setName, setNativeAutoHideScrollbars, setNeverUseFilters, setNoDoubleClicks, setNoDropCursor, setOpacity, setPadding, setPageLeft, setPageTop, setPanelContainer, setParentCanvas, setParentElement, setPeers, setPendingMarkerStyle, setPendingMarkerVisible, setPercentBox, setPercentSource, setPersistentMatchElement, setPointerSettings, setPointerTarget, setPosition, setPrefix, setPrintChildrenAbsolutelyPositioned, setPrintStyleName, setPrompt, setProportionalResizeModifiers, setProportionalResizing, setReceiveScrollbarEvents, setRect, setRect, setRedrawOnResize, setRelativeTabPosition, setResizeBarTarget, setResizeFrom, setResizeFrom, setRight, setRuleScope, setScrollbarConstructor, setScrollbarSize, setShadowColor, setShadowDepth, setShadowHOffset, setShadowImage, setShadowOffset, setShadowSoftness, setShadowSpread, setShadowVOffset, setShouldPrint, setShowCustomScrollbars, setShowDragShadow, setShowEdges, setShowHover, setShowHoverComponents, setShowPointer, setShowResizeBar, setShowShadow, setShowSnapGrid, setShrinkElementOnHide, setSizeMayChangeOnRedraw, setSkinImgDir, setSmoothFade, setSnapAlignCandidates, setSnapAlignCenterLineStyle, setSnapAlignEdgeLineStyle, setSnapAxis, setSnapEdge, setSnapGridLineProperties, setSnapGridStyle, setSnapHDirection, setSnapHGap, setSnapOffsetLeft, setSnapOffsetTop, setSnapOnDrop, setSnapResizeToAlign, setSnapResizeToGrid, setSnapTo, setSnapToAlign, setSnapToCenterAlign, setSnapToEdgeAlign, setSnapToGrid, setSnapVDirection, setSnapVGap, setStartLine, setTabIndex, setTestDataContext, setTitle, setTooltip, setTop, setTop, setUpdateTabPositionOnDraw, setUpdateTabPositionOnReparent, setUseBackMask, setUseCSSShadow, setUseDragMask, setUseImageForSVG, setUseNativeDrag, setUseOpacityFilter, setUseTouchScrolling, setValuesManager, setValuesManager, setVisibility, setVisible, setVisibleWhen, setWidth, setWidth, setWidth, setWidth100, setWorkflows, setZIndex, shouldDragScroll, show, showClickMask, showComponentMask, showComponentMask, showNextTo, showNextTo, showNextTo, showNextTo, showPendingMarker, showPrintPreview, showPrintPreview, showPrintPreview, showPrintPreview, showRecursively, startDebuggingOverflow, stopDebuggingOverflow, updateChildTabPosition, updateChildTabPositions, updateEditNode, updateHover, updateHover, updateShadow, updateTabPositionForDraw, visibleAtPoint, willAcceptDropMethods inherited from class com.smartgwt.client.widgets.BaseWidgetaddDrawHandler, addDynamicProperty, addDynamicProperty, addDynamicProperty, addDynamicProperty, applyFactoryProperties, clearDynamicProperty, completeCreation, doOnRender, draw, getAttribute, getConfig, getDOM, getHandlerCount, getID, getInnerHTML, getJsObj, getOrCreateJsObj, getRef, getScClassName, hasAutoAssignedID, hasDynamicProperty, initNativeObject, isConfigOnly, isCreated, isDrawn, isFactoryCreated, setConfig, setConfigOnly, setDefaultProperties, setFactoryCreated, setID, setJavaScriptObject, setLogicalStructure, setLogicalStructure, setNullProperty, setPosition, setProperty, setProperty, setProperty, setProperty, setProperty, setProperty, setProperty, setScClassName, toStringMethods inherited from class com.google.gwt.user.client.ui.WidgetaddAttachHandler, addBitlessDomHandler, addDomHandler, addHandler, asWidget, asWidgetOrNull, fireEvent, getLayoutData, getParent, isAttached, onBrowserEvent, removeFromParent, setLayoutData, sinkEvents, unsinkEventsMethods inherited from class com.google.gwt.user.client.ui.UIObjectaddStyleDependentName, ensureDebugId, ensureDebugId, getStylePrimaryName, isVisible, removeStyleDependentName, removeStyleName, setPixelSize, setSize, setStyleDependentName, setStyleName, setStylePrimaryName, setVisible, sinkBitlessEventMethods inherited from interface com.smartgwt.client.widgets.DataBoundComponentgetOrCreateJsObjMethods inherited from interface com.google.gwt.event.shared.HasHandlersfireEvent
- 
Constructor Details- 
DocumentsTileGrid
 
- 
- 
Method Details- 
updateDocumentDescription copied from interface:DocumentsGridUpdates the visualization of the proper document element- Specified by:
- updateDocumentin interface- DocumentsGrid
- Parameters:
- document- the document to update
 
- 
setDocumentsDescription copied from interface:DocumentsGridForces the records in the grid- Specified by:
- setDocumentsin interface- DocumentsGrid
- Parameters:
- documents- collectiomn of documents to render
 
- 
getSelectedDocumentDescription copied from interface:DocumentsGridGets a bean representation of the currently selected item (not all properties are populated)- Specified by:
- getSelectedDocumentin interface- DocumentsGrid
- Returns:
- the first selected document
 
- 
getSelectedDocumentsDescription copied from interface:DocumentsGridGets a bean representation of the currently selected items (not all properties are populated)- Specified by:
- getSelectedDocumentsin interface- DocumentsGrid
- Returns:
- the documents selected in the grid
 
- 
getDocumentsDescription copied from interface:DocumentsGridRetrieves all the documents dispalyed in the grid- Specified by:
- getDocumentsin interface- DocumentsGrid
- Returns:
- the list of documents
 
- 
getSelectedIndexpublic int getSelectedIndex()Description copied from interface:DocumentsGridRetrieves the index of the currently selected rec- Specified by:
- getSelectedIndexin interface- DocumentsGrid
- Returns:
- the row of the selected element
 
- 
getSelectedIdsDescription copied from interface:DocumentsGridRetrieves the list of all selected document IDs- Specified by:
- getSelectedIdsin interface- DocumentsGrid
- Returns:
- identifiers of the selected documents
 
- 
getIdsDescription copied from interface:DocumentsGridRetrieves the list of all the ids- Specified by:
- getIdsin interface- DocumentsGrid
- Returns:
- list of identifiers
 
- 
deselectAllpublic void deselectAll()Description copied from interface:DocumentsGridClear the actual selection- Specified by:
- deselectAllin interface- DocumentsGrid
 
- 
setCanExpandRowspublic void setCanExpandRows()Description copied from interface:DocumentsGridEnable the records expansion- Specified by:
- setCanExpandRowsin interface- DocumentsGrid
 
- 
getCountpublic int getCount()Description copied from interface:DocumentsGridCounts the total number of elements- Specified by:
- getCountin interface- DocumentsGrid
- Returns:
- total number of records
 
- 
getSelectedCountpublic int getSelectedCount()Description copied from interface:DocumentsGridCounts the total number of selected elements- Specified by:
- getSelectedCountin interface- DocumentsGrid
- Returns:
- number of selected rows
 
- 
showFilterspublic void showFilters(boolean showFilters) Description copied from interface:DocumentsGridShows or hide the filters- Specified by:
- showFiltersin interface- DocumentsGrid
- Parameters:
- showFilters- if the filters must be displayed
 
- 
selectDocumentpublic void selectDocument(long docId) Description copied from interface:DocumentsGridSelects the specified document- Specified by:
- selectDocumentin interface- DocumentsGrid
- Parameters:
- docId- identifier of the document to display
 
- 
expandVisibleRowspublic void expandVisibleRows()Description copied from interface:DocumentsGridExpands all visible rows- Specified by:
- expandVisibleRowsin interface- DocumentsGrid
 
- 
setCanDragpublic void setCanDrag(boolean drag) Description copied from interface:DocumentsGridMakes the grid support the drag- Specified by:
- setCanDragin interface- DocumentsGrid
- Parameters:
- drag- if the drag must be supported
 
- 
registerDoubleClickHandlerpublic void registerDoubleClickHandler(com.smartgwt.client.widgets.grid.events.CellDoubleClickHandler handler) Description copied from interface:DocumentsGridDefines the handler for double clicks. Implementations must check if the document is password protected- Specified by:
- registerDoubleClickHandlerin interface- DocumentsGrid
- Parameters:
- handler- invoked when the user does the double-click
 
- 
registerSelectionChangedHandlerpublic void registerSelectionChangedHandler(com.smartgwt.client.widgets.grid.events.SelectionChangedHandler handler) Description copied from interface:DocumentsGridDefines the handler for double clicks. Implementations must check if the document is password protected- Specified by:
- registerSelectionChangedHandlerin interface- DocumentsGrid
- Parameters:
- handler- invoked when the user changes the selection
 
- 
registerCellContextClickHandlerpublic void registerCellContextClickHandler(com.smartgwt.client.widgets.grid.events.CellContextClickHandler handler) Description copied from interface:DocumentsGridDefines the handler of the context menu. Implementations must check if the document is password protected- Specified by:
- registerCellContextClickHandlerin interface- DocumentsGrid
- Parameters:
- handler- invoked when the user clicks with right-button
 
- 
registerDataArrivedHandlerpublic void registerDataArrivedHandler(com.smartgwt.client.widgets.grid.events.DataArrivedHandler handler) - Specified by:
- registerDataArrivedHandlerin interface- DocumentsGrid
 
- 
removeSelectedDocumentspublic void removeSelectedDocuments()Description copied from interface:DocumentsGridRemoved the selected documents from visualization- Specified by:
- removeSelectedDocumentsin interface- DocumentsGrid
 
- 
onDocumentSelectedDescription copied from interface:DocumentObserverInvoked when a document is selected- Specified by:
- onDocumentSelectedin interface- DocumentObserver
- Parameters:
- document- the document that has been selected
 
- 
onDocumentModifiedDescription copied from interface:DocumentObserverInvoked after the document's properties has been changed- Specified by:
- onDocumentModifiedin interface- DocumentObserver
- Parameters:
- document- the document that has been modified
 
- 
onDocumentStoredDescription copied from interface:DocumentObserverInvoked after the document has been stored- Specified by:
- onDocumentStoredin interface- DocumentObserver
- Parameters:
- document- the document that has been stored
 
- 
onDocumentsDeletedDescription copied from interface:DocumentObserverInvoked after the document has been deleted- Specified by:
- onDocumentsDeletedin interface- DocumentObserver
- Parameters:
- documents- the documents that have been deleted
 
- 
onDocumentCheckedInDescription copied from interface:DocumentObserverInvoked after the document's checkin- Specified by:
- onDocumentCheckedInin interface- DocumentObserver
- Parameters:
- document- the document that has been checked in
 
- 
onDocumentCheckedOutDescription copied from interface:DocumentObserverInvoked after the document's checkout- Specified by:
- onDocumentCheckedOutin interface- DocumentObserver
- Parameters:
- document- the document that has been checked out
 
- 
onDocumentLockedDescription copied from interface:DocumentObserverInvoked after the document is locked- Specified by:
- onDocumentLockedin interface- DocumentObserver
- Parameters:
- document- the document that has been locked
 
- 
onDocumentUnlockedDescription copied from interface:DocumentObserverInvoked after the document is unlocked- Specified by:
- onDocumentUnlockedin interface- DocumentObserver
- Parameters:
- document- the document that has been unlocked
 
- 
onDocumentMovedDescription copied from interface:DocumentObserverInvoked after the document has been stored- Specified by:
- onDocumentMovedin interface- DocumentObserver
- Parameters:
- document- the document that has been moved
 
- 
onDocumentBeginEditingDescription copied from interface:DocumentObserverInvoked after the document's properties are being edited- Specified by:
- onDocumentBeginEditingin interface- DocumentObserver
- Parameters:
- document- the document that is being edited
 
- 
onDocumentCancelEditingDescription copied from interface:DocumentObserverInvoked after the document's properties are being edited- Specified by:
- onDocumentCancelEditingin interface- DocumentObserver
- Parameters:
- document- the document that is being edited
 
- 
getFolder- Specified by:
- getFolderin interface- DocumentsGrid
 
- 
destroypublic void destroy()- Specified by:
- destroyin interface- DocumentsGrid
- Overrides:
- destroyin class- com.smartgwt.client.widgets.BaseWidget
 
- 
fetchNewDataDescription copied from interface:DocumentsGridReplace the actual data with a new source- Specified by:
- fetchNewDatain interface- DocumentsGrid
- Parameters:
- ds- the data source for the grid
 
- 
setGridCursorDescription copied from interface:DocumentsGridDefines the cursor widget this grid will have to interact to- Specified by:
- setGridCursorin interface- DocumentsGrid
- Parameters:
- gridCursor- the cursor
 
- 
getGridCursor- Specified by:
- getGridCursorin interface- DocumentsGrid
 
- 
loadGridLayoutDescription copied from interface:DocumentsGridLoads the layout of the grid(columns, ordering ...)- Specified by:
- loadGridLayoutin interface- DocumentsGrid
- Parameters:
- folder- Optional folder to take the layout from
- Returns:
- the page size
 
- 
equals- Overrides:
- equalsin class- com.smartgwt.client.widgets.BaseWidget
 
- 
hashCodepublic int hashCode()- Overrides:
- hashCodein class- com.smartgwt.client.widgets.BaseWidget
 
 
-