public class PbDatePicker extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
PbDatePicker.LabelPosition |
| Constructor and Description |
|---|
PbDatePicker() |
| Modifier and Type | Method and Description |
|---|---|
String |
getCssClasses() |
String |
getDateFormat() |
Boolean |
getHidden() |
String |
getLabel() |
Boolean |
getLabelHidden() |
PbDatePicker.LabelPosition |
getLabelPosition() |
Double |
getLabelWidth() |
String |
getPlaceholder() |
Boolean |
getReadOnly() |
Boolean |
getRequired() |
Boolean |
getShowToday() |
String |
getTodayLabel() |
String |
getValue() |
void |
setCssClasses(String cssClasses) |
void |
setDateFormat(String dateFormat) |
void |
setHidden(Boolean hidden) |
void |
setLabel(String label) |
void |
setLabelHidden(Boolean labelHidden) |
void |
setLabelPosition(PbDatePicker.LabelPosition labelPosition) |
void |
setLabelWidth(Double labelWidth) |
void |
setPlaceholder(String placeholder) |
void |
setReadOnly(Boolean readOnly) |
void |
setRequired(Boolean required) |
void |
setShowToday(Boolean showToday) |
void |
setTodayLabel(String todayLabel) |
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 getReadOnly()
public void setReadOnly(Boolean readOnly)
readOnly - The readOnlypublic Boolean getRequired()
public void setRequired(Boolean required)
required - The requiredpublic Boolean getLabelHidden()
public void setLabelHidden(Boolean labelHidden)
labelHidden - The labelHiddenpublic String getLabel()
public void setLabel(String label)
label - The labelpublic PbDatePicker.LabelPosition getLabelPosition()
public void setLabelPosition(PbDatePicker.LabelPosition labelPosition)
labelPosition - The labelPositionpublic Double getLabelWidth()
public void setLabelWidth(Double labelWidth)
labelWidth - The labelWidthpublic String getValue()
public void setValue(String value)
value - The valuepublic String getDateFormat()
public void setDateFormat(String dateFormat)
dateFormat - The dateFormatpublic String getPlaceholder()
public void setPlaceholder(String placeholder)
placeholder - The placeholderpublic Boolean getShowToday()
public void setShowToday(Boolean showToday)
showToday - The showTodaypublic String getTodayLabel()
public void setTodayLabel(String todayLabel)
todayLabel - The todayLabelCopyright © 2020. All rights reserved.