Class PanelEditDataCollectionTemplateStructureRelease

All Implemented Interfaces:
Serializable, overit.geocall.marks.MethodExposer, overit.geocall.marks.NameExposer, AjaxableComponent, Badgeable, Hideable, Identified, Tool, overit.geocall.ux.configurability.UIConfigurable, overit.geocall.ux.edm.ModelConfigurable

public class PanelEditDataCollectionTemplateStructureRelease extends PanelEditDataCollectionTemplateStructureBase
Panel which allows to edit a data collection template structure release.
Since:
12.0
See Also:
GCApi:
controller
  • Field Details

  • Constructor Details

    • PanelEditDataCollectionTemplateStructureRelease

      public PanelEditDataCollectionTemplateStructureRelease()
  • Method Details

    • show

      public void show(Serializable obj)
      Description copied from class: Panel
      It shows (make visible with the pop-up effect) the panel
      Overrides:
      show in class Panel
      Parameters:
      obj - serializable object saved as a global variable of the panel
    • getPdfFormUUID

      protected String getPdfFormUUID()
      Specified by:
      getPdfFormUUID in class PanelEditDataCollectionTemplateStructureBase
    • initComponent

      protected void initComponent()
      Specified by:
      initComponent in class PanelEditDataCollectionTemplateStructureBase
    • onSaveDataCollectionTemplateStructureRelease

      public boolean onSaveDataCollectionTemplateStructureRelease(UIMessage uim)
      UI event handler to save a data collection template structure release.
      Parameters:
      uim - the UIMessage
      Returns:
      true to break the responsibility chain, false otherwise.
    • hide

      public void hide()
      Description copied from class: Panel
      It hides (make not visible, with the pop-up effect) the panel
      Overrides:
      hide in class Panel