public class FormItemEventInfo extends DataClass
DynamicForm.getEventItemInfo(String)factoryCreated, factoryProperties| Constructor and Description |
|---|
FormItemEventInfo(com.google.gwt.core.client.JavaScriptObject jsObj) |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String | getIcon() If this event occurred over a formItemIcon this attribute contains the name of the icon. |
FormItem | getItem() Item over which the event occurred. |
java.lang.Boolean | 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. |
java.lang.Boolean | isOverTitle() True if the event occurred over the items title. |
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, setFactoryCreatedpublic FormItemEventInfo(com.google.gwt.core.client.JavaScriptObject jsObj)
public FormItem getItem()
public java.lang.Boolean isOverItem()
public java.lang.Boolean isOverTitle()
public java.lang.String getIcon()
name of the icon.