Home
last modified time | relevance | path

Searched refs:DomGridColumn (Results 1 - 4 of 4) sorted by relevance

/foundation/arkui/ace_engine/frameworks/bridge/common/dom/
H A Ddom_grid_column.cpp20 DomGridColumn::DomGridColumn(NodeId nodeId, const std::string& nodeName) : DOMDiv(nodeId, nodeName) in DomGridColumn() function in OHOS::Ace::Framework::DomGridColumn
25 RefPtr<Component> DomGridColumn::GetSpecializedComponent() in GetSpecializedComponent()
38 void DomGridColumn::OnChildNodeAdded(const RefPtr<DOMNode>& child, int32_t slot) in OnChildNodeAdded()
44 void DomGridColumn::OnChildNodeRemoved(const RefPtr<DOMNode>& child) in OnChildNodeRemoved()
50 bool DomGridColumn::SetSpecializedAttr(const std::pair<std::string, std::string>& attr) in SetSpecializedAttr()
52 static const LinearMapNode<void (*)(const std::string&, DomGridColumn&)> attrOperators[] { in SetSpecializedAttr()
54 [](const std::string& value, DomGridColumn& column) { in SetSpecializedAttr()
61 [](const std::string& value, DomGridColumn& column) { in SetSpecializedAttr()
68 [](const std::string& value, DomGridColumn in SetSpecializedAttr()
[all...]
H A Ddom_grid_column.h24 class DomGridColumn : public DOMDiv { class
25 DECLARE_ACE_TYPE(DomGridColumn, DOMDiv);
28 DomGridColumn(NodeId nodeId, const std::string& nodeName);
29 ~DomGridColumn() override = default;
H A Ddom_grid_row.cpp42 auto gridColumn = AceType::DynamicCast<DomGridColumn>(child); in OnChildNodeAdded()
52 auto gridColumn = AceType::DynamicCast<DomGridColumn>(child); in OnChildNodeRemoved()
H A Ddom_document.cpp159 { DOM_NODE_TAG_GRID_COLUMN, &DOMNodeCreator<DomGridColumn> }, in CreateNodeWithId()

Completed in 3 milliseconds