Class BaseDateFDSTableSchemaField
java.lang.Object
com.liferay.frontend.data.set.view.table.FDSTableSchemaField
com.liferay.frontend.data.set.view.table.BaseDateFDSTableSchemaField
- Direct Known Subclasses:
DateFDSTableSchemaField
,DateTimeFDSTableSchemaField
-
Nested Class Summary
Nested classes/interfaces inherited from class com.liferay.frontend.data.set.view.table.FDSTableSchemaField
FDSTableSchemaField.SortingOrder
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptioncom.liferay.portal.kernel.json.JSONObject
void
setFormat
(com.liferay.portal.kernel.json.JSONObject formatJSONObject) void
setTimeZoneBehavior
(String timeZoneBehavior) com.liferay.portal.kernel.json.JSONObject
Methods inherited from class com.liferay.frontend.data.set.view.table.FDSTableSchemaField
getActionId, getContentRenderer, getContentRendererModuleURL, getFieldName, getLabel, getSortingOrder, isContentRendererClientExtension, isLocalizeLabel, isSortable, setActionId, setContentRenderer, setContentRendererClientExtension, setContentRendererModuleURL, setFieldName, setLabel, setLocalizeLabel, setSortable, setSortingOrder
-
Constructor Details
-
BaseDateFDSTableSchemaField
public BaseDateFDSTableSchemaField()
-
-
Method Details
-
getFormat
public com.liferay.portal.kernel.json.JSONObject getFormat() -
getTimeZoneBehavior
-
setFormat
public void setFormat(com.liferay.portal.kernel.json.JSONObject formatJSONObject) -
setTimeZoneBehavior
-
toJSONObject
public com.liferay.portal.kernel.json.JSONObject toJSONObject()- Overrides:
toJSONObject
in classFDSTableSchemaField
-