Home
last modified time | relevance | path

Searched refs:SegmentButtonOptions (Results 1 – 4 of 4) sorted by relevance

/ohos5.0/docs/zh-cn/application-dev/reference/apis-arkui/arkui-ts/
H A Dohos-arkui-advanced-SegmentButton.md38 ## SegmentButtonOptions section
90 创建页签类的SegmentButtonOptions
574 SegmentButtonOptions,
581 @State tabOptions: SegmentButtonOptions = SegmentButtonOptions.tab({
596 @State iconCapsuleOptions: SegmentButtonOptions = SegmentButtonOptions.capsule({
656 SegmentButtonOptions,
663 @State tabOptions: SegmentButtonOptions = SegmentButtonOptions.tab({
762 SegmentButtonOptions,
833 @State tabOptions: SegmentButtonOptions = SegmentButtonOptions.tab({
936 SegmentButtonOptions,
[all …]
/ohos5.0/docs/en/application-dev/reference/apis-arkui/arkui-ts/
H A Dohos-arkui-advanced-SegmentButton.md38 ## SegmentButtonOptions section
105 | [SegmentButtonOptions](#segmentbuttonoptions) | **SegmentButtonOptions** object.|
126 | [SegmentButtonOptions](#segmentbuttonoptions) | **SegmentButtonOptions** object.|
574 SegmentButtonOptions,
581 @State tabOptions: SegmentButtonOptions = SegmentButtonOptions.tab({
656 SegmentButtonOptions,
663 @State tabOptions: SegmentButtonOptions = SegmentButtonOptions.tab({
744 SegmentButtonOptions,
815 @State tabOptions: SegmentButtonOptions = SegmentButtonOptions.tab({
918 SegmentButtonOptions,
[all …]
/ohos5.0/foundation/arkui/ace_engine/advanced_ui_component/segmentbutton/source/
H A Dsegmentbutton.ets257 export class SegmentButtonOptions {
336 static tab(options: TabSegmentButtonConstructionOptions): SegmentButtonOptions {
337 return new SegmentButtonOptions({
359 return new SegmentButtonOptions({
385 @ObjectLink options: SegmentButtonOptions
411 @ObjectLink options: SegmentButtonOptions
437 @ObjectLink @Watch('onOptionsChange') options: SegmentButtonOptions
492 @ObjectLink options: SegmentButtonOptions;
596 @ObjectLink options: SegmentButtonOptions;
612 @ObjectLink @Watch('onOptionsChange') options: SegmentButtonOptions
[all …]
/ohos5.0/foundation/arkui/ace_engine/advanced_ui_component/segmentbutton/interfaces/
H A Dsegmentbutton.js228 let SegmentButtonOptions = o = class SegmentButtonOptions { variable
330 SegmentButtonOptions = o = j([
332 ], SegmentButtonOptions);
334 export { SegmentButtonOptions };
2661 SegmentButtonOptions,