public class DefaultPreferenceForm extends Object
Modifier and Type | Class and Description |
---|---|
static interface |
DefaultPreferenceForm.View |
Modifier and Type | Field and Description |
---|---|
static String |
IDENTIFIER |
Constructor and Description |
---|
DefaultPreferenceForm(DefaultPreferenceForm.View view,
org.jboss.errai.ui.client.local.spi.TranslationService translationService) |
Modifier and Type | Method and Description |
---|---|
PropertyEditorEvent |
generatePropertyEditorEvent() |
BasePreferencePortable<?> |
getPreference() |
PropertyEditorType |
getPropertyEditorType(PropertyFormType propertyFormType) |
String |
getTitle() |
org.jboss.errai.ui.client.local.api.IsElement |
getView() |
void |
hierarchyItemFormInitializationEvent(HierarchyItemFormInitializationEvent event) |
void |
onStartup(PlaceRequest placeRequest) |
void |
propertyChanged(PropertyEditorChangeEvent event) |
void |
saveEvent(PreferencesCentralSaveEvent event) |
void |
undoEvent(PreferencesCentralUndoChangesEvent event) |
public static final String IDENTIFIER
@Inject public DefaultPreferenceForm(DefaultPreferenceForm.View view, org.jboss.errai.ui.client.local.spi.TranslationService translationService)
public void onStartup(PlaceRequest placeRequest)
public String getTitle()
public org.jboss.errai.ui.client.local.api.IsElement getView()
public void hierarchyItemFormInitializationEvent(@Observes HierarchyItemFormInitializationEvent event)
public PropertyEditorEvent generatePropertyEditorEvent()
public void propertyChanged(@Observes PropertyEditorChangeEvent event)
public void saveEvent(@Observes PreferencesCentralSaveEvent event)
public void undoEvent(@Observes PreferencesCentralUndoChangesEvent event)
public BasePreferencePortable<?> getPreference()
public PropertyEditorType getPropertyEditorType(PropertyFormType propertyFormType)
Copyright © 2012–2020 JBoss by Red Hat. All rights reserved.