Class EmptyCollectionOptions
java.lang.Object
com.liferay.layout.util.structure.collection.EmptyCollectionOptions
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionboolean
int
hashCode()
static EmptyCollectionOptions
of
(com.liferay.portal.kernel.json.JSONObject jsonObject) void
setDisplayMessage
(com.liferay.petra.function.UnsafeSupplier<Boolean, Exception> displayMessageUnsafeSupplier) void
setDisplayMessage
(Boolean displayMessage) void
setMessage
(com.liferay.petra.function.UnsafeSupplier<Map<String, String>, Exception> messageUnsafeSupplier) void
setMessage
(Map<String, String> message) com.liferay.portal.kernel.json.JSONObject
toString()
-
Constructor Details
-
EmptyCollectionOptions
public EmptyCollectionOptions()
-
-
Method Details
-
of
-
equals
-
getMessage
-
hashCode
public int hashCode() -
isDisplayMessage
-
setDisplayMessage
-
setDisplayMessage
-
setMessage
-
setMessage
-
toJSONObject
public com.liferay.portal.kernel.json.JSONObject toJSONObject() -
toString
-