import { IPSApplicationUI } from './ipsapplication-ui'; import { IPSLanguageRes } from '../res/ipslanguage-res'; import { IPSSysCss } from '../res/ipssys-css'; import { PSModelObjectImpl } from '../psmodel-object-impl'; export declare class PSApplicationUIImpl extends PSModelObjectImpl implements IPSApplicationUI { get aCMinChars(): number; get buttonNoPrivDisplayMode(): 1 | 2 | 6; get codeName(): string; protected defaultappviewpssyscss: IPSSysCss | null; getDefaultAppViewPSSysCss(): IPSSysCss | null; get defaultAppViewPSSysCss(): IPSSysCss | null; getDefaultAppViewPSSysCssMust(): IPSSysCss; get defaultControlStyle(): string; get dynaModelFilePath(): string; get formItemEmptyText(): string; get formItemNoPrivDisplayMode(): 1 | 2; get gridColumnEnableFilter(): 0 | 1 | 2; get gridColumnEnableLink(): 0 | 1 | 2; get gridColumnNoPrivDisplayMode(): 1 | 2; get gridRowActiveMode(): 0 | 1 | 2; get mDCtrlEmptyText(): string; protected mdctrlemptytextpslanguageres: IPSLanguageRes | null; getMDCtrlEmptyTextPSLanguageRes(): IPSLanguageRes | null; get mDCtrlEmptyTextPSLanguageRes(): IPSLanguageRes | null; getMDCtrlEmptyTextPSLanguageResMust(): IPSLanguageRes; get mOSFilePath(): string; get mainMenuAlign(): 'LEFT' | 'TOP' | 'CENTER' | 'TREEEXP' | 'TABEXP_TOP' | 'TABEXP_LEFT' | 'TABEXP_BOTTOM' | 'TABEXP_RIGHT' | 'NONE'; get memo(): string; get name(): string; get pFStyle(): string; get pFType(): string; get rTMOSFilePath(): string; get uIStyle(): 'DEFAULT' | 'STYLE2' | 'STYLE3' | 'STYLE4' | 'STYLE5' | 'STYLE6' | 'STYLE7' | 'STYLE8' | 'STYLE9' | 'STYLE10' | 'PREVIEW'; get userCat(): string; get userTag(): string; get userTag2(): string; get userTag3(): string; get userTag4(): string; get enableCol12ToCol24(): boolean; get enableDynaDashboard(): boolean; get enableFilterStorage(): boolean; get gridEnableCustomized(): boolean; get gridForceFit(): boolean; get outputFormItemUpdatePrivTag(): boolean; get cls(): string; instanceof(cls: string): boolean; } //# sourceMappingURL=psapplication-uiimpl.d.ts.map