Class DynamicBean

java.lang.Object
io.goobi.viewer.managedbeans.DynamicBean
All Implemented Interfaces:
Serializable

@Named @ViewScoped public class DynamicBean extends Object implements Serializable
Author:
florian
See Also:
  • Constructor Details

    • DynamicBean

      public DynamicBean()
  • Method Details

    • setFormGroup

      public void setFormGroup(javax.faces.component.html.HtmlPanelGroup group)
    • setHeadGroup

      public void setHeadGroup(javax.faces.component.html.HtmlPanelGroup headGroup)
      Parameters:
      headGroup - the headGroup to set
    • getFormGroup

      public javax.faces.component.html.HtmlPanelGroup getFormGroup()
      Returns:
      the formGroup
      Throws:
      DAOException
    • getHeadGroup

      public javax.faces.component.html.HtmlPanelGroup getHeadGroup()
      Returns:
      the formGroup
      Throws:
      DAOException
    • addComponent

      public void addComponent(String id, String type, Map<String,Object> attributes)
    • receiveScriptCommand

      public void receiveScriptCommand()