123456789101112131415161718192021222324252627 |
- import { PropertyDescription, PropertyDescriptionInterface, PropertyValue } from './PropertyDescription';
- export declare const PropertyDescriptionTable: Map<String, PropertyDescription>;
- export declare const xtype: PropertyValue;
- export declare const width: PropertyValue;
- export declare const height: PropertyValue;
- export declare const fieldLabel: PropertyValue;
- export declare const text: PropertyValue;
- export declare const iconCls: PropertyValue;
- export declare const borderless: PropertyValue;
- export declare const labelWidth: PropertyValue;
- export declare const hidden: PropertyValue;
- export declare const readOnly: PropertyValue;
- export declare const disabled: PropertyValue;
- export declare const allowBlank: PropertyValue;
- export declare const value: PropertyValue;
- export declare const prompt: PropertyValue;
- export declare const template: PropertyValue;
- export declare const reference: PropertyValue;
- export declare const html: PropertyValue;
- export declare const tooltip: PropertyValue;
- export declare const click: PropertyValue;
- export declare const change: PropertyValue;
- export declare const keyup: PropertyValue;
- export declare const afterrender: PropertyValue;
- export declare const fix: PropertyValue;
- export declare const YvBase: PropertyDescriptionInterface;
- export declare const YvDataSource: PropertyDescriptionInterface;
|