public class PresentationsImpl extends io.jmix.uidata.TablePresentationsImpl implements Presentations
| Modifier and Type | Field and Description |
|---|---|
protected io.jmix.core.common.xmlparsing.Dom4jTools |
dom4jTools |
| Constructor and Description |
|---|
PresentationsImpl(io.jmix.ui.component.Component c) |
| Modifier and Type | Method and Description |
|---|---|
org.dom4j.Element |
getSettings(io.jmix.ui.presentation.model.TablePresentation p)
Returns user settings for the selected presentation or
null
if the presentation doesn't exist or if the presentation doesn't contain any settings. |
void |
setSettings(io.jmix.ui.presentation.model.TablePresentation p,
org.dom4j.Element e)
Sets user settings for the selected presentation.
|
add, addListener, checkLoad, clearCommitList, commit, commited, create, fireCurrentPresentationChanged, fireDefaultPresentationChanged, firePresentationsSetChanged, getCaption, getCurrent, getDefault, getPresentation, getPresentationByName, getPresentationIds, getSettingsString, isAutoSave, isGlobal, modify, persistDefaultPresentation, remove, removeListener, setCurrent, setDefault, setSettingsclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitadd, addListener, commit, create, getCaption, getCurrent, getDefault, getPresentation, getPresentationByName, getPresentationIds, getSettingsString, isAutoSave, isGlobal, modify, remove, removeListener, setCurrent, setDefault, setSettingspublic org.dom4j.Element getSettings(io.jmix.ui.presentation.model.TablePresentation p)
Presentationsnull
if the presentation doesn't exist or if the presentation doesn't contain any settings.getSettings in interface Presentationspublic void setSettings(io.jmix.ui.presentation.model.TablePresentation p,
org.dom4j.Element e)
PresentationssetSettings in interface Presentations