Package io.keikai.ui

Class ZSMessagebox

java.lang.Object
org.zkoss.zul.Messagebox
io.keikai.ui.ZSMessagebox

public class ZSMessagebox extends org.zkoss.zul.Messagebox
  • Constructor Details

    • ZSMessagebox

      public ZSMessagebox()
  • Method Details

    • show

      public static ZSMessagebox.Button show(String message, String title, ZSMessagebox.Button[] buttons, String[] btnLabels, String icon, ZSMessagebox.Button focus, org.zkoss.zk.ui.event.EventListener<ZSMessagebox.ClickEvent> listener, Map<String,String> params)
    • show

      public static ZSMessagebox.Button show(String message, String title, ZSMessagebox.Button[] buttons, String[] btnLabels, String icon, ZSMessagebox.Button focus, org.zkoss.zk.ui.event.EventListener<ZSMessagebox.ClickEvent> listener)
    • show

      public static ZSMessagebox.Button show(String message, String title, ZSMessagebox.Button[] buttons, String icon, ZSMessagebox.Button focus, org.zkoss.zk.ui.event.EventListener<ZSMessagebox.ClickEvent> listener)
    • show

      public static ZSMessagebox.Button show(String message, String title, ZSMessagebox.Button[] buttons, String icon, org.zkoss.zk.ui.event.EventListener<ZSMessagebox.ClickEvent> listener)
    • show

      public static org.zkoss.zul.Messagebox.Button show(String message, org.zkoss.zul.Messagebox.Button[] buttons, org.zkoss.zk.ui.event.EventListener<org.zkoss.zul.Messagebox.ClickEvent> listener)
    • show

      public static int show(String message, String title, int buttons, String icon)
    • show

      public static int show(String message, String title, int buttons, String icon, org.zkoss.zk.ui.event.EventListener<org.zkoss.zk.ui.event.Event> listener)
    • show

      public static int show(String message, String title, int buttons, String icon, int focus)
    • show

      public static int show(String message, String title, int buttons, String icon, int focus, org.zkoss.zk.ui.event.EventListener<org.zkoss.zk.ui.event.Event> listener)
    • show

      public static int show(String message)
    • show

      public static int show(int messageCode, Object[] args, int titleCode, int buttons, String icon)
    • show

      public static int show(int messageCode, Object[] args, int titleCode, int buttons, String icon, int focus)
    • show

      public static int show(int messageCode, Object[] args, int titleCode, int buttons, String icon, int focus, org.zkoss.zk.ui.event.EventListener<org.zkoss.zk.ui.event.Event> listener)
    • show

      public static int show(int messageCode, Object arg, int titleCode, int buttons, String icon)
    • show

      public static int show(int messageCode, Object arg, int titleCode, int buttons, String icon, int focus)
    • show

      public static int show(int messageCode, Object arg, int titleCode, int buttons, String icon, int focus, org.zkoss.zk.ui.event.EventListener<org.zkoss.zk.ui.event.Event> listener)
    • show

      public static int show(int messageCode, int titleCode, int buttons, String icon)
    • show

      public static int show(int messageCode, int titleCode, int buttons, String icon, int focus)
    • show

      public static int show(int messageCode, int titleCode, int buttons, String icon, int focus, org.zkoss.zk.ui.event.EventListener<org.zkoss.zk.ui.event.Event> listener)