public class CheckboxItem extends FormItem
FormItem.CustomStateGetter, FormItem.StateCustomizerscClassName, warnOnEditorTypeConversion, warnOnEditorTypeConversionDefaultidfactoryCreated, factoryProperties, readOnly| Constructor and Description | 
|---|
CheckboxItem()  | 
CheckboxItem(com.google.gwt.core.client.JavaScriptObject jsObj)  | 
CheckboxItem(java.lang.String name)  | 
CheckboxItem(java.lang.String name,
            java.lang.String title)  | 
| 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,
                       DrawItem defaults)
Changes the defaults for DrawItem AutoChildren named  
autoChildName. | 
static void | 
changeAutoChildDefaults(java.lang.String autoChildName,
                       FormItem defaults)
Changes the defaults for FormItem AutoChildren named  
autoChildName. | 
static void | 
changePickerIconDefaults(FormItemIcon defaults)  | 
java.lang.Boolean | 
getAllowEmptyValue()
By default checkboxes allow the user to toggle between true and false values only. 
 | 
java.lang.String | 
getBooleanBaseStyle()
An optional base CSS style to apply to the checkbox image. 
 | 
java.lang.String | 
getCheckedDescription()
The description shown in a hover when  
FormItem.showOldValueInHover is enabled and a value represents the checked state. | 
java.lang.String | 
getCheckedImage()
URL for the image to display when this checkbox is selected, or checked. 
 | 
java.lang.String | 
getEditProxyConstructor()
Default class used to construct the  
EditProxy for this component when the component is
 first placed into edit mode. | 
java.lang.Boolean | 
getLabelAsTitle()
By default a checkboxItem sets  
showTitle:true,
 and so takes up two cells with the default TitleOrientation of "left" (see form layout\n overview). | 
static CheckboxItem | 
getOrCreateRef(com.google.gwt.core.client.JavaScriptObject jsObj)  | 
java.lang.String | 
getPartialSelectedDescription()
The description shown in a hover when  
FormItem.showOldValueInHover is enabled and a value represents the partial selected state. | 
java.lang.String | 
getPartialSelectedImage()
URL for the image to display when this checkbox is partially selected. 
 | 
java.lang.String | 
getPrintBooleanBaseStyle()
If set, the  
booleanBaseStyle to use
 when printing. | 
java.lang.String | 
getPrintCheckedImage()
If set, the  
checkedImage to use when printing. | 
java.lang.String | 
getPrintPartialSelectedImage()
If set, the  
partialSelectedImage to
 use when printing. | 
java.lang.String | 
getPrintUncheckedImage()
If set, the  
uncheckedImage to use when
 printing. | 
java.lang.String | 
getPrintUnsetImage()
If set, the  
unsetImage to use when printing. | 
java.lang.Boolean | 
getShowLabel()
Should we show the label text next to the checkbox item. 
 | 
java.lang.Boolean | 
getShowTitle()
CheckboxItem has special behavior for titles, see  
labelAsTitle. | 
java.lang.Boolean | 
getShowValueIconDisabled()
Should a "Disabled" state icon be shown when the item is disabled 
 | 
java.lang.Boolean | 
getShowValueIconDown()
Should a "Down" state icon be shown when the mouse goes down over this checkbox 
 | 
java.lang.Boolean | 
getShowValueIconOver()
Should an "Over" state icon be shown when the user rolls over this checkbox 
 | 
java.lang.String | 
getTextBoxStyle()
Base CSS class for this item's title text 
 | 
java.lang.String | 
getTitleStyle()
Base CSS class for this item's title cell. 
 | 
java.lang.String | 
getUncheckedDescription()
The description shown in a hover when  
FormItem.showOldValueInHover is enabled and a value represents the unchecked state. | 
java.lang.String | 
getUncheckedImage()
URL for the image to display when this checkbox is not selected, or unchecked. 
 | 
java.lang.String | 
getUnsetDescription()
The description shown in a hover when  
FormItem.showOldValueInHover is enabled and a value represents the unset state. | 
java.lang.String | 
getUnsetImage()
URL for the image to display when this checkbox is unset. 
 | 
java.lang.Boolean | 
getValueAsBoolean()
Return the value of the checkbox as a Boolean. 
 | 
