Class CopyTextFormItemIcon
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.CopyTextFormItemIcon
- All Implemented Interfaces:
com.google.gwt.event.shared.HasHandlers
,com.smartgwt.client.widgets.form.fields.events.HasFormItemClickHandlers
public class CopyTextFormItemIcon
extends com.smartgwt.client.widgets.form.fields.FormItemIcon
An icon to be used to copy into the clipboard the value of a form item
- Since:
- 8.9
- Author:
- Marco Meschieri - LogicalDOC
-
Constructor Summary
ConstructorDescriptionThe constructor, the current item's text will be copied into the clipboard.CopyTextFormItemIcon
(String text) The constructor.CopyTextFormItemIcon
(String text, String tooltip) The constructor. -
Method Summary
Methods inherited from class com.smartgwt.client.widgets.form.fields.FormItemIcon
addFormItemClickHandler, equals, getBaseStyle, getCanFocus, getCursor, getDisabled, getDisabledCursor, getDisableOnReadOnly, getEnableWhen, getHeight, getHspace, getIconPlacement, getInline, getInlineIconAlign, getName, getNeverDisable, getOrCreateRef, getPrompt, getShowDisabledOnFocus, 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, setShowFocused, setShowFocusedWithItem, setShowIfCondition, setShowOnFocus, setShowOver, setShowOverWhen, setShowRTL, setSrc, setSrc, setTabIndex, setText, setVisibleWhen, setWidth
Methods inherited from class com.smartgwt.client.core.DataClass
applyFactoryProperties, 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, setFactoryCreated
Methods inherited from class com.smartgwt.client.core.JsObject
getJsObj, setJavaScriptObject, setJsObj
Methods inherited from class java.lang.Object
getClass, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface com.google.gwt.event.shared.HasHandlers
fireEvent
-
Constructor Details
-
CopyTextFormItemIcon
The constructor.- Parameters:
text
- the text to copy into the clipboardtooltip
- the tooltip to display
-
CopyTextFormItemIcon
The constructor.- Parameters:
text
- the text to copy into the clipboard
-
CopyTextFormItemIcon
public CopyTextFormItemIcon()The constructor, the current item's text will be copied into the clipboard.
-