Class GenericFormGroup
-
Charcoal\Config\AbstractEntity
-
Charcoal\Ui\AbstractUiItem
implements
Charcoal\User\AuthAwareInterface,
Psr\Log\LoggerAwareInterface,
Charcoal\Ui\UiItemInterface
uses
Charcoal\User\AuthAwareTrait (not available)
Psr\Log\LoggerAwareTrait (not available)
Charcoal\Translator\TranslatorAwareTrait (not available)
Charcoal\Ui\UiItemTrait,
Charcoal\View\ViewableTrait (not available)
-
Charcoal\Ui\FormGroup\AbstractFormGroup
implements
Charcoal\Ui\FormGroup\FormGroupInterface,
Charcoal\Ui\Layout\LayoutAwareInterface
uses
Charcoal\Ui\FormGroup\FormGroupTrait,
Charcoal\Ui\Layout\LayoutAwareTrait
-
Charcoal\Ui\FormGroup\GenericFormGroup
Methods summary
public
string
|
#
type( )
Retrieve the form group type.
Retrieve the form group type.
Returns
string
Overrides
|
Methods inherited from Charcoal\Ui\FormGroup\FormGroupInterface
addInput(),
form(),
hasInputs(),
ident(),
inputs(),
l10nMode(),
numInputs(),
priority(),
setForm(),
setIdent(),
setInputCallback(),
setInputs(),
setL10nMode(),
setPriority()
|
Methods inherited from Charcoal\Ui\UiItemInterface
description(),
notes(),
setDescription(),
setNotes(),
setShowDescription(),
setShowFooter(),
setShowHeader(),
setShowNotes(),
setShowSubtitle(),
setShowTitle(),
setSubtitle(),
setTemplate(),
setTitle(),
setType(),
showDescription(),
showFooter(),
showHeader(),
showNotes(),
showSubtitle(),
showTitle(),
subtitle(),
template(),
title()
|
Methods used from Charcoal\Ui\FormGroup\FormGroupTrait
addInput(),
form(),
hasInputs(),
ident(),
inputs(),
l10nMode(),
numInputs(),
priority(),
setForm(),
setFormInputBuilder(),
setIdent(),
setInputCallback(),
setInputs(),
setL10nMode(),
setPriority(),
setTabCssClasses(),
tabCssClasses()
|
Methods used from Charcoal\Ui\UiItemTrait
description(),
icon(),
notes(),
setDescription(),
setIcon(),
setNotes(),
setShowDescription(),
setShowFooter(),
setShowHeader(),
setShowNotes(),
setShowSubtitle(),
setShowTitle(),
setSubtitle(),
setTemplate(),
setTitle(),
setType(),
showDescription(),
showFooter(),
showHeader(),
showNotes(),
showSubtitle(),
showTitle(),
subtitle(),
template(),
title(),
translator()
|