int | 
getWidth()
Width for the CheckboxItem, including both checkbox image and  
label. | 
boolean | 
pendingStatusChanged(DynamicForm form,
                    FormItem item,
                    boolean pendingStatus,
                    java.lang.Object newValue,
                    java.lang.Object value)
Notification method called when  
showPending is
 enabled and this checkbox item should either clear or show its pending visual state. | 
void | 
setAllowEmptyValue(java.lang.Boolean allowEmptyValue)
By default checkboxes allow the user to toggle between true and false values only. 
 | 
void | 
setBooleanBaseStyle(java.lang.String booleanBaseStyle)
An optional base CSS style to apply to the checkbox image. 
 | 
void | 
setCheckedDescription(java.lang.String checkedDescription)
The description shown in a hover when  
FormItem.showOldValueInHover is enabled and a value represents the checked state. | 
void | 
setCheckedImage(java.lang.String checkedImage)
URL for the image to display when this checkbox is selected, or checked. 
 | 
static void | 
setDefaultProperties(CheckboxItem checkboxItemProperties)
Class level method to set the default properties of this class. 
 | 
void | 
setEditProxyConstructor(java.lang.String editProxyConstructor)
Default class used to construct the  
EditProxy for this component when the component is
 first placed into edit mode. | 
void | 
setLabelAsTitle(java.lang.Boolean labelAsTitle)
By default a checkboxItem sets  
showTitle:true,
 and so takes up two cells with the default TitleOrientation of "left" (see form layout\n overview). | 
void | 
setPartialSelectedDescription(java.lang.String partialSelectedDescription)
The description shown in a hover when  
FormItem.showOldValueInHover is enabled and a value represents the partial selected state. | 
void | 
setPartialSelectedImage(java.lang.String partialSelectedImage)
URL for the image to display when this checkbox is partially selected. 
 | 
void | 
setPrintBooleanBaseStyle(java.lang.String printBooleanBaseStyle)
If set, the  
booleanBaseStyle to use
 when printing. | 
void | 
setPrintCheckedImage(java.lang.String printCheckedImage)
If set, the  
checkedImage to use when printing. | 
void | 
setPrintPartialSelectedImage(java.lang.String printPartialSelectedImage)
If set, the  
partialSelectedImage to
 use when printing. | 
void | 
setPrintUncheckedImage(java.lang.String printUncheckedImage)
If set, the  
uncheckedImage to use when
 printing. | 
void | 
setPrintUnsetImage(java.lang.String printUnsetImage)
If set, the  
unsetImage to use when printing. | 
void | 
setShowLabel(java.lang.Boolean showLabel)
Should we show the label text next to the checkbox item. 
 | 
void | 
setShowTitle(java.lang.Boolean showTitle)
CheckboxItem has special behavior for titles, see  
labelAsTitle. | 
void | 
setShowUnsetImage(java.lang.Boolean showUnsetImage)
Determines what image to display when the value for this checkbox is unset. 
 | 
void | 
setShowValueIconDisabled(java.lang.Boolean showValueIconDisabled)
Should a "Disabled" state icon be shown when the item is disabled 
 | 
void | 
setShowValueIconDown(java.lang.Boolean showValueIconDown)
Should a "Down" state icon be shown when the mouse goes down over this checkbox 
 | 
void | 
setShowValueIconOver(java.lang.Boolean showValueIconOver)
Should an "Over" state icon be shown when the user rolls over this checkbox 
 | 
void | 
setTextBoxStyle(java.lang.String textBoxStyle)
Base CSS class for this item's title text 
 | 
void | 
setTitleStyle(java.lang.String titleStyle)
Base CSS class for this item's title cell. 
 | 
void | 
setUncheckedDescription(java.lang.String uncheckedDescription)
The description shown in a hover when  
FormItem.showOldValueInHover is enabled and a value represents the unchecked state. | 
void | 
setUncheckedImage(java.lang.String uncheckedImage)
URL for the image to display when this checkbox is not selected, or unchecked. 
 | 
void | 
setUnsetDescription(java.lang.String unsetDescription)
The description shown in a hover when  
FormItem.showOldValueInHover is enabled and a value represents the unset state. | 
void | 
setUnsetImage(java.lang.String unsetImage)
URL for the image to display when this checkbox is unset. 
 | 
