Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
画像を参考にご確認ください。私の要件は、セル内のこのテキストを制限して、テキストが長い場合でも次のセルのパーティション行を削除しないようにすることです。gwt 2.1 でリッチ テキスト エディタを使用しています。1 つのセル データが他のセルにオーバーフローして境界を破壊したくない
助言がありますか
ありがとう
テーブルに CSS スタイルを適用できます。例えば:
.myTable td { word-wrap: break-word; white-space: normal; }
以下を使用して実行できます。
label.setOverflow(Overflow.HIDDEN);
隠れた
public static final Overflow HIDDEN ウィジェットの幅または高さを超えるコンテンツは切り取られます (非表示になります)。