Class SplibRecord
java.lang.Object
jp.ecuacion.splib.core.record.SplibRecord
Provides a store which holds info about single something.
Records are included in form.
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionConstructs a new instance.SplibRecord(DatetimeFormatParameters params) Constructs a new instance.withDatetimeFormatParameters. -
Method Summary
Modifier and TypeMethodDescriptiongetBooleanDropdownList(Locale locale, String fieldName, String options) Returns boolean dropdown list.getIds()default method.default method.getStringLength(String itemName) Gets string length.Gets value from itemPropertyPath.voidsetDateTimeFormatParams(DatetimeFormatParameters dateTimeFormatParams)
-
Field Details
-
dateTimeFormatParams
-
-
Constructor Details
-
SplibRecord
public SplibRecord()Constructs a new instance. -
SplibRecord
Constructs a new instance.withDatetimeFormatParameters.- Parameters:
params-DatetimeFormatParameters
-
-
Method Details
-
getDateTimeFormatParams
-
setDateTimeFormatParams
-
getStringLength
-
getStringLengthMap
-
getValue
-
getBooleanDropdownList
-
getIds
default method. -
getOptimisticLockVersions
default method.
-