void | 
setWidth(int width)
Width for the CheckboxItem, including both checkbox image and  
label. | 
_getValue, addBlurHandler, addChangedHandler, addChangeHandler, addClickHandler, addDoubleClickHandler, addEditorEnterHandler, addEditorExitHandler, addFocusHandler, addIconClickHandler, addIconKeyPressHandler, addItemHoverHandler, addKeyDownHandler, addKeyPressHandler, addKeyUpHandler, addPendingStatusChangedHandler, addPickerIconClickHandler, addTitleClickHandler, addTitleDoubleClickHandler, addTitleHoverHandler, addValueHoverHandler, addValueIconClickHandler, asSGWTComponent, blurItem, canEditCriterion, clearErrors, clearValue, disable, disableIcon, enable, enableIcon, error, error, errorIfNotCreated, focusInItem, getAccessKey, getAlign, getAllowExpressions, getAlwaysFetchMissingValues, getApplyAlignToText, getApplyHeightToTextBox, getAriaRole, getAttribute, getAttributeAsBoolean, getAttributeAsBoolean, getAttributeAsDate, getAttributeAsDouble, getAttributeAsFloat, getAttributeAsInt, getAttributeAsJavaScriptObject, getAttributeAsObject, getAttributeAsString, getAutoComplete, getBrowserInputType, getBrowserSpellCheck, getCanEdit, getCanEditOpaqueValues, getCanFocus, getCanSelectText, getCanvasAutoChild, getCellHeight, getCellStyle, getChangeOnKeypress, getClassName, getClipStaticValue, getClipTitle, getConfig, getContainerWidget, getControlStyle, getCriteriaField, getCriterion, getCriterion, getCursorPosition, getCustomState, getDataPath, getDateFormatter, getDecimalPad, getDecimalPrecision, getDefaultIconSrc, getDisabled, getDisableIconsOnReadOnly, getDisplayField, getDisplayFieldName, getDisplayValue, getDisplayValue, getEditorTypeConfig, getEditPendingCSSText, getEmptyDisplayValue, getEmptyValueIcon, getEndRow, getErrorIconHeight, getErrorIconSrc, getErrorIconWidth, getErrorMessageWidth, getErrors, getExportFormat, getFetchMissingValues, getFieldName, getFilterLocally, getForeignDisplayField, getForm, getFormat, getFormItemAutoChild, getFullDataPath, getGlobalTabIndex, getGridColNum, getGridRowNum, getHeight, getHeightAsString, getHidden, getHint, getHintStyle, getHoverAlign, getHoverDelay, getHoverHeight, getHoverOpacity, getHoverStyle, getHoverVAlign, getHoverWidth, getIcon, getIconHeight, getIconHSpace, getIconPageRect, getIconPrompt, getIconRect, getIconVAlign, getIconWidth, getImageURLPrefix, getImageURLSuffix, getImplicitSave, getImplicitSaveOnBlur, getInputFormat, getLeft, getLoadingDisplayValue, getLocateItemBy, getMultipleValueSeparator, getName, getOperator, getOptionCriteria, getOptionFilterContext, getOptionOperationId, getOriginalValueMessage, getPageLeft, getPageRect, getPageTop, getPicker, getPickerIconHeight, getPickerIconName, getPickerIconPrompt, getPickerIconProperties, getPickerIconSrc, getPickerIconStyle, getPickerIconWidth, getPixelHeight, getPixelWidth, getPrintTextBoxStyle, getPrintTitleStyle, getPrompt, getReadOnlyDisplay, getReadOnlyHover, getReadOnlyTextBoxStyle, getRect, getRedrawOnChange, getRejectInvalidValueOnChange, getRequired, getRequiredMessage, getRowSpan, getSaveOnEnter, getScClassName, getSelectedRecord, getSelectOnClick, getSelectOnFocus, getShouldSaveValue, getShowClippedTitleOnHover, getShowClippedValueOnHover, getShowDeletions, getShowDisabled, getShowErrorIcon, getShowErrorStyle, getShowErrorText, getShowFocused, getShowFocusedErrorState, getShowFocusedIcons, getShowFocusedPickerIcon, getShowHint, getShowIcons, getShowOldValueInHover, getShowOverIcons, getShowPending, getShowPickerIcon, getShowRTL, getShowValueIconOnly, getStartRow, getStaticHeight, getStopOnError, getSupportsCutPasteEvents, getSuppressValueIcon, getSynchronousValidation, getTabIndex, getTextAlign, getTimeFormatter, getTitle, getTitleAlign, getTitleColSpan, getTitleOrientation, getTitleVAlign, getTooltip, getTop, getType, getUseDisabledHintStyleForReadOnly, getValidateOnChange, getValidateOnExit, getValidOperators, getVAlign, getValue, getValueAsRecordList, getValueDeselectedCSSText, getValueField, getValueFieldName, getValueIconHeight, getValueIconLeftPadding, getValueIconRightPadding, getValueIconSize, getValueIconWidth, getVisible, getVisibleHeight, getVisibleTitleWidth, getVisibleWidth, getWarnOnEditorTypeConversion, getWarnOnEditorTypeConversionDefault, getWidthAsString, getWrapTitle, handleWarnOnEditorTypeConversion, hasAdvancedCriteria, hasErrors, hide, hideIcon, invalidateDisplayValueCache, isCreated, isCutEvent, isDisabled, isDrawn, isFocused, isInGrid, isPasteEvent, isVisible, linkToInstanceUponCreate, mapDisplayToValue, mapValueToDisplay, mapValueToDisplay, mapValueToDisplay, redraw, redraw, setAccessKey, setAlign, setAllowExpressions, setAlwaysFetchMissingValues, setApplyAlignToText, setApplyHeightToTextBox, setAriaRole, setAriaState, setAttribute, setAttribute, setAttribute, setAttribute, setAttribute, setAttribute, setAttribute, setAttribute, setAttribute, setAttribute, setAttribute, setAttribute, setAttribute, setAttribute, setAttribute, setAttribute, setAttribute, setAttribute, setAttribute, setAttribute, setAttribute, setAutoChildConstructor, setAutoChildProperties, setAutoChildProperties, setAutoChildProperties, setAutoChildVisibility, setAutoComplete, setBrowserInputType, setBrowserSpellCheck, setCanEdit, setCanEditCriterionPredicate, setCanEditOpaqueValues, setCanFocus, setCanSelectText, setCellHeight, setCellStyle, setChangeOnKeypress, setClipStaticValue, setClipTitle, setColSpan, setColSpan, setControlStyle, setCriteriaField, setCriterion, setCriterionGetter, setCriterionSetter, setCustomStateGetter, setDataPath, setDateFormatter, setDecimalPad, setDecimalPrecision, setDefaultIconSrc, setDefaultProperties, setDefaultValue, setDefaultValue, setDefaultValue, setDefaultValue, setDefaultValue, setDefaultValue, setDefaultValue, setDisabled, setDisableIconsOnReadOnly, setDisplayField, setDisplayFormat, setDisplayFormat, setEditorProperties, setEditorType, setEditorType, setEditorType, setEditorValueFormatter, setEditorValueParser, setEditPendingCSSText, setEmptyDisplayValue, setEmptyValueIcon, setEndRow, setErrorFormatter, setErrorIconHeight, setErrorIconSrc, setErrorIconWidth, setErrorMessageWidth, setErrorOrientation, setErrors, setErrors, setExportFormat, setFetchMissingValues, setFilterLocally, setForeignDisplayField, setFormat, setGlobalTabIndex, setHeight, setHeight, setHidden, setHint, setHintStyle, setHoverAlign, setHoverDelay, setHoverHeight, setHoverOpacity, setHoverStyle, setHoverVAlign, setHoverWidth, setIconDisabled, setIconHeight, setIconHSpace, setIconPrompt, setIcons, setIconVAlign, setIconWidth, setImageURLPrefix, setImageURLSuffix, setImplicitSave, setImplicitSaveOnBlur, setInitHandler, setInputFormat, setInputTransformer, setItemHoverFormatter, setItemTitleHoverFormatter, setItemValueHoverFormatter, setJavaScriptObject, setLeft, setLoadingDisplayValue, setLocateItemBy, setMultipleValueSeparator, setName, setNullProperty, setOperator, setOptionCriteria, setOptionDataSource, setOptionFilterContext, setOptionOperationId, setOriginalValueMessage, setPickerIconHeight, setPickerIconName, setPickerIconPrompt, setPickerIconProperties, setPickerIconSrc, setPickerIconStyle, setPickerIconWidth, setPrintTextBoxStyle, setPrintTitleStyle, setPrompt, setProperty, setProperty, setProperty, setProperty, setProperty, setReadOnlyDisplay, setReadOnlyHover, setReadOnlyTextBoxStyle, setRedrawOnChange, setRejectInvalidValueOnChange, setRequired, setRequiredMessage, setRowSpan, setSaveOnEnter, setScClassName, setSelectOnClick, setSelectOnFocus, setShouldSaveValue, setShowClippedTitleOnHover, setShowClippedValueOnHover, setShowDeletions, setShowDisabled, setShowErrorIcon, setShowErrorStyle, setShowErrorText, setShowFocused, setShowFocusedErrorState, setShowFocusedIcons, setShowFocusedPickerIcon, setShowHint, setShowIcons, setShowIfCondition, setShowOldValueInHover, setShowOverIcons, setShowPending, setShowPickerIcon, setShowRTL, setShowValueIconOnly, setStartRow, setStateCustomizer, setStaticHeight, setStopOnError, setSupportsCutPasteEvents, setSuppressValueIcon, setSynchronousValidation, setTabIndex, setTextAlign, setTimeFormatter, setTitle, setTitleAlign, setTitleColSpan, setTitleHoverFormatter, setTitleOrientation, setTitleVAlign, setTooltip, setTop, setType, setUseDisabledHintStyleForReadOnly, setValidateOnChange, setValidateOnExit, setValidators, setValidOperators, setVAlign, setValue, setValue, setValue, setValue, setValue, setValue, setValueDeselectedCSSText, setValueField, setValueFormatter, setValueHoverFormatter, setValueIconHeight, setValueIconLeftPadding, setValueIconMapper, setValueIconRightPadding, setValueIcons, setValueIconSize, setValueIconWidth, setValueMap, setValueMap, setVisible, setWarnOnEditorTypeConversion, setWarnOnEditorTypeConversionDefault, setWidth, setWrapTitle, shouldApplyHeightToTextBox, shouldFetchMissingValue, shouldSaveOnEnter, shouldStopKeyPressBubbling, show, showIcon, showPicker, stopHover, storeValue, storeValue, updateState, validate, valueClippedgetRef, getRef, internalSetIDapplyFactoryProperties, doAddHandler, fireEvent, getAttributeAsDoubleArray, getAttributeAsIntArray, getAttributeAsLong, getAttributeAsMap, getAttributeAsObject, getAttributeAsRecord, getAttributeAsStringArray, getAttributes, getHandlerCount, getReadOnly, isFactoryCreated, logConfiguration, setAttribute, setAttribute, setAttribute, setAttributeAsJavaObject, setFactoryCreated, setReadOnlypublic CheckboxItem()
public CheckboxItem(com.google.gwt.core.client.JavaScriptObject jsObj)
public CheckboxItem(java.lang.String name)
public CheckboxItem(java.lang.String name,
                    java.lang.String title)
