Tailor\ContentFields\GenericField

Overview

GenericField is used for generic form field types, like text, password, etc

Extends
Implements
  • JsonSerializable
  • Illuminate\Contracts\Support\Jsonable
  • ArrayAccess
  • Illuminate\Contracts\Support\Arrayable

Public Properties

There are no public properties in the class.

Show inherited public properties

Inherited Public Properties

Protected Properties

There are no protected properties in the class.

Show inherited protected properties

Inherited Protected Properties


Public Methods

public defineFilterScope()

public defineFilterScope($filter, $context = null): void

defineFilterScope will define how a field is displayed in a filter.

public defineFormField()

public defineFormField($form, $context = null): void

defineFormField will define how a field is displayed in a form.

public defineListColumn()

public defineListColumn($list, $context = null): void

defineListColumn will define how a field is displayed in a list.

public extendDatabaseTable()

public extendDatabaseTable($table): void

public extendModelObject()

public extendModelObject($model): void

extendModelObject will extend the record model.

Show inherited public methods

Inherited Public Methods

Protected Methods

protected getDefaultColumnDisplayType()

protected getDefaultColumnDisplayType(): void

protected getDefaultScopeDisplayType()

protected getDefaultScopeDisplayType(): void

getDefaultColumnDisplayType

protected isColumnDefaultInvisible()

protected isColumnDefaultInvisible(): void

Show inherited protected methods

Inherited Protected Methods