Class UploadMediaFirstPage

All Implemented Interfaces:
GenericItemWizardPage, WizardPage

public class UploadMediaFirstPage extends AdvancedSearchPage
First page of wizards - contains upload new media section and select existing media section
  • Field Details

  • Constructor Details

    • UploadMediaFirstPage

      public UploadMediaFirstPage()
  • Method Details

    • createListViewSelectorController

      protected ComponentController createListViewSelectorController(UIListView listView)
      Overrides:
      createListViewSelectorController in class AdvancedSearchPage
    • createRepresentationItself

      public org.zkoss.zk.ui.Component createRepresentationItself()
      Description copied from class: AbstractGenericItemPage
      This is an general method responsible for creating UI representation of given page

      Note:
      Here we should create graphical representation of particular page

      Specified by:
      createRepresentationItself in interface GenericItemWizardPage
      Overrides:
      createRepresentationItself in class AdvancedSearchPage
    • hideSelectColumn

      protected void hideSelectColumn()
      Hides select multiple items column
    • showSelectColumn

      protected void showSelectColumn()
      Shows select multiple items column and moves it to the first place in the list
    • createGroup

      protected AdvancedGroupbox createGroup(org.zkoss.zk.ui.HtmlBasedComponent parent, boolean open, String label)
    • isMultiple

      protected boolean isMultiple()
      Overrides:
      isMultiple in class AdvancedSearchPage
    • getMediaPredefinedAttributes

      protected Map<String,Object> getMediaPredefinedAttributes(org.zkoss.util.media.Media media)
    • setCockpitTypeService

      public void setCockpitTypeService(TypeService cockpitTypeService)
      Parameters:
      cockpitTypeService - the cockpitTypeService to set