Uses of Class
de.hybris.platform.cockpit.components.sectionpanel.Message
-
-
Uses of Message in de.hybris.platform.cmscockpit.components.contentbrowser
Methods in de.hybris.platform.cmscockpit.components.contentbrowser that return Message Modifier and Type Method Description static MessageComponentInjectorHelper. createAnErrorMessage(java.lang.Exception exception) -
Uses of Message in de.hybris.platform.cmscockpit.components.contentbrowser.message
Methods in de.hybris.platform.cmscockpit.components.contentbrowser.message with parameters of type Message Modifier and Type Method Description voidContentEditorMessageRenderer. render(org.zkoss.zk.ui.Component parent, Message message)voidMessageRenderer. render(org.zkoss.zk.ui.Component parent, Message message)Renders passed message accordingly to its level. -
Uses of Message in de.hybris.platform.cockpit.components.sectionpanel
Methods in de.hybris.platform.cockpit.components.sectionpanel that return types with arguments of type Message Modifier and Type Method Description java.util.List<Message>AbstractSectionPanelModel. getMessages()java.util.List<Message>SectionPanel. getMessages()java.util.List<Message>SectionPanelModel. getMessages()Methods in de.hybris.platform.cockpit.components.sectionpanel with parameters of type Message Modifier and Type Method Description voidAbstractSectionPanelModel. addMessage(Message msg)voidAbstractSectionPanelModel. hideMessage(Message msg)voidAbstractSectionPanelModel. showMessage(Message msg)Method parameters in de.hybris.platform.cockpit.components.sectionpanel with type arguments of type Message Modifier and Type Method Description voidDefaultMessageBoxRenderer. render(SectionPanel panel, org.zkoss.zk.ui.Component parent, java.util.List<Message> messages)voidMessageBoxRenderer. render(SectionPanel panel, org.zkoss.zk.ui.Component parent, java.util.List<Message> messages)
-