@Dependent public class MenuItem<T> extends ListItemPresenter<Section<T>,SectionManager<T>,MenuItem.View<T>>
| Modifier and Type | Class and Description |
|---|---|
static interface |
MenuItem.View<T> |
| Constructor and Description |
|---|
MenuItem(MenuItem.View<T> view) |
| Modifier and Type | Method and Description |
|---|---|
Section<T> |
getObject() |
void |
markAsDirty(boolean dirty) |
void |
setActive() |
MenuItem<T> |
setup(Section<T> section,
SectionManager<T> settingsPresenter) |
void |
showSection() |
getView, remove, setListPresenter@Inject public MenuItem(MenuItem.View<T> view)
public void showSection()
public void markAsDirty(boolean dirty)
public MenuItem<T> setup(Section<T> section, SectionManager<T> settingsPresenter)
setup in class ListItemPresenter<Section<T>,SectionManager<T>,MenuItem.View<T>>public Section<T> getObject()
getObject in class ListItemPresenter<Section<T>,SectionManager<T>,MenuItem.View<T>>public void setActive()
Copyright © 2001–2021 JBoss by Red Hat. All rights reserved.