Package io.jmix.flowui.facet.settings
Class FragmentSettingsJson
java.lang.Object
io.jmix.flowui.facet.settings.AbstractUiComponentSettings<S>
io.jmix.flowui.facet.settings.AbstractUiComponentSettingsJson<FragmentSettings,FragmentSettingsJson>
io.jmix.flowui.facet.settings.FragmentSettingsJson
- All Implemented Interfaces:
FragmentSettings,UiComponentSettings<FragmentSettings>
public class FragmentSettingsJson
extends AbstractUiComponentSettingsJson<FragmentSettings,FragmentSettingsJson>
implements FragmentSettings
FragmentSettings that uses JSON structure.-
Field Summary
Fields inherited from class io.jmix.flowui.facet.settings.AbstractUiComponentSettingsJson
gson, rootFields inherited from class io.jmix.flowui.facet.settings.AbstractUiComponentSettings
modified, ownerId -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class io.jmix.flowui.facet.settings.AbstractUiComponentSettingsJson
checkNotNullGetConditions, checkNotNullPutConditions, delete, delete, getBoolean, getDouble, getInteger, getJsonSettings, getLong, getObject, getObjectOrCreate, getSettings, getSettingsOrCreate, getString, initGson, initialize, initRoot, isValueNull, put, put, put, put, put, put, put, put, serializeMethods inherited from class io.jmix.flowui.facet.settings.AbstractUiComponentSettings
getOwnerId, isModified, setModifiedMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface io.jmix.flowui.facet.settings.UiComponentSettings
delete, delete, getBoolean, getDouble, getInteger, getLong, getOwnerId, getSettings, getSettingsOrCreate, getString, initialize, isModified, put, put, put, put, put, put, serialize, setModified
-
Constructor Details
-
FragmentSettingsJson
-