public class LabelElement extends Element
| Constructor and Description |
|---|
LabelElement(Object value) |
LabelElement(Object value,
int minWidth)
Create a new label element
|
LabelElement(String value) |
LabelElement(String value,
int minWidth) |
public LabelElement(Object value, int minWidth) throws IllegalArgumentException
value - the label valueminWidth - the label minimum widthIllegalArgumentException - if the minimum width is negativepublic LabelElement(String value)
public LabelElement(String value, int minWidth)
public LabelElement(Object value)
public String getValue()
public LineRenderer renderer()
public LabelElement style(Style.Composite style)
Copyright © 2015 eXo Platform SAS. All Rights Reserved.