18 package org.turro.financials.document.action;
20 import org.turro.action.AbstractAction;
21 import org.turro.command.Context;
22 import org.turro.financials.batchof.BatchOfGrid;
23 import org.turro.financials.entity.Document;
24 import org.turro.i18n.I_;
25 import org.turro.zkoss.dialog.SelectionDialog;
26 import org.turro.zul.frame.Framework;
46 return I_.
get(
"Batch of");
51 return "/_zul/images/batchof.png";
void setDocument(Document document)
Object execute(Context context)
static String get(String msg)
static void showComponent(Page page, String title, Component component, String width, String height, final Command command)
void setDefaultBehavior(boolean defaultBehavior)
static Framework getCurrent()