Package com.alfresco.content.models
Class Settings
-
- All Implemented Interfaces:
-
android.os.Parcelable
@JsonClass(generateAdapter = true) public final class Settings implements Parcelable
Settings model
-
-
Field Summary
Fields Modifier and Type Field Description private final Stringfieldprivate final Stringpatternprivate final Stringplaceholderprivate final IntegerpageSizeprivate final Stringoperatorprivate final List<Options>optionsprivate final Integerminprivate final Integermaxprivate final Integerstepprivate final BooleanthumbLabelprivate final Stringformatprivate final StringdateFormatprivate final StringmaxDateprivate final BooleanallowUpdateOnChangeprivate final BooleanhideDefaultActionprivate final Stringunit
-
Constructor Summary
Constructors Constructor Description Settings(String field, String pattern, String placeholder, Integer pageSize, String operator, List<Options> options, Integer min, Integer max, Integer step, Boolean thumbLabel, String format, String dateFormat, String maxDate, Boolean allowUpdateOnChange, Boolean hideDefaultAction, String unit)
-
Method Summary
Modifier and Type Method Description final StringgetField()final StringgetPattern()final StringgetPlaceholder()final IntegergetPageSize()final StringgetOperator()final List<Options>getOptions()final IntegergetMin()final IntegergetMax()final IntegergetStep()final BooleangetThumbLabel()final StringgetFormat()final StringgetDateFormat()final StringgetMaxDate()final BooleangetAllowUpdateOnChange()final BooleangetHideDefaultAction()final StringgetUnit()-
-
Constructor Detail
-
Settings
Settings(String field, String pattern, String placeholder, Integer pageSize, String operator, List<Options> options, Integer min, Integer max, Integer step, Boolean thumbLabel, String format, String dateFormat, String maxDate, Boolean allowUpdateOnChange, Boolean hideDefaultAction, String unit)
-
-
Method Detail
-
getPattern
final String getPattern()
-
getPlaceholder
final String getPlaceholder()
-
getPageSize
final Integer getPageSize()
-
getOperator
final String getOperator()
-
getOptions
final List<Options> getOptions()
-
getThumbLabel
final Boolean getThumbLabel()
-
getDateFormat
final String getDateFormat()
-
getMaxDate
final String getMaxDate()
-
getAllowUpdateOnChange
final Boolean getAllowUpdateOnChange()
-
getHideDefaultAction
final Boolean getHideDefaultAction()
-
-
-
-