Interface IWorkpageSelector

All Superinterfaces:
IDynamicContentBindingObject, IPageBean

public interface IWorkpageSelector extends IPageBean
Interface to page beans that renders the workpage selector. By default this is rendered via a tabbedpane - but you can user your own rendering as well.
  • Method Details

    • init

      void init(IWorkpageContainer container)
      Initialization. This method is called directly after constrcution. One instance of IWorkpageSelector is created per workpage container area.
      Parameters:
      container - This is the workpage container which really belongs to the corresponding workpage container area. Please note: in case of multiplce workpage container areas there are multiple workpage container instances.
    • update

      void update()
      Update to structure workpage container (e.g. new tab, tab selection).