public class PbDateTimePicker extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
PbDateTimePicker.LabelPosition |
static class |
PbDateTimePicker.WithTimeZone |
| Constructor and Description |
|---|
PbDateTimePicker() |
public String getCssClasses()
public void setCssClasses(String cssClasses)
public Boolean getHidden()
public void setHidden(Boolean hidden)
public Boolean getReadOnly()
public void setReadOnly(Boolean readOnly)
public Boolean getRequired()
public void setRequired(Boolean required)
public Boolean getLabelHidden()
public void setLabelHidden(Boolean labelHidden)
public Boolean getInlineInput()
public void setInlineInput(Boolean inlineInput)
public String getLabel()
public void setLabel(String label)
public PbDateTimePicker.LabelPosition getLabelPosition()
public void setLabelPosition(PbDateTimePicker.LabelPosition labelPosition)
public Double getLabelWidth()
public void setLabelWidth(Double labelWidth)
public PbDateTimePicker.WithTimeZone getWithTimeZone()
public void setWithTimeZone(PbDateTimePicker.WithTimeZone withTimeZone)
public String getValue()
public void setValue(String value)
public String getDateFormat()
public void setDateFormat(String dateFormat)
public String getPlaceholder()
public void setPlaceholder(String placeholder)
public String getTimeFormat()
public void setTimeFormat(String timeFormat)
public String getTimePlaceholder()
public void setTimePlaceholder(String timePlaceholder)
public Boolean getShowToday()
public void setShowToday(Boolean showToday)
public String getTodayLabel()
public void setTodayLabel(String todayLabel)
public Boolean getShowNow()
public void setShowNow(Boolean showNow)
public String getNowLabel()
public void setNowLabel(String nowLabel)
Copyright © 2021. All rights reserved.