18 package org.turro.financials.document.action;
20 import org.turro.action.AbstractAction;
21 import org.turro.financials.document.DocumentRegisterView;
22 import org.turro.financials.entity.Document;
23 import org.turro.i18n.I_;
24 import org.turro.zkoss.dialog.SelectionDialog;
25 import org.turro.zul.frame.Framework;
34 public Object
execute(org.turro.command.Context context) {
44 return I_.
get(
"Register");
49 return "/_zul/images/register.png";
Object execute(org.turro.command.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()