Class DefaultPreferenceForm
- java.lang.Object
-
- org.uberfire.ext.preferences.client.central.form.DefaultPreferenceForm
-
public class DefaultPreferenceForm extends Object
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceDefaultPreferenceForm.View
-
Field Summary
Fields Modifier and Type Field Description static StringIDENTIFIER
-
Constructor Summary
Constructors Constructor Description DefaultPreferenceForm(DefaultPreferenceForm.View view, org.jboss.errai.ui.client.local.spi.TranslationService translationService)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description org.uberfire.ext.properties.editor.model.PropertyEditorEventgeneratePropertyEditorEvent()org.uberfire.preferences.shared.bean.BasePreferencePortable<?>getPreference()org.uberfire.ext.properties.editor.model.PropertyEditorTypegetPropertyEditorType(org.uberfire.preferences.shared.PropertyFormType propertyFormType)StringgetTitle()org.jboss.errai.ui.client.local.api.IsElementgetView()voidhierarchyItemFormInitializationEvent(HierarchyItemFormInitializationEvent event)voidonStartup(org.uberfire.mvp.PlaceRequest placeRequest)voidpropertyChanged(org.uberfire.ext.properties.editor.model.PropertyEditorChangeEvent event)voidsaveEvent(PreferencesCentralSaveEvent event)voidundoEvent(PreferencesCentralUndoChangesEvent event)
-
-
-
Field Detail
-
IDENTIFIER
public static final String IDENTIFIER
- See Also:
- Constant Field Values
-
-
Constructor Detail
-
DefaultPreferenceForm
@Inject public DefaultPreferenceForm(DefaultPreferenceForm.View view, org.jboss.errai.ui.client.local.spi.TranslationService translationService)
-
-
Method Detail
-
onStartup
public void onStartup(org.uberfire.mvp.PlaceRequest placeRequest)
-
getTitle
public String getTitle()
-
getView
public org.jboss.errai.ui.client.local.api.IsElement getView()
-
hierarchyItemFormInitializationEvent
public void hierarchyItemFormInitializationEvent(@Observes HierarchyItemFormInitializationEvent event)
-
generatePropertyEditorEvent
public org.uberfire.ext.properties.editor.model.PropertyEditorEvent generatePropertyEditorEvent()
-
propertyChanged
public void propertyChanged(@Observes org.uberfire.ext.properties.editor.model.PropertyEditorChangeEvent event)
-
saveEvent
public void saveEvent(@Observes PreferencesCentralSaveEvent event)
-
undoEvent
public void undoEvent(@Observes PreferencesCentralUndoChangesEvent event)
-
getPreference
public org.uberfire.preferences.shared.bean.BasePreferencePortable<?> getPreference()
-
getPropertyEditorType
public org.uberfire.ext.properties.editor.model.PropertyEditorType getPropertyEditorType(org.uberfire.preferences.shared.PropertyFormType propertyFormType)
-
-