org.kie.guvnor.projecteditor.client.widgets
Class ListFormComboPanel<T extends org.kie.guvnor.project.model.HasListFormComboPanelProperties>
java.lang.Object
org.kie.guvnor.projecteditor.client.widgets.ListFormComboPanel<T>
- All Implemented Interfaces:
- com.google.gwt.user.client.ui.IsWidget, ListFormComboPanelView.Presenter
- Direct Known Subclasses:
- KModuleEditorPanel, KSessionsPanel
public abstract class ListFormComboPanel<T extends org.kie.guvnor.project.model.HasListFormComboPanelProperties>
- extends Object
- implements com.google.gwt.user.client.ui.IsWidget, ListFormComboPanelView.Presenter
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
view
protected final ListFormComboPanelView view
ListFormComboPanel
public ListFormComboPanel(ListFormComboPanelView view,
Form<T> form,
FormPopup namePopup)
asWidget
public com.google.gwt.user.client.ui.Widget asWidget()
- Specified by:
asWidget
in interface com.google.gwt.user.client.ui.IsWidget
setItems
public void setItems(Map<String,T> sessions)
onSelect
public void onSelect(String fullName)
- Specified by:
onSelect
in interface ListFormComboPanelView.Presenter
onAdd
public void onAdd()
- Specified by:
onAdd
in interface ListFormComboPanelView.Presenter
onRename
public void onRename()
- Specified by:
onRename
in interface ListFormComboPanelView.Presenter
createNew
protected abstract T createNew(String name)
onRemove
public void onRemove()
- Specified by:
onRemove
in interface ListFormComboPanelView.Presenter
onMakeDefault
public void onMakeDefault()
- Specified by:
onMakeDefault
in interface ListFormComboPanelView.Presenter
Copyright © 2001-2013 JBoss by Red Hat. All Rights Reserved.