Uses of Enum Class
br.com.davinti.vitruvio.ui.editor.FormEditorMenuEntry
Packages that use FormEditorMenuEntry
-
Uses of FormEditorMenuEntry in br.com.davinti.vitruvio.ui.editor
Methods in br.com.davinti.vitruvio.ui.editor that return FormEditorMenuEntryModifier and TypeMethodDescriptionstatic FormEditorMenuEntryReturns the enum constant of this class with the specified name.static FormEditorMenuEntry[]FormEditorMenuEntry.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in br.com.davinti.vitruvio.ui.editor with parameters of type FormEditorMenuEntryModifier and TypeMethodDescriptionbooleanFormEditorPresenter.isMenuEntryEnabled(FormEditorMenuEntry entry) booleanFormEditorPresenter.isMenuEntryVisible(FormEditorMenuEntry entry) voidFormEditorPresenter.setMenuEntryEnabled(FormEditorMenuEntry entry, boolean enabled) voidFormEditorPresenter.setMenuEntryVisible(FormEditorMenuEntry entry, boolean visible)