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)
cssClasses - The cssClassespublic Boolean getHidden()
public void setHidden(Boolean hidden)
hidden - The hiddenpublic Boolean getRequired()
public void setRequired(Boolean required)
required - The requiredpublic Double getMinLength()
public void setMinLength(Double minLength)
minLength - The minLengthpublic Double getMaxLength()
public void setMaxLength(Double maxLength)
maxLength - The maxLengthpublic Boolean getReadOnly()
public void setReadOnly(Boolean readOnly)
readOnly - The readOnlypublic Boolean getLabelHidden()
public void setLabelHidden(Boolean labelHidden)
labelHidden - The labelHiddenpublic String getLabel()
public void setLabel(String label)
label - The labelpublic PbInput.LabelPosition getLabelPosition()
public void setLabelPosition(PbInput.LabelPosition labelPosition)
labelPosition - The labelPositionpublic Double getLabelWidth()
public void setLabelWidth(Double labelWidth)
labelWidth - The labelWidthpublic String getPlaceholder()
public void setPlaceholder(String placeholder)
placeholder - The placeholderpublic String getValue()
public void setValue(String value)
value - The valuepublic PbInput.Type getType()
public void setType(PbInput.Type type)
type - The typepublic Double getMin()
public void setMin(Double min)
min - The minpublic Double getMax()
public void setMax(Double max)
max - The maxpublic Double getStep()
public void setStep(Double step)
step - The stepCopyright © 2020. All rights reserved.