public static CheckboxItem 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.AutoChildUsagepublic 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.AutoChildUsagepublic static void changeAutoChildDefaults(java.lang.String autoChildName,
                                           DrawItem defaults)
autoChildName.autoChildName - name of an AutoChild to customize the defaults for.defaults - DrawItem 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.AutoChildUsagepublic static void changePickerIconDefaults(FormItemIcon defaults)
public void setAllowEmptyValue(java.lang.Boolean allowEmptyValue)
true, false and unset.allowEmptyValue - Default value is falsepublic java.lang.Boolean getAllowEmptyValue()
true, false and unset.public void setBooleanBaseStyle(java.lang.String booleanBaseStyle)
Note : This is an advanced setting
booleanBaseStyle - See CSSStyleName . Default value is nullsetPrintBooleanBaseStyle(java.lang.String)public java.lang.String getBooleanBaseStyle()
CSSStyleNamegetPrintBooleanBaseStyle()public void setCheckedDescription(java.lang.String checkedDescription)
FormItem.showOldValueInHover is enabled and a value represents the checked state.
 Note : This is an advanced setting
checkedDescription - See HTMLString . Default value is "checked"public java.lang.String getCheckedDescription()
FormItem.showOldValueInHover is enabled and a value represents the checked state.HTMLStringpublic void setCheckedImage(java.lang.String checkedImage)
 This image is implemented using the valueIcons subsystem, and may be modified via the
 standard valueIcons properties such as valueIconWidth 
 Note that this is the base image name - if showValueIconOver et al are set, the state
 ("Over", "Down" and "Disabled") will be added to this name as the user interacts
 with the checkbox, as well as the image extension 
 The special value "blank" means that no image will be shown.
 Typically "blank" is used with a custom booleanBaseStyle to implement spriting of the checkbox. 
 When spriting is
 enabled, this property will not  be used to locate an image, instead, the image is drawn via CSS based on the  booleanBaseStyle property.
