19 package org.turro.zkoss.label;
21 import java.util.function.Consumer;
22 import org.turro.string.Strings;
23 import org.zkoss.zul.Label;
32 label.setWidth(
width);
52 label.setStyle(
style);
62 label.setTooltiptext(
text);
89 label.setMultiline(
true);
95 .
value(Strings.truncateAndWarn(label.getValue(), maxChars));
104 label.setFocus(
true);
112 public Label
get(Consumer<Label> onGet) {
123 private final Label label;
126 this.label =
new Label(
text);
Labels maxlength(int maxlength)
static Labels text(String text)
Labels width(String width)
Labels height(String height)
Labels vflex(String flex)
Labels hflex(String flex)
Labels cssClass(String cssClass)
Labels style(String style)
Labels value(String text)
Labels tooltiptext(String text)