◆ afterCompose()
void org.turro.financials.product.MovementButton.afterCompose |
( |
| ) |
|
Definition at line 48 of file MovementButton.java.
49 addEventListener(Events.ON_CLICK,
new EventListener() {
51 public void onEvent(Event event)
throws Exception {
53 HashMap<String, Object> map =
new HashMap<String, Object>();
54 map.put(
"product", product);
55 ElephantMenu.showModalZulFile(
"@" + product.
getProductString(),
"/financials/product/movement.zul", map,
null);
String getProductString()
◆ getIProduct()
IProduct org.turro.financials.product.MovementButton.getIProduct |
( |
| ) |
|
◆ setIProduct()
void org.turro.financials.product.MovementButton.setIProduct |
( |
IProduct |
product | ) |
|
Definition at line 41 of file MovementButton.java.
42 this.product = product;
43 setImage(
"/_zul/images/store.png");
44 setDisabled(product ==
null);
The documentation for this class was generated from the following file: