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.
一意の名前を持つ動的フレックス テーブルを作成する必要があります。
この例を考えてみましょう。
FlexTable ft1= new FlexTable(); FlexTable ft2= new FlexTable(); FlexTable ft3= new FlexTable(); FlexTable ft4= new FlexTable();
各フレックス テーブルを一意の名前で作成したいのですが、これを動的に行うにはどうすればよいですか?
各ウィジェットのオプション:
ft1.getElement().setId("id1"); ft1.getElement().setPropertyString("name", "name1"); ft1.getElement().setAttribute("name", "name1");