This page will present the most commonly used ZKoss ZUML components as a little jumpstart getting into the language. Many components have direct HTML equivalents, so ZUML is very easy to learn if you know HTML. The full ZKoss component reference can be found here.
Without further ado, the most commonly used ZKoss components are:
ZKoss component |
HTML equivalent |
RatorSwing equivalent |
Comments |
---|---|---|---|
<label> |
<p> |
RatorLabel |
Simply displays text |
<listbox> |
<table> |
RatorTable |
Displays multiple lines of similar data |
<div> |
<div> |
RatorPanel |
Simple container (Note that ZKoss also has a <panel> component) |
<button> |
<button> |
RatorButton |
Simple button component |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|