checkedImage - See SCImgURL . Default value is "[SKIN]/DynamicForm/checked.gif"setPrintCheckedImage(java.lang.String), 
Appearance overview and related methodspublic java.lang.String getCheckedImage()
 This image is implemented using the valueIcons subsystem, and may be modified via the
 standard valueIcons properties such as valueIconWidth 
 Note that this is the base image name - if showValueIconOver et al are set, the state
 ("Over", "Down" and "Disabled") will be added to this name as the user interacts
 with the checkbox, as well as the image extension 
 The special value "blank" means that no image will be shown.
 Typically "blank" is used with a custom booleanBaseStyle to implement spriting of the checkbox. 
 When spriting is
 enabled, this property will not  be used to locate an image, instead, the image is drawn via CSS based on the  booleanBaseStyle property.
SCImgURLgetPrintCheckedImage(), 
Appearance overview and related methodspublic void setEditProxyConstructor(java.lang.String editProxyConstructor)
EditProxy for this component when the component is
 first placed into edit mode.setEditProxyConstructor in class FormItemeditProxyConstructor - See SCClassName . Default value is "CheckboxItemEditProxy"public java.lang.String getEditProxyConstructor()
EditProxy for this component when the component is
 first placed into edit mode.getEditProxyConstructor in class FormItemSCClassNamepublic void setLabelAsTitle(java.lang.Boolean labelAsTitle)
