Uses of Enum Class
org.hippoecm.frontend.dialog.RedrawableDialog.BarPosition
Packages that use RedrawableDialog.BarPosition
-
Uses of RedrawableDialog.BarPosition in org.hippoecm.frontend.dialog
Methods in org.hippoecm.frontend.dialog that return RedrawableDialog.BarPositionModifier and TypeMethodDescriptionstatic RedrawableDialog.BarPosition
Returns the enum constant of this class with the specified name.static RedrawableDialog.BarPosition[]
RedrawableDialog.BarPosition.values()
Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.hippoecm.frontend.dialog with parameters of type RedrawableDialog.BarPositionModifier and TypeMethodDescriptionfinal void
RedrawableDialog.addButton
(org.apache.wicket.markup.html.form.Button button, RedrawableDialog.BarPosition position) Adds aButton
to the button bar.