Klasse ComponentWithDataSupplier<C extends Controller<AC>,AC extends IDataSupplierFactory<DS>,DS>

Alle implementierten Schnittstellen:
IFluentMutableMultiTokenHolder<IComponent>, IFluentMutableOptionalIdHolder<IComponent>, IMultiTokenHolder, IOptionalIdHolder, IRefreshableSubscriber, Refreshable, Rebuildable, Linkable, LinkedRequestable, TypeRequestable, Resettable, AlivenessRequestable, IHtmlGetter, IComponent, IElement, IStructureElement, IMutableElement, IStylableElement<IComponent>, Dimensionable<IComponent>, PresenceRequestable, PresenceSettable<IComponent>, IControl<IComponent,IComponentStyle>, IUserInputCell<IComponent>

public abstract class ComponentWithDataSupplier<C extends Controller<AC>,AC extends IDataSupplierFactory<DS>,DS> extends BaseComponent<C,AC>
  • Konstruktordetails

    • ComponentWithDataSupplier

      protected ComponentWithDataSupplier(C controller, DS initialDataSupplier, WebClientSession<AC> webClientSession)
  • Methodendetails

    • getStoredChildControls

      public final IContainer<IControl<?,?>> getStoredChildControls()
    • rebuild

      public final void rebuild()
      Beschreibung aus Schnittstelle kopiert: Rebuildable
      Rebuilds the current Rebuildable.
    • createControl

      protected abstract IControl<?,?> createControl(C controller, DS dataAdapter)