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, setSettings
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
add, addListener, commit, create, getCaption, getCurrent, getDefault, getPresentation, getPresentationByName, getPresentationIds, getSettingsString, isAutoSave, isGlobal, modify, remove, removeListener, setCurrent, setDefault, setSettings
public org.dom4j.Element getSettings(io.jmix.ui.presentation.model.TablePresentation p)
Presentations
null
if the presentation doesn't exist or if the presentation doesn't contain any settings.getSettings
in interface Presentations
public void setSettings(io.jmix.ui.presentation.model.TablePresentation p, org.dom4j.Element e)
Presentations
setSettings
in interface Presentations