Properties
Static
Private
_controlMode
_controlMode: number = null
Static
Private
_displayForms
_displayForms: IListFormDisplay[] = null
Static
Private
_editForms
_editForms: IListFormEdit[] = null
Static
Private
_elForm
_elForm: HTMLElement = null
Static
Private
_info
_info: IListFormResult = null
Static
Private
_listName
_listName: string = null
Static
Private
_onCreateEditForm
_onCreateEditForm: ((props) => IListFormEditProps) = null
Type declaration
- (props): IListFormEditProps
Parameters
- props: IListFormEditProps
Returns IListFormEditProps
Static
Private
_onCreateViewForm
_onCreateViewForm: ((props) => IListFormDisplayProps) = null
Type declaration
- (props): IListFormDisplayProps
Parameters
- props: IListFormDisplayProps
Returns IListFormDisplayProps
Static
Private
_onFormButtonsRendering
_onFormButtonsRendering: ((buttons) => IButtonProps[]) = null
Type declaration
- (buttons): IButtonProps[]
Returns IButtonProps[]
Static
Private
Optional
_onFormRendered
_onFormRendered?: ((form?) => void) = null
Type declaration
- (form?): void
Parameters
Optional
form: IListFormDisplay | IListFormEdit
Returns void
Static
Private
_onGetListInfo
_onGetListInfo: ((props) => IListFormProps) = null
Type declaration
- (props): IListFormProps
Returns IListFormProps
Static
Private
_onResetForm
_onResetForm: (() => void) = null
Static
Private
_onSave
_onSave: ((values) => any) = null
Static
Private
_onSaveError
_onSaveError: ((err) => void) = null
Static
Private
Optional
_onSetFooter
_onSetFooter?: ((el) => void) = null
Static
Private
Optional
_onSetHeader
_onSetHeader?: ((el) => void) = null
Static
Private
Optional
_onShowForm
_onShowForm?: ((form?) => void) = null
Type declaration
- (form?): void
Returns void
Static
Private
_onValidation
_onValidation: ((values?, isValid?) => boolean | PromiseLike<boolean>) = null
Type declaration
- (values?, isValid?): boolean | PromiseLike<boolean>
Parameters
Optional
values: anyOptional
isValid: boolean
Returns boolean | PromiseLike<boolean>
Static
Private
_requestDigest
_requestDigest: string = null
Static
Private
_tabs
_tabs: IListGroup = null
Static
Private
_updateEvent
_updateEvent: Function = null
Static
Private
_useModal
_useModal: boolean = false
Item Form