Class QRFormItemIcon
java.lang.Object
com.smartgwt.client.core.JsObject
com.smartgwt.client.core.DataClass
com.smartgwt.client.widgets.form.fields.FormItemIcon
com.logicaldoc.gui.common.client.widgets.QRFormItemIcon
- All Implemented Interfaces:
- com.google.gwt.event.shared.HasHandlers,- com.smartgwt.client.widgets.form.fields.events.HasFormItemClickHandlers
public class QRFormItemIcon
extends com.smartgwt.client.widgets.form.fields.FormItemIcon
An icon to be used display a QR Code
- Since:
- 9.1.1
- Author:
- Marco Meschieri - LogicalDOC
- 
Constructor SummaryConstructorsConstructorDescriptionThe constructor, the current item's text will be used for the QR CodeQRFormItemIcon(String code) The constructor.QRFormItemIcon(String code, String tooltip) The constructor.
- 
Method SummaryMethods inherited from class com.smartgwt.client.widgets.form.fields.FormItemIconaddFormItemClickHandler, equals, getBaseStyle, getCanFocus, getCursor, getDisabled, getDisabledCursor, getDisableOnReadOnly, getEnableWhen, getHeight, getHspace, getIconPlacement, getInline, getInlineIconAlign, getName, getNeverDisable, getOrCreateRef, getPrompt, getShowDisabledOnFocus, getShowError, getShowFocused, getShowFocusedWithItem, getShowOnFocus, getShowOver, getShowOverWhen, getShowRTL, getSrc, getSrcAsSCStatefulImgConfig, getTabIndex, getText, getVisibleWhen, getWidth, hashCode, keyPress, setBaseStyle, setCanFocus, setCursor, setDisabled, setDisabledCursor, setDisableOnReadOnly, setEnableWhen, setHeight, setHspace, setIconPlacement, setInline, setInlineIconAlign, setName, setNeverDisable, setPrompt, setShowDisabledOnFocus, setShowError, setShowFocused, setShowFocusedWithItem, setShowIfCondition, setShowOnFocus, setShowOver, setShowOverWhen, setShowRTL, setSrc, setSrc, setTabIndex, setText, setVisibleWhen, setWidthMethods inherited from class com.smartgwt.client.core.DataClassapplyFactoryProperties, fireEvent, getAttribute, getAttributeAsBoolean, getAttributeAsBoolean, getAttributeAsDate, getAttributeAsDouble, getAttributeAsDoubleArray, getAttributeAsElement, getAttributeAsFloat, getAttributeAsInt, getAttributeAsIntArray, getAttributeAsJavaScriptObject, getAttributeAsLong, getAttributeAsMap, getAttributeAsObject, getAttributeAsRecord, getAttributeAsString, getAttributeAsStringArray, getAttributes, getHandlerCount, isFactoryCreated, setAttribute, setAttribute, setAttribute, setAttribute, setAttribute, setAttribute, setAttribute, setAttribute, setAttribute, setAttribute, setAttribute, setAttribute, setAttribute, setAttribute, setAttribute, setAttribute, setAttribute, setAttribute, setAttribute, setAttribute, setAttribute, setAttribute, setAttribute, setAttribute, setAttributeAsJavaObject, setFactoryCreatedMethods inherited from class com.smartgwt.client.core.JsObjectgetJsObj, setJavaScriptObject, setJsObjMethods inherited from class java.lang.ObjectgetClass, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface com.google.gwt.event.shared.HasHandlersfireEvent
- 
Constructor Details- 
QRFormItemIconThe constructor.- Parameters:
- code- the text to render in the QR Code
- tooltip- the tooltip to display
 
- 
QRFormItemIconThe constructor.- Parameters:
- code- the text to render in the QR Code
 
- 
QRFormItemIconpublic QRFormItemIcon()The constructor, the current item's text will be used for the QR Code
 
-