Class FDSTableSchemaField
java.lang.Object
com.liferay.frontend.data.set.view.table.FDSTableSchemaField
- Direct Known Subclasses:
BaseDateFDSTableSchemaField,StringFDSTableSchemaField
-
Nested Class Summary
Nested Classes -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetLabel()booleanbooleanbooleansetActionId(String actionId) setContentRenderer(String contentRenderer) setContentRendererClientExtension(boolean contentRendererClientExtension) setContentRendererModuleURL(String contentRendererModuleURL) setFieldName(String fieldName) setLocalizeLabel(boolean localizeLabel) setSortable(boolean sortable) setSortingOrder(FDSTableSchemaField.SortingOrder sortingOrder) com.liferay.portal.kernel.json.JSONObject
-
Constructor Details
-
FDSTableSchemaField
public FDSTableSchemaField()
-
-
Method Details
-
getActionId
-
getContentRenderer
-
getContentRendererModuleURL
-
getFieldName
-
getLabel
-
getSortingOrder
-
isContentRendererClientExtension
public boolean isContentRendererClientExtension() -
isLocalizeLabel
public boolean isLocalizeLabel() -
isSortable
public boolean isSortable() -
setActionId
-
setContentRenderer
-
setContentRendererClientExtension
public FDSTableSchemaField setContentRendererClientExtension(boolean contentRendererClientExtension) -
setContentRendererModuleURL
-
setFieldName
-
setLabel
-
setLocalizeLabel
-
setSortable
-
setSortingOrder
-
toJSONObject
public com.liferay.portal.kernel.json.JSONObject toJSONObject()
-