import { IPSDBSysPortletPart } from './ipsdbsys-portlet-part'; import { PSDBPortletPartImpl } from './psdbportlet-part-impl'; import { IPSLanguageRes } from '../../res/ipslanguage-res'; import { IPSSysCss } from '../../res/ipssys-css'; import { IPSSysImage } from '../../res/ipssys-image'; import { IPSSysPFPlugin } from '../../res/ipssys-pfplugin'; import { IPSSysUniRes } from '../../security/ipssys-uni-res'; export declare class PSDBSysPortletPartImpl extends PSDBPortletPartImpl implements IPSDBSysPortletPart { get codeName(): string; get height(): number; protected pssyscss: IPSSysCss | null; getPSSysCss(): IPSSysCss | null; get psSysCss(): IPSSysCss | null; getPSSysCssMust(): IPSSysCss; protected pssysimage: IPSSysImage | null; getPSSysImage(): IPSSysImage | null; get psSysImage(): IPSSysImage | null; getPSSysImageMust(): IPSSysImage; protected pssyspfplugin: IPSSysPFPlugin | null; getPSSysPFPlugin(): IPSSysPFPlugin | null; get psSysPFPlugin(): IPSSysPFPlugin | null; getPSSysPFPluginMust(): IPSSysPFPlugin; protected pssysunires: IPSSysUniRes | null; getPSSysUniRes(): IPSSysUniRes | null; get psSysUniRes(): IPSSysUniRes | null; getPSSysUniResMust(): IPSSysUniRes; get portletType(): 'LIST' | 'CHART' | 'VIEW' | 'HTML' | 'TOOLBAR' | 'ACTIONBAR' | 'CUSTOM' | 'APPMENU' | 'CONTAINER' | 'RAWITEM'; get timer(): number; get title(): string; protected titlepslanguageres: IPSLanguageRes | null; getTitlePSLanguageRes(): IPSLanguageRes | null; get titlePSLanguageRes(): IPSLanguageRes | null; getTitlePSLanguageResMust(): IPSLanguageRes; get cls(): string; instanceof(cls: string): boolean; } //# sourceMappingURL=psdbsys-portlet-part-impl.d.ts.map