public class PbInput extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
PbInput.LabelPosition |
static class |
PbInput.Type |
| Constructor and Description |
|---|
PbInput() |
| Modifier and Type | Method and Description |
|---|---|
String |
getCssClasses() |
Boolean |
getHidden() |
String |
getLabel() |
Boolean |
getLabelHidden() |
PbInput.LabelPosition |
getLabelPosition() |
Double |
getLabelWidth() |
Double |
getMax() |
Double |
getMaxLength() |
Double |
getMin() |
Double |
getMinLength() |
String |
getPlaceholder() |
Boolean |
getReadOnly() |
Boolean |
getRequired() |
Double |
getStep() |
PbInput.Type |
getType() |
String |
getValue() |
void |
setCssClasses(String cssClasses) |
void |
setHidden(Boolean hidden) |
void |
setLabel(String label) |
void |
setLabelHidden(Boolean labelHidden) |
void |
setLabelPosition(PbInput.LabelPosition labelPosition) |
void |
setLabelWidth(Double labelWidth) |
void |
setMax(Double max) |
void |
setMaxLength(Double maxLength) |
void |
setMin(Double min) |
void |
setMinLength(Double minLength) |
void |
setPlaceholder(String placeholder) |
void |
setReadOnly(Boolean readOnly) |
void |
setRequired(Boolean required) |
void |
setStep(Double step) |
void |
setType(PbInput.Type type) |
void |
setValue(String value) |
public String getCssClasses()
public void setCssClasses(String cssClasses)
public Boolean getHidden()
public void setHidden(Boolean hidden)
public Boolean getRequired()
public void setRequired(Boolean required)
public Double getMinLength()
public void setMinLength(Double minLength)
public Double getMaxLength()
public void setMaxLength(Double maxLength)
public Boolean getReadOnly()
public void setReadOnly(Boolean readOnly)
public Boolean getLabelHidden()
public void setLabelHidden(Boolean labelHidden)
public String getLabel()
public void setLabel(String label)
public PbInput.LabelPosition getLabelPosition()
public void setLabelPosition(PbInput.LabelPosition labelPosition)
public Double getLabelWidth()
public void setLabelWidth(Double labelWidth)
public String getPlaceholder()
public void setPlaceholder(String placeholder)
public String getValue()
public void setValue(String value)
public PbInput.Type getType()
public void setType(PbInput.Type type)
public Double getMin()
public void setMin(Double min)
public Double getMax()
public void setMax(Double max)
public Double getStep()
public void setStep(Double step)
Copyright © 2021. All rights reserved.