import { PSAjaxControlContainerImpl } from '../psajax-control-container-impl'; import { IPSDEForm } from './ipsdeform'; import { IPSDEFormItem } from './ipsdeform-item'; import { IPSDEFormItemUpdate } from './ipsdeform-item-update'; import { IPSDEFormItemVR } from './ipsdeform-item-vr'; import { IPSDEFormPage } from './ipsdeform-page'; import { IPSLayout } from '../layout/ipslayout'; export declare class PSDEFormImpl extends PSAjaxControlContainerImpl implements IPSDEForm { get codeName(): string; get defaultLabelWidth(): number; get formFuncMode(): 'WFACTION' | 'WIZARDFORM'; get formStyle(): string; get formWidth(): number; protected psdeformitemupdates: IPSDEFormItemUpdate[] | null; getPSDEFormItemUpdates(): IPSDEFormItemUpdate[] | null; get psDEFormItemUpdates(): IPSDEFormItemUpdate[] | null; findPSDEFormItemUpdate(objKey: any): IPSDEFormItemUpdate | null; protected psdeformitemvrs: IPSDEFormItemVR[] | null; getPSDEFormItemVRs(): IPSDEFormItemVR[] | null; get psDEFormItemVRs(): IPSDEFormItemVR[] | null; findPSDEFormItemVR(objKey: any): IPSDEFormItemVR | null; protected psdeformitems: IPSDEFormItem[] | null; getPSDEFormItems(): IPSDEFormItem[] | null; get psDEFormItems(): IPSDEFormItem[] | null; findPSDEFormItem(objKey: any): IPSDEFormItem | null; protected psdeformpages: IPSDEFormPage[] | null; getPSDEFormPages(): IPSDEFormPage[] | null; get psDEFormPages(): IPSDEFormPage[] | null; findPSDEFormPage(objKey: any): IPSDEFormPage | null; protected pslayout: IPSLayout | null; getPSLayout(): IPSLayout | null; get psLayout(): IPSLayout | null; getPSLayoutMust(): IPSLayout; get tabHeaderPos(): 'LEFT' | 'TOP' | 'RIGHT' | 'BOTTOM'; get mobileControl(): boolean; get noTabHeader(): boolean; get cls(): string; instanceof(cls: string): boolean; } //# sourceMappingURL=psdeform-impl.d.ts.map