MDC: ユーザタスク一覧パーツのフィルター条件で連動プロパティ機能を利用可能にする(ドキュメント) - #98
Open
NonakaKazuhiro wants to merge 1 commit into
Open
Conversation
Contributor
There was a problem hiding this comment.
Pull request overview
MDC(Material Design Components)のユーザタスク一覧パーツにおけるフィルター条件設定について、重複除外および連動プロパティ機能を利用可能にしたことに伴い、設定項目と設定方法のドキュメントを追記するPRです。
Changes:
- フィルター条件(Select/CheckBox系)の設定項目に「重複を除く」「連動プロパティ設定」を追記
- 「連動プロパティ設定」セクションを新設し、設定項目・EQL時のバインド変数/型・参照先例を追記
- 説明用の画像参照(parts_tasklist_link-property.png)を追加
Suppressed comments (1)
developerguide/src/docs/asciidoc/materialdesigncomponents/topview/setting.adoc:916
- 「連動元プロパティ値の型」の一覧が他の連動プロパティ設定ドキュメント(例: entityview/searchlayout.adoc)と比べて
LongTextPropertyが欠けています。LongTextPropertyを連動元に選べる場合は、valueにバインドされる型も明記しておく必要があります。
====
BooleanProperty:: `java.lang.Boolean` の `java.util.List`
DateProperty:: `java.lang.String` (yyyy-MM-dd形式)
DateTimeProperty:: `java.lang.String` (yyyy-MM-ddTHH:mm:ss.SSS形式)
DecimalProperty:: `java.lang.Number`
FloatProperty:: `java.lang.Number`
IntegerProperty:: `java.lang.Number`
ReferenceProperty:: `java.lang.String` (OID)の `java.util.List`
SelectProperty:: `java.lang.String` の `java.util.List`
StringProperty:: `java.lang.String`
TimeProperty:: `java.lang.String` (HH:mm:ss形式)
💡 Add a code-review agent skill or configure MCP servers for context-aware, tailored reviews. Learn more in the docs.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
MDC: ユーザタスク一覧パーツのフィルター条件で連動プロパティ機能を利用可能にする対応のドキュメント修正