Class HierarchyItemFormInitializationEvent
- java.lang.Object
-
- org.uberfire.ext.preferences.client.event.AbstractHierarchyItemEvent
-
- org.uberfire.ext.preferences.client.event.HierarchyItemFormInitializationEvent
-
public class HierarchyItemFormInitializationEvent extends AbstractHierarchyItemEvent
Event fired when the item that corresponds to a preference form is selected at the preferences central perspective. Its objective is to provide a form with its necessary initialization information.
-
-
Constructor Summary
Constructors Constructor Description HierarchyItemFormInitializationEvent(org.uberfire.preferences.shared.bean.PreferenceHierarchyElement<?> hierarchyElement)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description org.uberfire.preferences.shared.bean.PreferenceHierarchyElement<?>getHierarchyElement()<T extends org.uberfire.preferences.shared.bean.BasePreferencePortable<?>>
TgetPreference()-
Methods inherited from class org.uberfire.ext.preferences.client.event.AbstractHierarchyItemEvent
getItemId
-
-