public interface Settings
Screen settings are saved in the database for the current user.
Modifier and Type | Method and Description |
---|---|
void |
commit()
INTERNAL.
|
void |
delete()
INTERNAL.
|
org.dom4j.Element |
get() |
org.dom4j.Element |
get(java.lang.String componentId) |
void |
setModified(boolean modified)
INTERNAL.
|
@Nonnull org.dom4j.Element get()
@Nonnull org.dom4j.Element get(java.lang.String componentId)
getSettings().get(hintBox.getId()).addAttribute("visible", "false");
void setModified(boolean modified)
void commit()
void delete()