

Public Member Functions | |
| LabelValueGrid () | |
| String | getLabelStyle () |
| void | setLabelStyle (String labelStyle) |
| String | getValueStyle () |
| void | setValueStyle (String valueStyle) |
| LabelValueRow | addLabelValue (HtmlBasedComponent label, HtmlBasedComponent value) |
| LabelValueRow | addCaptionValue (HtmlBasedComponent caption, HtmlBasedComponent value) |
| LabelValueRow | addButton (HtmlBasedComponent button) |
| void | addSpace (String spacing) |
Definition at line 30 of file LabelValueGrid.java.
| org.turro.zkoss.label.LabelValueGrid.LabelValueGrid | ( | ) |
Definition at line 35 of file LabelValueGrid.java.
| LabelValueRow org.turro.zkoss.label.LabelValueGrid.addButton | ( | HtmlBasedComponent | button | ) |
Definition at line 93 of file LabelValueGrid.java.
| LabelValueRow org.turro.zkoss.label.LabelValueGrid.addCaptionValue | ( | HtmlBasedComponent | caption, |
| HtmlBasedComponent | value | ||
| ) |
Definition at line 71 of file LabelValueGrid.java.
| LabelValueRow org.turro.zkoss.label.LabelValueGrid.addLabelValue | ( | HtmlBasedComponent | label, |
| HtmlBasedComponent | value | ||
| ) |
Definition at line 57 of file LabelValueGrid.java.
| void org.turro.zkoss.label.LabelValueGrid.addSpace | ( | String | spacing | ) |
Definition at line 107 of file LabelValueGrid.java.
| String org.turro.zkoss.label.LabelValueGrid.getLabelStyle | ( | ) |
Definition at line 41 of file LabelValueGrid.java.
| String org.turro.zkoss.label.LabelValueGrid.getValueStyle | ( | ) |
Definition at line 49 of file LabelValueGrid.java.
| void org.turro.zkoss.label.LabelValueGrid.setLabelStyle | ( | String | labelStyle | ) |
Definition at line 45 of file LabelValueGrid.java.
| void org.turro.zkoss.label.LabelValueGrid.setValueStyle | ( | String | valueStyle | ) |
Definition at line 53 of file LabelValueGrid.java.