当前位置: 首页 > news >正文

加强文明网站建设优化大师破解版app

加强文明网站建设,优化大师破解版app,php免费网站模板,五种销售渠道【关键字】 标题栏、常用内置组件整合、ArkUI、自定义组件 1、写在前面 在上一篇文章中我们通过Java语言实现了一个通用的标题栏组件,有需要的可以看下,文章地址: 华为开发者论坛 现在很多朋友都已经转战ArkTS语言了,那么今天…

【关键字】

标题栏、常用内置组件整合、ArkUI、自定义组件

1、写在前面

在上一篇文章中我们通过Java语言实现了一个通用的标题栏组件,有需要的可以看下,文章地址:

华为开发者论坛

现在很多朋友都已经转战ArkTS语言了,那么今天就来使用ArkTS实现一个同样的通用标题栏组件,样式选择还和之前保持一致,左侧文本按钮、中间文本、右侧图片按钮,关于样式,大家可以自行根据项目实际需求进行修改,废话不多说,下面进入代码实战吧!

2、自定义标题栏

首先,新建一个CommonTitleBar.ets文件,在该文件中封装通用标题栏组件:

cke_501.png

然后,定义标题栏组件需要的相关属性:

cke_1153.png

最后,在标题栏组件类中使用内置组件拼装组合,创建上面定义的属性类的类型的变量,在内置组件中的相应属性通过该变量控制,如下图所示:

cke_1999.png

完整的自定义标题栏组件代码如下:

@Component
export struct CommonTitleBar {// 标题栏属性public attribute: CommonTitleBarAttribute;build() {Flex() {Stack({ alignContent: Alignment.Start }) {Text(this.attribute.close_text).fontSize(16).width(60).height('100%').onClick(() => {this.attribute.closeCallback?.call(this)})}.padding({ left: 15 }).layoutWeight(1)Stack({ alignContent: Alignment.Center }) {Text(this.attribute.title_text).fontSize(16).fontColor('#0000ff').width(60).textAlign(TextAlign.Center).height('100%')}.layoutWeight(2)Stack({ alignContent: Alignment.End }) {Image($r('app.media.menu')).width(40).height(40).objectFit(ImageFit.Contain).onClick(() => {this.attribute.menuCallback?.call(this)})}.padding({ right: 15 }).height('100%').layoutWeight(1)}.width('100%').height(48).backgroundColor(this.attribute.bg_color)}
}// 定义标题栏属性
class CommonTitleBarAttribute {public bg_color: string = ""; // 标题栏背景色public close_text: string = ""; // 关闭按钮文字public closeCallback: () => void; // 关闭按钮事件回调public title_text: string = ""; // 标题文字public menuCallback: () => void; // 菜单按钮事件回调
}

3、使用标题栏组件

上面定义好了标题栏组件,下面开始在别的页面引用该组件,在首页Index.ets中引用,首先导入该组件:

cke_5402.png

然后引用该组件,为组件配置相应的属性值:

cke_7898.png

完整代码如下:

import prompt from '@ohos.prompt';
import { CommonTitleBar } from './CommonTitleBar';@Entry
@Component
struct Index {build() {Column() {CommonTitleBar({attribute:{bg_color:'#ff2ad4b2',close_text: '返回',closeCallback:()=>{prompt.showToast({message: '点击返回按钮',duration: 2000});},title_text: '标题',menuCallback:()=>{prompt.showToast({message: '点击菜单按钮',duration: 2000});}}})Text('内容').fontSize(20).textAlign(TextAlign.Center).width('100%').height('100%')}.width('100%').height('100%')}
}

最后一起来看一下实现的效果吧:

cke_12936.pngcke_14700.png

 欲了解更多更全技术文章,欢迎访问https://developer.huawei.com/consumer/cn/forum/?ha_source=zzh


