Interface WidgetContainer

  • All Superinterfaces:
    org.zkoss.zk.ui.ext.AfterCompose
    All Known Implementing Classes:
    InvisibleWidgetchildren, Widgetchildren, Widgetslot

    public interface WidgetContainer
    extends org.zkoss.zk.ui.ext.AfterCompose
    Interface for components that can contain cockpit widgets.
    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      void updateView()
      Redraws this component, i.e.
      • Methods inherited from interface org.zkoss.zk.ui.ext.AfterCompose

        afterCompose
    • Method Detail

      • updateView

        void updateView()
        Redraws this component, i.e. clears its current children and renders content again.