public class FieldPicker extends VLayout
DataBoundComponent
. It allows for easy customization of the order in which the
fields of a DataBoundComponent
are displayed, and of which are visible. If so
configured, it also allows for convenient launching of the HiliteEditor, FormulaBuilder, and SummaryBuilder. A
FieldPicker instance runs in its own window, a FieldPickerWindow
config, configOnly, factoryCreated, factoryProperties, id, nativeObject, scClassName
Constructor and Description |
---|
FieldPicker() |
FieldPicker(com.google.gwt.core.client.JavaScriptObject jsObj) |
Modifier and Type | Method and Description |
---|---|
static void |
changeAutoChildDefaults(java.lang.String autoChildName,
Canvas defaults)
Changes the defaults for Canvas AutoChildren named
autoChildName . |
static void |
changeAutoChildDefaults(java.lang.String autoChildName,
FormItem defaults)
Changes the defaults for FormItem AutoChildren named
autoChildName . |
protected com.google.gwt.core.client.JavaScriptObject |
create() |
java.lang.String |
getAddCustomFieldsButtonTitle()
The title displayed for the Add Custom Fields Button
|
ListGrid |
getAvailableFieldsGrid()
A
ListGrid showing the list of available fields. |
Canvas[] |
getAvailableFieldsHeaderControls()
Provides a set of controls to appear as
section
header controls above the available fields grid. |
java.lang.String |
getAvailableFieldsTitle() |
java.lang.String |
getAvailableTitleTitle()
The title displayed for the title property of the available fields
|
HLayout |
getButtonLayout()
|
java.lang.String |
getCancelButtonTitle()
The title shown on the Cancel button
|
IButton |
getCancelChangesButton()
An AutoChild
button that saves the current field-set and exits the Field
Picker. |
java.lang.Boolean |
getCanFilterSampleValue()
Whether the current fields' filter row allows the sample value column to be filtered.
|
java.lang.String |
getConfirmText() |
ListGrid |
getCurrentFieldsGrid()
A
ListGrid showing the list of currently selected fields. |
java.lang.String |
getCurrentFieldsTitle() |
java.lang.String |
getCurrentTitleTitle()
The title displayed for the title property of the current fields
|
Canvas |
getDataBoundComponent()
The component whose fields should be edited.
|
DataSource |
getDataSource()
An optional DataSource that is used to create a disposable
dataBoundComponent if none is provided. |
java.lang.String |
getEmptyTitleHint()
The hint shown when editing a field with no title defined.
|
java.lang.String |
getHilitesText() |
Label |
getInstructionLabel()
A
label displaying the text assigned as the FieldPicker's instructions . |
java.lang.String |
getInstructions() |
com.smartgwt.logicalstructure.core.LogicalStructureObject |
getLogicalStructure()
Getter implementing the
LogicalStructure interface,
which supports Eclipse's logical structure debugging facility. |
static FieldPicker |
getOrCreateRef(com.google.gwt.core.client.JavaScriptObject jsObj) |
java.lang.String |
getRemoveItemTitle()
The title shown on the 'Visible Fields' grid's context menu item, whose click handler puts the selected item back in the
'Available Fields' collection.
|
java.lang.String |
getRemoveText() |
Record |
getSampleRecord()
If a
sampleRecord is provided, the FieldPicker will show a second column in the Current Fields dialog
showing the cell value that will appear for that field given the provided sample record. |
DefaultSampleRecord |
getSampleRecordAsDefaultSampleRecord()
If a
sampleRecord is provided, the FieldPicker will show a second column in the Current Fields dialog
showing the cell value that will appear for that field given the provided sample record. |
java.lang.String |
getSampleValueTitle()
The title displayed for the sample value property of the current fields
|
IButton |
getSaveAndExitButton()
An AutoChild
button that saves the current field-set and exits the Field
Picker. |
java.lang.String |
getSaveAndExitButtonTitle()
The title shown on the Save and Exit button
|
boolean |
getShowFieldOrderButtons()
When set to false, hides the right-most set of buttons, used for re-ordering fields in the Visible Fields list.
|
boolean |
getShowHilitesButton()
Shows a "Highlights..." button that shows an interface for editing hilites in the attached DataBoundComponent.
|
FieldPicker |
setAddCustomFieldsButtonTitle(java.lang.String addCustomFieldsButtonTitle)
The title displayed for the Add Custom Fields Button
|
void |
setAvailableFields(DataSourceField... newFields)
Provides a new set of available fields.
|
FieldPicker |
setAvailableFieldsHeaderControls(Canvas... availableFieldsHeaderControls)
Provides a set of controls to appear as
section
header controls above the available fields grid. |
FieldPicker |
setAvailableFieldsTitle(java.lang.String availableFieldsTitle) |
FieldPicker |
setAvailableTitleTitle(java.lang.String availableTitleTitle)
The title displayed for the title property of the available fields
|
void |
setCallbackCustomizer(FieldPickerCallbackCustomizer customizer)
This method is called during rendering for all events in the visible range - those which
would be rendered by default.
|
FieldPicker |
setCancelButtonTitle(java.lang.String cancelButtonTitle)
The title shown on the Cancel button
|
FieldPicker |
setCanFilterSampleValue(java.lang.Boolean canFilterSampleValue)
Whether the current fields' filter row allows the sample value column to be filtered.
|
FieldPicker |
setConfirmText(java.lang.String confirmText) |
FieldPicker |
setCurrentFieldsTitle(java.lang.String currentFieldsTitle) |
FieldPicker |
setCurrentTitleTitle(java.lang.String currentTitleTitle)
The title displayed for the title property of the current fields
|
FieldPicker |
setDataBoundComponent(Canvas dataBoundComponent)
The component whose fields should be edited.
|
FieldPicker |
setDataSource(DataSource dataSource)
An optional DataSource that is used to create a disposable
dataBoundComponent if none is provided. |
static void |
setDefaultProperties(FieldPicker fieldPickerProperties)
Class level method to set the default properties of this class.
|
FieldPicker |
setEmptyTitleHint(java.lang.String emptyTitleHint)
The hint shown when editing a field with no title defined.
|
FieldPicker |
setHilitesText(java.lang.String hilitesText) |
FieldPicker |
setInstructions(java.lang.String instructions) |
com.smartgwt.logicalstructure.core.LogicalStructureObject |
setLogicalStructure(com.smartgwt.logicalstructure.widgets.FieldPickerLogicalStructure s)
Setter implementing the
LogicalStructure interface,
which supports Eclipse's logical structure debugging facility. |
FieldPicker |
setRemoveItemTitle(java.lang.String removeItemTitle)
The title shown on the 'Visible Fields' grid's context menu item, whose click handler puts the selected item back in the
'Available Fields' collection.
|
FieldPicker |
setRemoveText(java.lang.String removeText) |
FieldPicker |
setSampleRecord(DefaultSampleRecord sampleRecord)
If a
sampleRecord is provided, the FieldPicker will show a second column in the Current Fields dialog
showing the cell value that will appear for that field given the provided sample record. |
FieldPicker |
setSampleRecord(Record sampleRecord)
If a
sampleRecord is provided, the FieldPicker will show a second column in the Current Fields dialog
showing the cell value that will appear for that field given the provided sample record. |
FieldPicker |
setSampleValueTitle(java.lang.String sampleValueTitle)
The title displayed for the sample value property of the current fields
|
FieldPicker |
setSaveAndExitButtonTitle(java.lang.String saveAndExitButtonTitle)
The title shown on the Save and Exit button
|
FieldPicker |
setShowFieldOrderButtons(boolean showFieldOrderButtons)
When set to false, hides the right-most set of buttons, used for re-ordering fields in the Visible Fields list.
|
FieldPicker |
setShowHilitesButton(boolean showHilitesButton)
Shows a "Highlights..." button that shows an interface for editing hilites in the attached DataBoundComponent.
|
setDefaultProperties, setLogicalStructure
addMember, addMember, addMember, addMember, addMemberPostCreate, addMemberPostCreate, addMemberPreCreate, addMemberPreCreate, addMembers, addMembers, addMembersChangedHandler, getAnimateMembers, getAnimateMemberTime, getCanDropComponents, getChildTabPosition, getDefaultResizeBars, getDropComponent, getDropLine, getDropLineThickness, getDropPosition, getEditProxyConstructor, getEnforcePolicy, getHPolicy, getLayoutBottomMargin, getLayoutEndMargin, getLayoutLeftMargin, getLayoutMargin, getLayoutRightMargin, getLayoutStartMargin, getLayoutTopMargin, getLeaveScrollbarGap, getLocateMembersBy, getLocateMembersType, getManagePercentBreadth, getMember, getMember, getMemberDefaultBreadth, getMemberNumber, getMemberNumber, getMemberOverlap, getMembers, getMembersLength, getMembersMargin, getMinMemberLength, getMinMemberSize, getOverflow, getPaddingAsLayoutMargin, getResizeBar, getResizeBarClass, getResizeBarSize, getReverseOrder, getShowDragPlaceHolder, getShowDropLines, getStackZIndex, getVertical, getVPolicy, hasMember, hideDropLine, hideMember, hideMember, layoutIsDirty, onInit_Layout, onInit, reflow, reflow, reflowNow, removeMember, removeMembers, removeMembers, reorderMember, reorderMembers, replaceMember, revealChild, revealChild, setAlign, setAlign, setAnimateMembers, setAnimateMemberTime, setCanDropComponents, setDefaultLayoutAlign, setDefaultLayoutAlign, setDefaultProperties, setDefaultResizeBars, setDropLineProperties, setDropLineThickness, setEditProxyConstructor, setEnforcePolicy, setHPolicy, setLayoutBottomMargin, setLayoutEndMargin, setLayoutLeftMargin, setLayoutMargin, setLayoutRightMargin, setLayoutStartMargin, setLayoutTopMargin, setLeaveScrollbarGap, setLocateMembersBy, setLocateMembersType, setLogicalStructure, setManagePercentBreadth, setMemberOverlap, setMembers, setMembersMargin, setMinBreadthMember, setMinBreadthMember, setMinBreadthMember, setMinMemberLength, setMinMemberSize, setOverflow, setPaddingAsLayoutMargin, setPlaceHolderDefaults, setPlaceHolderProperties, setResizeBarClass, setResizeBarSize, setReverseOrder, setShowDragPlaceHolder, setShowDropLines, setStackZIndex, setVertical, setVisibleMember, setVPolicy, showMember, showMember
addChild, 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, 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, getStyleName, getTabIndex, getTestDataContext, getTestInstance, 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, onAttach, onDetach, pageScrollDown, pageScrollUp, parentResized, 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, scrollBy, scrollByPercent, scrollTo, scrollTo, scrollTo, scrollToBottom, scrollToLeft, scrollToPercent, scrollToRight, scrollToTop, sendToBack, setAccessKey, setAdaptHeightByCustomizer, setAdaptiveHeightPriority, setAdaptiveWidthPriority, setAdaptWidthByCustomizer, 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, setElement, 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, setStyleName, 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, willAcceptDrop
addDrawHandler, addDynamicProperty, addDynamicProperty, addDynamicProperty, addDynamicProperty, applyFactoryProperties, clearDynamicProperty, completeCreation, destroy, doAddHandler, doInit, doOnRender, draw, equals, error, errorIfNotCreated, getAttribute, getAttributeAsBoolean, getAttributeAsDate, getAttributeAsDateArray, getAttributeAsDouble, getAttributeAsElement, getAttributeAsFloat, getAttributeAsFloatArray, getAttributeAsInt, getAttributeAsIntArray, getAttributeAsJavaScriptObject, getAttributeAsMap, getAttributeAsObject, getAttributeAsRecord, getAttributeAsString, getAttributeAsStringArray, getConfig, getDOM, getHandlerCount, getID, getInnerHTML, getJsObj, getOrCreateJsObj, getRef, getScClassName, hasAutoAssignedID, hasDynamicProperty, hashCode, initNativeObject, internalSetID, internalSetID, isConfigOnly, isCreated, isDrawn, isFactoryCreated, onBind, onDestroy, onDraw, setAttribute, setAttribute, setAttribute, setAttribute, setAttribute, setAttribute, setAttribute, setAttribute, setAttribute, setAttribute, setAttribute, setAttribute, setAttribute, setAttribute, setAttribute, setAttribute, setAttribute, setAttribute, setAttribute, setAttribute, setAttribute, setAttribute, setConfig, setConfigOnly, setDefaultProperties, setDragTracker, setFactoryCreated, setID, setJavaScriptObject, setLogicalStructure, setLogicalStructure, setNullProperty, setPosition, setProperty, setProperty, setProperty, setProperty, setProperty, setProperty, setProperty, setScClassName, toString
addAttachHandler, addBitlessDomHandler, addDomHandler, addHandler, asWidget, asWidgetOrNull, createHandlerManager, delegateEvent, doAttachChildren, doDetachChildren, fireEvent, getLayoutData, getParent, isAttached, isOrWasAttached, onBrowserEvent, onLoad, onUnload, removeFromParent, setLayoutData, sinkEvents, unsinkEvents
addStyleDependentName, ensureDebugId, ensureDebugId, ensureDebugId, getStyleElement, getStyleName, getStylePrimaryName, getStylePrimaryName, isVisible, onEnsureDebugId, removeStyleDependentName, removeStyleName, resolvePotentialElement, setElement, setPixelSize, setSize, setStyleDependentName, setStyleName, setStyleName, setStyleName, setStylePrimaryName, setStylePrimaryName, setVisible, sinkBitlessEvent
public FieldPicker()
public FieldPicker(com.google.gwt.core.client.JavaScriptObject jsObj)
public static FieldPicker getOrCreateRef(com.google.gwt.core.client.JavaScriptObject jsObj)
public static void changeAutoChildDefaults(java.lang.String autoChildName, Canvas defaults)
autoChildName
.autoChildName
- name of an AutoChild to customize the defaults for.defaults
- Canvas defaults to apply. These defaults override any existing properties
without destroying or wiping out non-overridden properties. For usage tips on this
param, see SGWTProperties
.AutoChildUsage
public static void changeAutoChildDefaults(java.lang.String autoChildName, FormItem defaults)
autoChildName
.autoChildName
- name of an AutoChild to customize the defaults for.defaults
- FormItem defaults to apply. These defaults override any existing properties
without destroying or wiping out non-overridden properties. For usage tips on this
param, see SGWTProperties
.AutoChildUsage
protected com.google.gwt.core.client.JavaScriptObject create()
public FieldPicker setAddCustomFieldsButtonTitle(java.lang.String addCustomFieldsButtonTitle) throws java.lang.IllegalStateException
addCustomFieldsButtonTitle
- New addCustomFieldsButtonTitle value. Default value is "Add Custom Fields"FieldPicker
instance, for chaining setter callsjava.lang.IllegalStateException
- this property cannot be changed after the component has been createdpublic java.lang.String getAddCustomFieldsButtonTitle()
public ListGrid getAvailableFieldsGrid() throws java.lang.IllegalStateException
ListGrid
showing the list of available fields.
This component is an AutoChild named "availableFieldsGrid". For an overview of how to use and
configure AutoChildren, see Using AutoChildren
.
java.lang.IllegalStateException
- if this widget has not yet been rendered.public FieldPicker setAvailableFieldsHeaderControls(Canvas... availableFieldsHeaderControls) throws java.lang.IllegalStateException
section
header controls
above the available fields grid.availableFieldsHeaderControls
- New availableFieldsHeaderControls value. Default value is nullFieldPicker
instance, for chaining setter callsjava.lang.IllegalStateException
- this property cannot be changed after the component has been createdpublic Canvas[] getAvailableFieldsHeaderControls()
section
header controls
above the available fields grid.public FieldPicker setAvailableFieldsTitle(java.lang.String availableFieldsTitle) throws java.lang.IllegalStateException
availableFieldsTitle
- New availableFieldsTitle value. Default value is "Available Fields"FieldPicker
instance, for chaining setter callsjava.lang.IllegalStateException
- this property cannot be changed after the component has been createdpublic java.lang.String getAvailableFieldsTitle()
public FieldPicker setAvailableTitleTitle(java.lang.String availableTitleTitle) throws java.lang.IllegalStateException
availableTitleTitle
- New availableTitleTitle value. Default value is "Name"FieldPicker
instance, for chaining setter callsjava.lang.IllegalStateException
- this property cannot be changed after the component has been createdpublic java.lang.String getAvailableTitleTitle()
public HLayout getButtonLayout() throws java.lang.IllegalStateException
horizontal layout
used to show the Save
and Cancel
buttons.
This component is an AutoChild named "buttonLayout". For an overview of how to use and
configure AutoChildren, see Using AutoChildren
.
java.lang.IllegalStateException
- if this widget has not yet been rendered.public FieldPicker setCancelButtonTitle(java.lang.String cancelButtonTitle) throws java.lang.IllegalStateException
cancelButtonTitle
- New cancelButtonTitle value. Default value is "Cancel"FieldPicker
instance, for chaining setter callsjava.lang.IllegalStateException
- this property cannot be changed after the component has been createdpublic java.lang.String getCancelButtonTitle()
public IButton getCancelChangesButton() throws java.lang.IllegalStateException
button
that saves the current field-set and exits the Field
Picker.
This component is an AutoChild named "cancelChangesButton". For an overview of how to use and
configure AutoChildren, see Using AutoChildren
.
java.lang.IllegalStateException
- if this widget has not yet been rendered.public FieldPicker setCanFilterSampleValue(java.lang.Boolean canFilterSampleValue) throws java.lang.IllegalStateException
canFilterSampleValue
- New canFilterSampleValue value. Default value is falseFieldPicker
instance, for chaining setter callsjava.lang.IllegalStateException
- this property cannot be changed after the component has been createdsetSampleValueTitle(java.lang.String)
,
setSampleRecord(com.smartgwt.client.data.Record)
public java.lang.Boolean getCanFilterSampleValue()
getSampleValueTitle()
,
getSampleRecord()
public FieldPicker setConfirmText(java.lang.String confirmText) throws java.lang.IllegalStateException
confirmText
- New confirmText value. Default value is "Must save pending changes to proceed. OK?"FieldPicker
instance, for chaining setter callsjava.lang.IllegalStateException
- this property cannot be changed after the component has been createdpublic java.lang.String getConfirmText()
public ListGrid getCurrentFieldsGrid() throws java.lang.IllegalStateException
ListGrid
showing the list of currently selected fields.
This component is an AutoChild named "currentFieldsGrid". For an overview of how to use and
configure AutoChildren, see Using AutoChildren
.
java.lang.IllegalStateException
- if this widget has not yet been rendered.public FieldPicker setCurrentFieldsTitle(java.lang.String currentFieldsTitle) throws java.lang.IllegalStateException
currentFieldsTitle
- New currentFieldsTitle value. Default value is "Visible Fields"FieldPicker
instance, for chaining setter callsjava.lang.IllegalStateException
- this property cannot be changed after the component has been createdpublic java.lang.String getCurrentFieldsTitle()
public FieldPicker setCurrentTitleTitle(java.lang.String currentTitleTitle) throws java.lang.IllegalStateException
currentTitleTitle
- New currentTitleTitle value. Default value is "Field Title"FieldPicker
instance, for chaining setter callsjava.lang.IllegalStateException
- this property cannot be changed after the component has been createdpublic java.lang.String getCurrentTitleTitle()
public FieldPicker setDataBoundComponent(Canvas dataBoundComponent) throws java.lang.IllegalStateException
Note that if DataBoundComponent.useAllDataSourceFields
is
set on the component, it will be cleared when the FieldPicker applies the requested ordering since that setting imposes
a fixed ordering on the fields.
dataBoundComponent
- New dataBoundComponent value. Default value is nullFieldPicker
instance, for chaining setter callsjava.lang.IllegalStateException
- this property cannot be changed after the component has been createdpublic Canvas getDataBoundComponent()
Note that if DataBoundComponent.useAllDataSourceFields
is
set on the component, it will be cleared when the FieldPicker applies the requested ordering since that setting imposes
a fixed ordering on the fields.
public FieldPicker setDataSource(DataSource dataSource) throws java.lang.IllegalStateException
dataBoundComponent
if none is provided. Has no effect if
a dataBoundComponent
is specified.dataSource
- New dataSource value. Default value is nullFieldPicker
instance, for chaining setter callsjava.lang.IllegalStateException
- this property cannot be changed after the component has been createdpublic DataSource getDataSource()
dataBoundComponent
if none is provided. Has no effect if
a dataBoundComponent
is specified.public FieldPicker setEmptyTitleHint(java.lang.String emptyTitleHint) throws java.lang.IllegalStateException
emptyTitleHint
- New emptyTitleHint value. Default value is "[No title specified]"FieldPicker
instance, for chaining setter callsjava.lang.IllegalStateException
- this property cannot be changed after the component has been createdpublic java.lang.String getEmptyTitleHint()
public FieldPicker setHilitesText(java.lang.String hilitesText) throws java.lang.IllegalStateException
hilitesText
- New hilitesText value. Default value is "Highlights..."FieldPicker
instance, for chaining setter callsjava.lang.IllegalStateException
- this property cannot be changed after the component has been createdpublic java.lang.String getHilitesText()
public Label getInstructionLabel() throws java.lang.IllegalStateException
label
displaying the text assigned as the FieldPicker's instructions
. Shown across the top of the widget.
This component is an AutoChild named "instructionLabel". For an overview of how to use and
configure AutoChildren, see Using AutoChildren
.
java.lang.IllegalStateException
- if this widget has not yet been rendered.public FieldPicker setInstructions(java.lang.String instructions) throws java.lang.IllegalStateException
instructions
- New instructions value. Default value is "Drag and drop or use arrows to move fields. Drag reorder to change field order."FieldPicker
instance, for chaining setter callsjava.lang.IllegalStateException
- this property cannot be changed after the component has been createdHTMLString
public java.lang.String getInstructions()
HTMLString
public FieldPicker setRemoveItemTitle(java.lang.String removeItemTitle) throws java.lang.IllegalStateException
removeItemTitle
- New removeItemTitle value. Default value is "Remove"FieldPicker
instance, for chaining setter callsjava.lang.IllegalStateException
- this property cannot be changed after the component has been createdpublic java.lang.String getRemoveItemTitle()
public FieldPicker setRemoveText(java.lang.String removeText) throws java.lang.IllegalStateException
removeText
- New removeText value. Default value is "You are about to remove the field. Are you sure?"FieldPicker
instance, for chaining setter callsjava.lang.IllegalStateException
- this property cannot be changed after the component has been createdpublic java.lang.String getRemoveText()
public FieldPicker setSampleRecord(Record sampleRecord) throws java.lang.IllegalStateException
sampleRecord
is provided, the FieldPicker will show a second column in the Current Fields dialog
showing the cell value that will appear for that field given the provided sample record. dataBoundComponent
is a TreeGrid
, you can specify "firstOpenLeaf" to use the
first open leaf as the sampleRecord (this is often desirable in trees where the first record may be a folder that's used
for organizational purposes only and hence would have no actual data for columns other than the tree column).sampleRecord
- New sampleRecord value. Default value is "first"FieldPicker
instance, for chaining setter callsjava.lang.IllegalStateException
- this property cannot be changed after the component has been createdpublic Record getSampleRecord()
sampleRecord
is provided, the FieldPicker will show a second column in the Current Fields dialog
showing the cell value that will appear for that field given the provided sample record. dataBoundComponent
is a TreeGrid
, you can specify "firstOpenLeaf" to use the
first open leaf as the sampleRecord (this is often desirable in trees where the first record may be a folder that's used
for organizational purposes only and hence would have no actual data for columns other than the tree column).public FieldPicker setSampleRecord(DefaultSampleRecord sampleRecord) throws java.lang.IllegalStateException
sampleRecord
is provided, the FieldPicker will show a second column in the Current Fields dialog
showing the cell value that will appear for that field given the provided sample record. dataBoundComponent
is a TreeGrid
, you can specify "firstOpenLeaf" to use the
first open leaf as the sampleRecord (this is often desirable in trees where the first record may be a folder that's used
for organizational purposes only and hence would have no actual data for columns other than the tree column).sampleRecord
- New sampleRecord value. Default value is "first"FieldPicker
instance, for chaining setter callsjava.lang.IllegalStateException
- this property cannot be changed after the component has been createdpublic DefaultSampleRecord getSampleRecordAsDefaultSampleRecord()
sampleRecord
is provided, the FieldPicker will show a second column in the Current Fields dialog
showing the cell value that will appear for that field given the provided sample record. dataBoundComponent
is a TreeGrid
, you can specify "firstOpenLeaf" to use the
first open leaf as the sampleRecord (this is often desirable in trees where the first record may be a folder that's used
for organizational purposes only and hence would have no actual data for columns other than the tree column).public FieldPicker setSampleValueTitle(java.lang.String sampleValueTitle) throws java.lang.IllegalStateException
sampleValueTitle
- New sampleValueTitle value. Default value is "Sample Value"FieldPicker
instance, for chaining setter callsjava.lang.IllegalStateException
- this property cannot be changed after the component has been createdpublic java.lang.String getSampleValueTitle()
public IButton getSaveAndExitButton() throws java.lang.IllegalStateException
button
that saves the current field-set and exits the Field
Picker.
This component is an AutoChild named "saveAndExitButton". For an overview of how to use and
configure AutoChildren, see Using AutoChildren
.
java.lang.IllegalStateException
- if this widget has not yet been rendered.public FieldPicker setSaveAndExitButtonTitle(java.lang.String saveAndExitButtonTitle) throws java.lang.IllegalStateException
saveAndExitButtonTitle
- New saveAndExitButtonTitle value. Default value is "Apply"FieldPicker
instance, for chaining setter callsjava.lang.IllegalStateException
- this property cannot be changed after the component has been createdpublic java.lang.String getSaveAndExitButtonTitle()
public FieldPicker setShowFieldOrderButtons(boolean showFieldOrderButtons) throws java.lang.IllegalStateException
showFieldOrderButtons
- New showFieldOrderButtons value. Default value is trueFieldPicker
instance, for chaining setter callsjava.lang.IllegalStateException
- this property cannot be changed after the component has been createdpublic boolean getShowFieldOrderButtons()
public FieldPicker setShowHilitesButton(boolean showHilitesButton) throws java.lang.IllegalStateException
showHilitesButton
- New showHilitesButton value. Default value is trueFieldPicker
instance, for chaining setter callsjava.lang.IllegalStateException
- this property cannot be changed after the component has been createdpublic boolean getShowHilitesButton()
public void setAvailableFields(DataSourceField... newFields)
newFields
- public static void setDefaultProperties(FieldPicker fieldPickerProperties)
Note: This method is intended for setting default attributes only and will affect all instances of the underlying class (including those automatically generated in JavaScript). This method should not be used to apply standard EventHandlers or override methods for a class - use a custom subclass instead. Calling this method after instances have been created can result in undefined behavior, since it bypasses any setters and a class instance may have already examined a particular property and not be expecting any changes through this route.
fieldPickerProperties
- properties that should be used as new defaults when instances of this class are createdSGWTProperties
public void setCallbackCustomizer(FieldPickerCallbackCustomizer customizer)
customizer
- the customizer to execute.public com.smartgwt.logicalstructure.core.LogicalStructureObject setLogicalStructure(com.smartgwt.logicalstructure.widgets.FieldPickerLogicalStructure s)
LogicalStructure
interface,
which supports Eclipse's logical structure debugging facility.public com.smartgwt.logicalstructure.core.LogicalStructureObject getLogicalStructure()
LogicalStructure
interface,
which supports Eclipse's logical structure debugging facility.getLogicalStructure
in interface LogicalStructure
getLogicalStructure
in class VLayout