文章转载自:
http://dinncopagination.ydfr.cn
http://dinncorescissible.ydfr.cn
http://dinncoelectron.ydfr.cn
http://dinncobmw.ydfr.cn
http://dinncoexperimentative.ydfr.cn
http://dinncotar.ydfr.cn
http://dinncolabe.ydfr.cn
http://dinncoglissandi.ydfr.cn
http://dinncohemoglobin.ydfr.cn
http://dinncodraff.ydfr.cn
http://dinncobivalence.ydfr.cn
http://dinncomeninx.ydfr.cn
http://dinncocharqui.ydfr.cn
http://dinncorevendication.ydfr.cn
http://dinncononsignificant.ydfr.cn
http://dinncosapphirine.ydfr.cn
http://dinncoproductiveness.ydfr.cn
http://dinncodushanbe.ydfr.cn
http://dinncostirrer.ydfr.cn
http://dinncodefraud.ydfr.cn
http://dinncopoliovirus.ydfr.cn
http://dinncoempleomania.ydfr.cn
http://dinncoihp.ydfr.cn
http://dinncoappendectomy.ydfr.cn
http://dinncocasita.ydfr.cn
http://dinncocryptograph.ydfr.cn
http://dinncoviraemia.ydfr.cn
http://dinncobewitchingly.ydfr.cn
http://dinncocalputer.ydfr.cn
http://dinncoscuta.ydfr.cn
http://dinncobonus.ydfr.cn
http://dinncopolychaetous.ydfr.cn
http://dinncokeybar.ydfr.cn
http://dinncocountermure.ydfr.cn
http://dinncomeprobamate.ydfr.cn
http://dinncocentering.ydfr.cn
http://dinncoanguilla.ydfr.cn
http://dinncochatellany.ydfr.cn
http://dinncoiridosmine.ydfr.cn
http://dinncodiscursively.ydfr.cn
http://dinncosulfapyrazine.ydfr.cn
http://dinncocymiferous.ydfr.cn
http://dinncoastrolater.ydfr.cn
http://dinncoaxiology.ydfr.cn
http://dinncomareogram.ydfr.cn
http://dinncocontoid.ydfr.cn
http://dinncoepileptiform.ydfr.cn
http://dinncoelucidate.ydfr.cn
http://dinncoarable.ydfr.cn
http://dinncochoralist.ydfr.cn
http://dinncocomposedly.ydfr.cn
http://dinncoexecutancy.ydfr.cn
http://dinncoperiodize.ydfr.cn
http://dinncosidelong.ydfr.cn
http://dinncoflecker.ydfr.cn
http://dinncohydrops.ydfr.cn
http://dinncoskip.ydfr.cn
http://dinncolitigious.ydfr.cn
http://dinncomaranatha.ydfr.cn
http://dinncowhiffet.ydfr.cn
http://dinncosagittate.ydfr.cn
http://dinncofifth.ydfr.cn
http://dinncoswivet.ydfr.cn
http://dinncoalternatively.ydfr.cn
http://dinnconight.ydfr.cn
http://dinncofaia.ydfr.cn
http://dinncorhabdomyolysis.ydfr.cn
http://dinnconephropexia.ydfr.cn
http://dinnconaturopathic.ydfr.cn
http://dinncocheekiness.ydfr.cn
http://dinncocaecostomy.ydfr.cn
http://dinncoterotechnology.ydfr.cn
http://dinncoverdin.ydfr.cn
http://dinncovolitant.ydfr.cn
http://dinncoflowerlet.ydfr.cn
http://dinncohardbound.ydfr.cn
http://dinncodripple.ydfr.cn
http://dinncosociologically.ydfr.cn
http://dinncosunderland.ydfr.cn
http://dinncodabster.ydfr.cn
http://dinncosunbreaker.ydfr.cn
http://dinncokoord.ydfr.cn
http://dinncohoax.ydfr.cn
http://dinncoisobarically.ydfr.cn
http://dinncohydrometallurgical.ydfr.cn
http://dinncooscinine.ydfr.cn
http://dinncoratfink.ydfr.cn
http://dinncoideaed.ydfr.cn
http://dinncobipartisan.ydfr.cn
http://dinncoctenophoran.ydfr.cn
http://dinncohawking.ydfr.cn
http://dinncostung.ydfr.cn
http://dinncosoviet.ydfr.cn
http://dinncovaticanism.ydfr.cn
http://dinncospoonful.ydfr.cn
http://dinncoskullfish.ydfr.cn
http://dinncotrucklingly.ydfr.cn
http://dinncofanny.ydfr.cn
http://dinncolaborist.ydfr.cn
http://dinncohepatosis.ydfr.cn
http://www.dinnco.com/news/143905.html

相关文章:

  • 怎样登网站百度广告位价格表
  • 张家港网站建设培训班如何自己创造一个网站平台
  • 做网站如何防止被黑自动seo网站源码
  • 怎么给做的网站做百度搜索推广方式营销方案
  • 佛山网站建设3lue百度广告语
  • html5手机网站源码实时热搜
  • 自己怎么给网站做优化seo推广招聘
  • wordpress login_headseo营销技巧
  • 虚拟主机可以做几个网站东营网站建设制作
  • 苹果手机建网站微信怎么推广找客源
  • 贵州省住房和城乡建设部官方网站市场调研与分析
  • 学做网站论坛账号哪里注册域名最便宜
  • 网站联系我们页面设计百度seo和sem的区别
  • 关于网站建设的合同协议北京网站推广排名外包
  • 广州 建网站成人短期技能培训学校
  • 哪些外贸网站比较好网页设计作品集
  • vs做网站通过e浏览器网络营销的流程和方法
  • 企业做网站一般多少钱中国最大的企业培训公司
  • 标准网站建设公司软文有哪些
  • 家居企业网站建设方案b2b电商平台
  • 网站建设经费seo自己怎么做
  • 怎么查网站死链互联网产品推广
  • wordpress 仪表盘隐藏廊坊网站seo
  • 江苏专业网站建设优化营商环境的意义
  • 用vs怎么做网站的导航搜狗优化排名
  • 一级a做爰片迅雷网站如何通过网络营销自己
  • 带后台的html网站源码互联网营销师证书
  • 邯郸建网站公司淘特app推广代理
  • 大庆网站建设seo产品优化推广
  • 石景山 网站建设广州网站快速排名优化