showTitle:true,
 and so takes up two cells with the default TitleOrientation of "left" (see form layout\n overview).  However, the title cell is left blank by default, and the
 title specified by FormItem.title is shown inside the
 formItem's cell instead, in an element called the "label".  To instead show the title in it's original location, set
 labelAsTitle:true. You can also set showLabel:false to suppress the label and/or title
 altogether.
labelAsTitle - Default value is nullpublic java.lang.Boolean getLabelAsTitle()
showTitle:true,
 and so takes up two cells with the default TitleOrientation of "left" (see form layout\n overview).  However, the title cell is left blank by default, and the
 title specified by FormItem.title is shown inside the
 formItem's cell instead, in an element called the "label".  To instead show the title in it's original location, set
 labelAsTitle:true. You can also set showLabel:false to suppress the label and/or title
 altogether.
public void setPartialSelectedDescription(java.lang.String partialSelectedDescription)
FormItem.showOldValueInHover is enabled and a value represents the partial selected state.
 Note : This is an advanced setting
partialSelectedDescription - See HTMLString . Default value is "partially selected"public java.lang.String getPartialSelectedDescription()
FormItem.showOldValueInHover is enabled and a value represents the partial selected state.HTMLStringpublic void setPartialSelectedImage(java.lang.String partialSelectedImage)
 The special value "blank" means that no image
 will be shown. Typically "blank" is used with a custom booleanBaseStyle to implement spriting of the
 checkbox. 
 When spriting is enabled, this property will not  be used to
 locate an image, instead, the image is drawn via CSS based on the  booleanBaseStyle property.
partialSelectedImage - See SCImgURL . Default value is "[SKIN]/DynamicForm/partialcheck.gif"setPrintPartialSelectedImage(java.lang.String), 
Appearance overview and related methodspublic java.lang.String getPartialSelectedImage()
 The special value "blank" means that no image
 will be shown. Typically "blank" is used with a custom booleanBaseStyle to implement spriting of the
 checkbox. 
 When spriting is enabled, this property will not  be used to
 locate an image, instead, the image is drawn via CSS based on the  booleanBaseStyle property.
