Uses of Class
net.n2oapp.framework.api.metadata.global.view.widget.toolbar.ConfirmType
-
Packages that use ConfirmType Package Description net.n2oapp.framework.api.metadata.global.view.widget.toolbar -
-
Uses of ConfirmType in net.n2oapp.framework.api.metadata.global.view.widget.toolbar
Methods in net.n2oapp.framework.api.metadata.global.view.widget.toolbar that return ConfirmType Modifier and Type Method Description ConfirmTypeButton. getConfirmType()static ConfirmTypeConfirmType. valueOf(String name)Returns the enum constant of this type with the specified name.static ConfirmType[]ConfirmType. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in net.n2oapp.framework.api.metadata.global.view.widget.toolbar with parameters of type ConfirmType Modifier and Type Method Description voidButton. setConfirmType(ConfirmType confirmType)
-