Class WidgetDropdownData
java.lang.Object
com.kingsrook.qqq.backend.core.model.metadata.dashboard.WidgetDropdownData
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGetter for allowBackAndForthGetter for backAndForthInvertedGetter for disableClearableGetter for foreignKeyFieldNameboolean
Getter for isRequiredgetLabel()
Getter for labelGetter for labelForNullValuegetName()
Getter for nameGetter for possibleValueSourceNameGetter for startIconNamegetType()
Getter for typegetWidth()
Getter for widthvoid
setAllowBackAndForth
(Boolean allowBackAndForth) Setter for allowBackAndForthvoid
setBackAndForthInverted
(Boolean backAndForthInverted) Setter for backAndForthInvertedvoid
setDisableClearable
(Boolean disableClearable) Setter for disableClearablevoid
setForeignKeyFieldName
(String foreignKeyFieldName) Setter for foreignKeyFieldNamevoid
setIsRequired
(boolean isRequired) Setter for isRequiredvoid
Setter for labelvoid
setLabelForNullValue
(String labelForNullValue) Setter for labelForNullValuevoid
Setter for namevoid
setPossibleValueSourceName
(String possibleValueSourceName) Setter for possibleValueSourceNamevoid
setStartIconName
(String startIconName) Setter for startIconNamevoid
setType
(WidgetDropdownType type) Setter for typevoid
Setter for widthwithAllowBackAndForth
(Boolean allowBackAndForth) Fluent setter for allowBackAndForthwithBackAndForthInverted
(Boolean backAndForthInverted) Fluent setter for backAndForthInvertedwithDisableClearable
(Boolean disableClearable) Fluent setter for disableClearablewithForeignKeyFieldName
(String foreignKeyFieldName) Fluent setter for foreignKeyFieldNamewithIsRequired
(boolean isRequired) Fluent setter for isRequiredFluent setter for labelwithLabelForNullValue
(String labelForNullValue) Fluent setter for labelForNullValueFluent setter for namewithPossibleValueSourceName
(String possibleValueSourceName) Fluent setter for possibleValueSourceNamewithStartIconName
(String startIconName) Fluent setter for startIconNamewithType
(WidgetDropdownType type) Fluent setter for typeFluent setter for width
-
Constructor Details
-
WidgetDropdownData
public WidgetDropdownData()
-
-
Method Details
-
getPossibleValueSourceName
Getter for possibleValueSourceName -
setPossibleValueSourceName
Setter for possibleValueSourceName -
withPossibleValueSourceName
Fluent setter for possibleValueSourceName -
getForeignKeyFieldName
Getter for foreignKeyFieldName -
setForeignKeyFieldName
Setter for foreignKeyFieldName -
withForeignKeyFieldName
Fluent setter for foreignKeyFieldName -
getLabel
Getter for label -
setLabel
Setter for label -
withLabel
Fluent setter for label -
getIsRequired
public boolean getIsRequired()Getter for isRequired -
setIsRequired
public void setIsRequired(boolean isRequired) Setter for isRequired -
withIsRequired
Fluent setter for isRequired -
getWidth
Getter for width -
setWidth
Setter for width -
withWidth
Fluent setter for width -
getStartIconName
Getter for startIconName -
setStartIconName
Setter for startIconName -
withStartIconName
Fluent setter for startIconName -
getAllowBackAndForth
Getter for allowBackAndForth -
setAllowBackAndForth
Setter for allowBackAndForth -
withAllowBackAndForth
Fluent setter for allowBackAndForth -
getDisableClearable
Getter for disableClearable -
setDisableClearable
Setter for disableClearable -
withDisableClearable
Fluent setter for disableClearable -
getLabelForNullValue
Getter for labelForNullValue -
setLabelForNullValue
Setter for labelForNullValue -
withLabelForNullValue
Fluent setter for labelForNullValue -
getBackAndForthInverted
Getter for backAndForthInverted -
setBackAndForthInverted
Setter for backAndForthInverted -
withBackAndForthInverted
Fluent setter for backAndForthInverted -
getType
Getter for type -
setType
Setter for type -
withType
Fluent setter for type -
getName
Getter for name -
setName
Setter for name -
withName
Fluent setter for name
-