SCImgURLgetPrintPartialSelectedImage(), 
Appearance overview and related methodspublic void setPrintBooleanBaseStyle(java.lang.String printBooleanBaseStyle)
printBooleanBaseStyle - See CSSStyleName . Default value is nullsetBooleanBaseStyle(java.lang.String), 
Printing overview and related methodspublic java.lang.String getPrintBooleanBaseStyle()
booleanBaseStyle to use
 when printing.CSSStyleNamegetBooleanBaseStyle(), 
Printing overview and related methodspublic void setPrintCheckedImage(java.lang.String printCheckedImage)
checkedImage to use when printing.printCheckedImage - See SCImgURL . Default value is nullsetCheckedImage(java.lang.String), 
Printing overview and related methodspublic java.lang.String getPrintCheckedImage()
checkedImage to use when printing.SCImgURLgetCheckedImage(), 
Printing overview and related methodspublic void setPrintPartialSelectedImage(java.lang.String printPartialSelectedImage)
partialSelectedImage to
 use when printing.printPartialSelectedImage - See SCImgURL . Default value is nullsetPartialSelectedImage(java.lang.String), 
Printing overview and related methodspublic java.lang.String getPrintPartialSelectedImage()
partialSelectedImage to
 use when printing.SCImgURLgetPartialSelectedImage(), 
Printing overview and related methodspublic void setPrintUncheckedImage(java.lang.String printUncheckedImage)
uncheckedImage to use when
 printing.printUncheckedImage - See SCImgURL . Default value is nullsetUncheckedImage(java.lang.String), 
Printing overview and related methodspublic java.lang.String getPrintUncheckedImage()
uncheckedImage to use when
 printing.SCImgURLgetUncheckedImage(), 
Printing overview and related methodspublic void setPrintUnsetImage(java.lang.String printUnsetImage)
unsetImage to use when printing.printUnsetImage - See SCImgURL . Default value is nullsetUnsetImage(java.lang.String), 
Printing overview and related methodspublic java.lang.String getPrintUnsetImage()
unsetImage to use when printing.SCImgURLgetUnsetImage(), 
Printing overview and related methodspublic void setShowLabel(java.lang.Boolean showLabel)
showLabel - Default value is truepublic java.lang.Boolean getShowLabel()
public void setShowTitle(java.lang.Boolean showTitle)
labelAsTitle.setShowTitle in class FormItemshowTitle - Default value is truepublic java.lang.Boolean getShowTitle()
labelAsTitle.getShowTitle in class FormItempublic void setShowValueIconDisabled(java.lang.Boolean showValueIconDisabled)
Note : This is an advanced setting
showValueIconDisabled - Default value is truepublic java.lang.Boolean getShowValueIconDisabled()
public void setShowValueIconDown(java.lang.Boolean showValueIconDown)
Note : This is an advanced setting
showValueIconDown - Default value is truepublic java.lang.Boolean getShowValueIconDown()
public void setShowValueIconOver(java.lang.Boolean showValueIconOver)
Note : This is an advanced setting
showValueIconOver - Default value is truepublic java.lang.Boolean getShowValueIconOver()
public void setTextBoxStyle(java.lang.String textBoxStyle)
setTextBoxStyle in class FormItemtextBoxStyle - See FormItemBaseStyle . Default value is "labelAnchor"Appearance overview and related methodspublic java.lang.String getTextBoxStyle()
getTextBoxStyle in class FormItemFormItemBaseStyleAppearance overview and related methodspublic void setTitleStyle(java.lang.String titleStyle)
 Note: This styling applies to the standard form item title cell
 for this item - it does not apply to item's label. To modify the styling for that text, use textBoxStyle instead.
setTitleStyle in class FormItemtitleStyle - See FormItemBaseStyle . Default value is nullAppearance overview and related methodspublic java.lang.String getTitleStyle()
 Note: This styling applies to the standard form item title cell
 for this item - it does not apply to item's label. To modify the styling for that text, use textBoxStyle instead.
getTitleStyle in class FormItemFormItemBaseStyleAppearance overview and related methodspublic void setUncheckedDescription(java.lang.String uncheckedDescription)
FormItem.showOldValueInHover is enabled and a value represents the unchecked state.
 Note : This is an advanced setting
