public class PbText extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
PbText.Alignment |
static class |
PbText.LabelPosition |
| Constructor and Description |
|---|
PbText() |
| Modifier and Type | Method and Description |
|---|---|
PbText.Alignment |
getAlignment() |
Boolean |
getAllowHTML() |
String |
getCssClasses() |
Boolean |
getHidden() |
String |
getLabel() |
Boolean |
getLabelHidden() |
PbText.LabelPosition |
getLabelPosition() |
Double |
getLabelWidth() |
String |
getText() |
void |
setAlignment(PbText.Alignment alignment) |
void |
setAllowHTML(Boolean allowHTML) |
void |
setCssClasses(String cssClasses) |
void |
setHidden(Boolean hidden) |
void |
setLabel(String label) |
void |
setLabelHidden(Boolean labelHidden) |
void |
setLabelPosition(PbText.LabelPosition labelPosition) |
void |
setLabelWidth(Double labelWidth) |
void |
setText(String text) |
public String getCssClasses()
public void setCssClasses(String cssClasses)
cssClasses - The cssClassespublic Boolean getHidden()
public void setHidden(Boolean hidden)
hidden - The hiddenpublic Boolean getLabelHidden()
public void setLabelHidden(Boolean labelHidden)
labelHidden - The labelHiddenpublic String getLabel()
public void setLabel(String label)
label - The labelpublic PbText.LabelPosition getLabelPosition()
public void setLabelPosition(PbText.LabelPosition labelPosition)
labelPosition - The labelPositionpublic Double getLabelWidth()
public void setLabelWidth(Double labelWidth)
labelWidth - The labelWidthpublic Boolean getAllowHTML()
public void setAllowHTML(Boolean allowHTML)
allowHTML - The allowHTMLpublic String getText()
public void setText(String text)
text - The textpublic PbText.Alignment getAlignment()
public void setAlignment(PbText.Alignment alignment)
alignment - The alignmentCopyright © 2020. All rights reserved.