import { IPSAppView } from '../../app/view/ipsapp-view'; import { IPSNavigateContext } from '../ipsnavigate-context'; import { IPSNavigateParam } from '../ipsnavigate-param'; import { IPSDEFormDRUIPart } from './ipsdeform-druipart'; import { IPSDEFormItemUpdate } from './ipsdeform-item-update'; import { PSDEFormDetailImpl } from './psdeform-detail-impl'; export declare class PSDEFormDRUIPartImpl extends PSDEFormDetailImpl implements IPSDEFormDRUIPart { protected psappview: IPSAppView | null; getPSAppView(): IPSAppView | null; get psAppView(): IPSAppView | null; getPSAppViewMust(): IPSAppView; protected psdeformitemupdate: IPSDEFormItemUpdate | null; getPSDEFormItemUpdate(): IPSDEFormItemUpdate | null; get psDEFormItemUpdate(): IPSDEFormItemUpdate | null; getPSDEFormItemUpdateMust(): IPSDEFormItemUpdate; protected psnavigatecontexts: IPSNavigateContext[] | null; getPSNavigateContexts(): IPSNavigateContext[] | null; get psNavigateContexts(): IPSNavigateContext[] | null; findPSNavigateContext(objKey: any): IPSNavigateContext | null; protected psnavigateparams: IPSNavigateParam[] | null; getPSNavigateParams(): IPSNavigateParam[] | null; get psNavigateParams(): IPSNavigateParam[] | null; findPSNavigateParam(objKey: any): IPSNavigateParam | null; get paramItem(): string; get parentDataJO(): IModel; get refreshItems(): string; get needSave(): boolean; get refreshItemsSetParamOnly(): boolean; get cls(): string; instanceof(cls: string): boolean; } //# sourceMappingURL=psdeform-druipart-impl.d.ts.map