uncheckedDescription - See HTMLString . Default value is "unchecked"public java.lang.String getUncheckedDescription()
FormItem.showOldValueInHover is enabled and a value represents the unchecked state.HTMLStringpublic void setUncheckedImage(java.lang.String uncheckedImage)
 The special value "blank" means that
 no image will be shown. Typically "blank" is used with a custom booleanBaseStyle to implement spriting of the
 checkbox. 
 When spriting is enabled, this property will not  be used to
 locate an image, instead, the image is drawn via CSS based on the  booleanBaseStyle property.
uncheckedImage - See SCImgURL . Default value is "[SKIN]/DynamicForm/unchecked.gif"setPrintUncheckedImage(java.lang.String), 
Appearance overview and related methodspublic java.lang.String getUncheckedImage()
 The special value "blank" means that
 no image will be shown. Typically "blank" is used with a custom booleanBaseStyle to implement spriting of the
 checkbox. 
 When spriting is enabled, this property will not  be used to
 locate an image, instead, the image is drawn via CSS based on the  booleanBaseStyle property.
SCImgURLgetPrintUncheckedImage(), 
Appearance overview and related methodspublic void setUnsetDescription(java.lang.String unsetDescription)
FormItem.showOldValueInHover is enabled and a value represents the unset state.
 Note : This is an advanced setting
unsetDescription - See HTMLString . Default value is "unset"public java.lang.String getUnsetDescription()
FormItem.showOldValueInHover is enabled and a value represents the unset state.HTMLStringpublic void setUnsetImage(java.lang.String unsetImage)
showUnsetImage is false or allowEmptyValue is false the uncheckedImage will be used for null values
 rather than this image.  The special value "blank" means that no image will be shown. Typically "blank" is used with
 a custom booleanBaseStyle to implement
 spriting of the checkbox. 
 When spriting is enabled, this property will not
 be used to locate an image, instead, the image is drawn via CSS based on the  booleanBaseStyle property.
unsetImage - See SCImgURL . Default value is "[SKIN]/DynamicForm/unsetcheck.gif"Appearance overview and related methodspublic java.lang.String getUnsetImage()
showUnsetImage is false or allowEmptyValue is false the uncheckedImage will be used for null values
 rather than this image.  The special value "blank" means that no image will be shown. Typically "blank" is used with
 a custom booleanBaseStyle to implement
 spriting of the checkbox. 
 When spriting is enabled, this property will not
 be used to locate an image, instead, the image is drawn via CSS based on the  booleanBaseStyle property.
SCImgURLAppearance overview and related methodspublic void setWidth(int width)
label. Note that if showLabel is false, this property will have no effect
 - the item will render at the size required to contain the icon.setWidth in class FormItemwidth - Default value is 150FormLayout overview and related methods, 
Spanning Examplepublic int getWidth()
label. Note that if showLabel is false, this property will have no effect
 - the item will render at the size required to contain the icon.getWidth in class FormItemFormLayout overview and related methods, 
Spanning Examplepublic boolean pendingStatusChanged(DynamicForm form, FormItem item, boolean pendingStatus, java.lang.Object newValue, java.lang.Object value)
showPending is
 enabled and this checkbox item should either clear or show its pending visual state.  The default behavior is that
 the cellStyle and checkbox label style are updated
 to include/exclude the "Pending" suffix. Returning false will cancel this default behavior.
form - the managing DynamicForm instance.item - the form item itself (also available as "this").pendingStatus - true if the item should show its pending visual state; false otherwise.newValue - the current form item value.value - the value that would be restored by a call to DynamicForm.resetValues().false to cancel the default behavior.public static void setDefaultProperties(CheckboxItem checkboxItemProperties)
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.
checkboxItemProperties - properties that should be used as new defaults when instances of this class are createdSGWTPropertiespublic void setShowUnsetImage(java.lang.Boolean showUnsetImage)
unsetImage for null values, or false to use the uncheckedImage for both null and explicitly unchecked values.  If this attribute is not set, the unsetImage for null values if  allowEmptyValue is true for this item, otherwise the unchecked image will be used.
showUnsetImage - showUnsetImage Default value is IRApublic java.lang.Boolean getValueAsBoolean()