Package com.smartgwt.client.widgets.form
Class FormItemEventInfo
java.lang.Object
com.smartgwt.client.core.JsObject
com.smartgwt.client.core.DataClass
com.smartgwt.client.widgets.form.FormItemEventInfo
- All Implemented Interfaces:
HasHandlers
A class containing details for mouse events occurring over a FormItem.
- See Also:
-
Field Summary
Fields inherited from class com.smartgwt.client.core.DataClass
factoryCreated, factoryProperties
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptiongetIcon()
If this event occurred over a formItemIcon this attribute contains thename
of the icon.getItem()
Item over which the event occurred.True if the event occurred over the main body of the item (for example the text-box), rather than over the title or within the form item's cell in the DynamicForm but outside the text box area.True if the event occurred over the items title.Methods inherited from class com.smartgwt.client.core.DataClass
applyFactoryProperties, doAddHandler, 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
-
Constructor Details
-
FormItemEventInfo
-
-
Method Details
-
getItem
Item over which the event occurred.- Returns:
- item over which the event occurred.
-
isOverItem
True if the event occurred over the main body of the item (for example the text-box), rather than over the title or within the form item's cell in the DynamicForm but outside the text box area.- Returns:
- true if the event occurred over the main body of the item
-
isOverTitle
True if the event occurred over the items title.- Returns:
- true if the event occurred over the items title.
-
getIcon
If this event occurred over a formItemIcon this attribute contains thename
of the icon.- Returns:
- the form item icon name
-