qgisAttributeEditorElement
in package
Tags
Table of Contents
Properties
- $_isContainer : mixed
- $_isGroupBox : mixed
- $_isRelationWidget : mixed
- $_isTabPanel : mixed
- $_isTextWidget : mixed
- $_isVisibilityExpressionEnabled : mixed
- $_textWidgetText : mixed
- $_visibilityExpression : mixed
- $attributes : mixed
- $childrenAfterTab : mixed
- $childrenBeforeTab : mixed
- $ctrlRef : mixed
- $htmlId : mixed
- $label : mixed
- $parentId : mixed
- $tabChildren : mixed
Methods
- __construct() : mixed
- getAttribute() : mixed
- getChildrenAfterTab() : array<string|int, qgisAttributeEditorElement>
- getChildrenBeforeTab() : array<string|int, qgisAttributeEditorElement>
- getCtrlRef() : mixed
- getFields() : mixed
- getGroupVisibilityExpressions() : mixed
- getHtmlId() : mixed
- getLabel() : mixed
- getName() : mixed
- getParentId() : mixed
- getTabChildren() : array<string|int, qgisAttributeEditorElement>
- getTextWidgetFields() : array<string|int, array<string|int, mixed|string>>
- Returns the text widget fields configuration.
- getTextWidgetText() : string
- Returns the _textWidgetText property value.
- hasChildren() : mixed
- hasTabChildren() : mixed
- isContainer() : mixed
- isGroupBox() : mixed
- isRelationWidget() : mixed
- isTabPanel() : mixed
- isTextWidget() : bool
- Returns the _isTextWidget property value, that is, whether the element is a text widget or not.
- isVisibilityExpressionEnabled() : mixed
- visibilityExpression() : mixed
Properties
$_isContainer
protected
mixed
$_isContainer
= \false
$_isGroupBox
protected
mixed
$_isGroupBox
= \false
$_isRelationWidget
protected
mixed
$_isRelationWidget
= \false
$_isTabPanel
protected
mixed
$_isTabPanel
= \false
$_isTextWidget
protected
mixed
$_isTextWidget
= \false
$_isVisibilityExpressionEnabled
protected
mixed
$_isVisibilityExpressionEnabled
= \false
$_textWidgetText
protected
mixed
$_textWidgetText
= ''
$_visibilityExpression
protected
mixed
$_visibilityExpression
= ''
$attributes
protected
mixed
$attributes
= array()
$childrenAfterTab
protected
mixed
$childrenAfterTab
= array()
$childrenBeforeTab
protected
mixed
$childrenBeforeTab
= array()
$ctrlRef
protected
mixed
$ctrlRef
$htmlId
protected
mixed
$htmlId
= ''
$label
protected
mixed
$label
= ''
$parentId
protected
mixed
$parentId
$tabChildren
protected
mixed
$tabChildren
= array()
Methods
__construct()
public
__construct(QgisFormControlsInterface $formControls, SimpleXMLElement $node, mixed $parentId[, mixed $idx = 0 ][, mixed $depth = 0 ]) : mixed
Parameters
- $formControls : QgisFormControlsInterface
- $node : SimpleXMLElement
- $parentId : mixed
- $idx : mixed = 0
- $depth : mixed = 0
getAttribute()
public
getAttribute(mixed $name) : mixed
Parameters
- $name : mixed
getChildrenAfterTab()
public
getChildrenAfterTab() : array<string|int, qgisAttributeEditorElement>
Return values
array<string|int, qgisAttributeEditorElement>getChildrenBeforeTab()
public
getChildrenBeforeTab() : array<string|int, qgisAttributeEditorElement>
Return values
array<string|int, qgisAttributeEditorElement>getCtrlRef()
public
getCtrlRef() : mixed
getFields()
public
getFields() : mixed
getGroupVisibilityExpressions()
public
getGroupVisibilityExpressions() : mixed
getHtmlId()
public
getHtmlId() : mixed
getLabel()
public
getLabel() : mixed
getName()
public
getName() : mixed
getParentId()
public
getParentId() : mixed
getTabChildren()
public
getTabChildren() : array<string|int, qgisAttributeEditorElement>
Return values
array<string|int, qgisAttributeEditorElement>getTextWidgetFields()
Returns the text widget fields configuration.
public
getTextWidgetFields() : array<string|int, array<string|int, mixed|string>>
Return values
array<string|int, array<string|int, mixed|string>>getTextWidgetText()
Returns the _textWidgetText property value.
public
getTextWidgetText() : string
Return values
stringhasChildren()
public
hasChildren() : mixed
hasTabChildren()
public
hasTabChildren() : mixed
isContainer()
public
isContainer() : mixed
isGroupBox()
public
isGroupBox() : mixed
isRelationWidget()
public
isRelationWidget() : mixed
isTabPanel()
public
isTabPanel() : mixed
isTextWidget()
Returns the _isTextWidget property value, that is, whether the element is a text widget or not.
public
isTextWidget() : bool
Return values
boolisVisibilityExpressionEnabled()
public
isVisibilityExpressionEnabled() : mixed
visibilityExpression()
public
visibilityExpression() : mixed